Description
Potential remote denial of service bug resulting from not checking a pointer
for non-NULL before passing it to strncmp, which results in a crash. This can
be triggered by a remote client sending an SLP message with an empty body.
Mitigation
Check for NULL before attempting to use the pointer.