[asterisk-bugs] [Asterisk 0014758]: app_followme doesn't initialize targs
Asterisk Bug Tracker
noreply at bugs.digium.com
Sun Mar 29 00:51:56 CDT 2009
The following issue has been RESOLVED.
======================================================================
http://bugs.digium.com/view.php?id=14758
======================================================================
Reported By: tim_ringenbach
Assigned To: russell
======================================================================
Project: Asterisk
Issue ID: 14758
Category: Applications/app_followme
Reproducibility: have not tried
Severity: minor
Priority: normal
Status: resolved
Asterisk Version: 1.4.24
Regression: No
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 2009-03-25 19:15 CDT
Last Modified: 2009-03-29 00:51 CDT
======================================================================
Summary: app_followme doesn't initialize targs
Description:
app_followme.c doesn't initialize targs (specificly targs.followmeflags),
leading to random things happening if (args.options) is false.
It should either memset(&targs, 0, sizeof(struct fm_args)); or do
something like struct fm_args targs = {0, };
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2009-03-29 00:51 svnbot Status new => assigned
2009-03-29 00:51 svnbot Assigned To => russell
2009-03-29 00:51 svnbot Status assigned => resolved
2009-03-29 00:51 svnbot Resolution open => fixed
======================================================================
More information about the asterisk-bugs
mailing list