Description
A malicious server or man-in-the-middle could send us a specially-crafted XML response that results in a NULL pointer dereference.
Mitigation
Check for NULL before calling atoi().
A malicious server or man-in-the-middle could send us a specially-crafted XML response that results in a NULL pointer dereference.
Check for NULL before calling atoi().