]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
Avoid crash on event without content-type
authorTravis Cross <tc@traviscross.com>
Wed, 9 Apr 2014 01:16:12 +0000 (01:16 +0000)
committerTravis Cross <tc@traviscross.com>
Wed, 9 Apr 2014 01:20:07 +0000 (01:20 +0000)
commitf754057c2a1450ad2ec1490ea9dfc3bf5abbd337
tree2ab62e22d5adf79ff142c12f88675e056eb82d88
parentc6acddf928b7f0a2e353a60c69051fa1630b5447
Avoid crash on event without content-type

If we received an event without a content-type header we were
dereferencing a null pointer leading to a seg fault.

Reported-by: Ico <ico@voip-io.org>
ESL-90 --resolve
libs/esl/src/esl.c