]> git.ipfire.org Git - thirdparty/asterisk.git/commit
core: Fix multiple trivial issues in the core.
authorCorey Farrell <git@cfware.com>
Tue, 19 Dec 2017 05:17:08 +0000 (00:17 -0500)
committerCorey Farrell <git@cfware.com>
Tue, 19 Dec 2017 05:36:24 +0000 (00:36 -0500)
commitbf33a09c37c6eb906587827ded8ea68669baf36a
tree93c4dd1e8ef9b4ccf36b1c242da90f9e2689ff0a
parent11a1e07ad291df072bccc9896f4d90efd056c1f8
core: Fix multiple trivial issues in the core.

* Fix small leaks in from error conditions in sdp.c and translate.c.
* Check new file descriptor is less than 0, not less than or equal.

Change-Id: Id7782775486175c739e0c4bf3ea5e17e3f452a99
main/sdp.c
main/translate.c
main/utils.c