]> 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:38 +0000 (08:31 -0500)
commitca608d25756142be53af963cba0067b2bdc17f52
tree3389606f84436ddf444dafdef09f6329d29ca36e
parente79a3b428adecec7bb1222d7f22664493cc3e498
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