Skip to content

Instantly share code, notes, and snippets.

@MKo-xx
Created March 6, 2011 10:06
Show Gist options
  • Save MKo-xx/857179 to your computer and use it in GitHub Desktop.
Save MKo-xx/857179 to your computer and use it in GitHub Desktop.
device name parsing bug
//1004-1010 lines of src/hcidump.c
case 'i':
if (strcasecmp(optarg, "none") && strcasecmp(optarg, "system"))
device = atoi(optarg + 3);
else
device = HCI_DEV_NONE;
break;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment