[asterisk-bugs] [Asterisk 0014289]: utils/refcounter segfaults due to reference of count1_obj when its NULL
Asterisk Bug Tracker
noreply at bugs.digium.com
Tue Jan 20 14:46:58 CST 2009
The following issue has been SUBMITTED.
======================================================================
http://bugs.digium.com/view.php?id=14289
======================================================================
Reported By: jamesgolovich
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 14289
Category: Utilities/General
Reproducibility: sometimes
Severity: minor
Priority: normal
Status: new
Asterisk Version: SVN
Regression: No
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!): 169487
Request Review:
======================================================================
Date Submitted: 2009-01-20 14:46 CST
Last Modified: 2009-01-20 14:46 CST
======================================================================
Summary: utils/refcounter segfaults due to reference of
count1_obj when its NULL
Description:
I'm not sure if this happens to everyone or just something unique in my
situation. First time I've played with refcounter.
Line 164 prints an error if count1_obj doesn't exist but then tries to
reference count1_obj->addr which is a guaranteed segfault.
Not sure what the appropriate action is here, in my copy I just removed
the reference so the error message is just printed.
- printf("BAD: object %x appears without
previous allocation marker!\n", count1_obj->addr);
+ printf("BAD: object appears without
previous allocation marker!\n");
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2009-01-20 14:46 jamesgolovich New Issue
2009-01-20 14:46 jamesgolovich Asterisk Version => SVN
2009-01-20 14:46 jamesgolovich Regression => No
2009-01-20 14:46 jamesgolovich SVN Branch (only for SVN checkouts, not tarball
releases) => N/A
2009-01-20 14:46 jamesgolovich SVN Revision (number only!) => 169487
======================================================================
More information about the asterisk-bugs
mailing list