]> git.ipfire.org Git - thirdparty/asterisk.git/commit
stasis: refcounter.py can incorrectly report skewed objects.
authorCorey Farrell <git@cfware.com>
Fri, 20 Sep 2019 13:29:01 +0000 (09:29 -0400)
committerCorey Farrell <git@cfware.com>
Fri, 20 Sep 2019 13:31:25 +0000 (08:31 -0500)
commitaf0ccbc45e62efc92bccabcd7e19593ae7b4955b
tree76a158135581bb8e32ba40a6837bf7a261ccc387
parent6e75e2565d35ef8f46c6f67de41097374f987584
stasis: refcounter.py can incorrectly report skewed objects.

It is possible for topic->name to be NULL, this causes the allocation
reference to not be logged.  Use the name variable instead which has
been verified to be a non-empty.

Change-Id: I3d0031d03c8356e4808f00cdf2d5428712575883
main/stasis.c