]> git.ipfire.org Git - thirdparty/asterisk.git/commit
core: Ensure presencestate subtype and message are NULL. 61/3961/1
authorJoshua Colp <jcolp@digium.com>
Wed, 21 Sep 2016 20:03:37 +0000 (20:03 +0000)
committerJoshua Colp <jcolp@digium.com>
Wed, 21 Sep 2016 20:03:37 +0000 (20:03 +0000)
commit323aff3a09b0a59de6e67be183e94fb15dd1e9a8
tree4560b204a9bc494a0690a2eb6f93c12bcff7e29a
parent5cb3fc5d6777b03ac29bb7aa41a9b04076577513
core: Ensure presencestate subtype and message are NULL.

When retrieving presence state information there is no
guarantee that the subtype and message passed in are
set to NULL. This change ensures they are.

ASTERISK-26397 #close

Change-Id: I61f8187972d5d8bbd7d6b7f4daa4f4f7e8237b23
main/presencestate.c