libimobiledevice / libirecovery

Library and utility to talk to iBoot/iBSS via USB on Mac OS X, Windows, and Linux
https://libimobiledevice.org
GNU Lesser General Public License v2.1
550 stars 207 forks source link

Problems with multiple devices #89

Closed AiXanadu closed 2 years ago

AiXanadu commented 2 years ago

In windows only, when multiple devices are encountered, it may cause a device to be missed without notifying the caller.

In code

uint32_ t location = strtoul(p+1, NULL, 10);

Appears when some devices have the same part of the string.