[asterisk-bugs] [Asterisk 0019224]: Posible memleak in realtime_peer
Asterisk Bug Tracker
noreply at bugs.digium.com
Thu May 5 11:06:55 CDT 2011
The following issue has been UPDATED.
======================================================================
https://issues.asterisk.org/view.php?id=19224
======================================================================
Reported By: marcelloceschia
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 19224
Category: Channels/chan_sip/General
Reproducibility: always
Severity: minor
Priority: normal
Status: acknowledged
Asterisk Version: SVN
JIRA:
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): 1.8
SVN Revision (number only!): 316037
Request Review:
======================================================================
Date Submitted: 2011-05-04 03:37 CDT
Last Modified: 2011-05-05 11:06 CDT
======================================================================
Summary: Posible memleak in realtime_peer
Description:
/* First check on peer name */
if (newpeername) {
if (realtimeregs)
varregs = ast_load_realtime("sipregs", "name", newpeername, SENTINEL);
we search for varregs, but does not use this value is we do not find
peername in sippeers
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2011-05-05 11:06 lmadsen Description Updated
======================================================================
More information about the asterisk-bugs
mailing list