Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
The debugserver command to set logging, QSetLogging, needs to be terminated with a ';' for it to be processed.
|
|
buffer overrun
Only decode the response if it's not OK, otherwise the O in "OK" can be
interpreted as a hexadecimal and cause a buffer overrun.
|
|
|
|
|
|
without killing the app
|
|
|
|
|
|
|
|
|
|
|
|
The 40 characters length check on the device UDID made newer devices unusable
with the libimobiledevice tools and was actually redundant since an invalid
UDID will always fail to resolve. This commit removes the length check
alltogether (but makes sure it is not an empty string "").
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|