]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
Fix potential dereference of null pointer
authorTravis Cross <tc@traviscross.com>
Thu, 29 May 2014 14:10:44 +0000 (14:10 +0000)
committerTravis Cross <tc@traviscross.com>
Thu, 29 May 2014 14:11:33 +0000 (14:11 +0000)
commite66d24622ace62fec5fef2a4b22c74ed92baeaa4
tree9bc08c98f85ed8fb10b36e357a90a5aea6469964
parent17137d089de0e4fb6a81f1137fbc3799a328c493
Fix potential dereference of null pointer

The node could conceivably disappear before we grab the globals mutex
and we'd get back a null pointer.
src/mod/applications/mod_fifo/mod_fifo.c