[asterisk-bugs] [Asterisk 0014758]: app_followme doesn't initialize targs
Asterisk Bug Tracker
noreply at bugs.digium.com
Wed Mar 25 19:15:28 CDT 2009
The following issue has been SUBMITTED.
======================================================================
http://bugs.digium.com/view.php?id=14758
======================================================================
Reported By: tim_ringenbach
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 14758
Category: Applications/app_followme
Reproducibility: have not tried
Severity: minor
Priority: normal
Status: new
Asterisk Version: 1.4.24
Regression: No
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2009-03-25 19:15 CDT
Last Modified: 2009-03-25 19:15 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-25 19:15 tim_ringenbach New Issue
2009-03-25 19:15 tim_ringenbach Asterisk Version => 1.4.24
2009-03-25 19:15 tim_ringenbach Regression => No
2009-03-25 19:15 tim_ringenbach SVN Branch (only for SVN checkouts, not tarball
releases) => N/A
======================================================================
More information about the asterisk-bugs
mailing list