]> git.ipfire.org Git - thirdparty/asterisk.git/commit
core: Ensure presencestate subtype and message are NULL. 57/3957/1
authorJoshua Colp <jcolp@digium.com>
Wed, 21 Sep 2016 19:24:08 +0000 (19:24 +0000)
committerJoshua Colp <jcolp@digium.com>
Wed, 21 Sep 2016 19:24:08 +0000 (19:24 +0000)
commit64df75b02c95b15eabf8abde9a819a8a3e5b25d4
treecdbf40f0109fd90fb495a3317e288ae6fc8801be
parent79070e486d44ac48ff4bed9771c26f69fee9dab5
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: If38cd730e409e9a9b6eb9adef6591d15a9e61f86
main/presencestate.c