[Home]

Summary:ASTERISK-13835: app_followme doesn't initialize targs
Reporter:Tim Ringenbach at Asteria Solutions Group (tim_ringenbach)Labels:
Date Opened:2009-03-25 19:15:28Date Closed:2009-03-29 00:56:51
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/app_followme
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
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, };
Comments:By: Digium Subversion (svnbot) 2009-03-29 00:51:55

Repository: asterisk
Revision: 184842

U   branches/1.4/apps/app_followme.c

------------------------------------------------------------------------
r184842 | russell | 2009-03-29 00:51:55 -0500 (Sun, 29 Mar 2009) | 5 lines

Ensure targs variable is fully initialized.

(closes issue ASTERISK-13835)
Reported by: tim_ringenbach

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=184842

By: Digium Subversion (svnbot) 2009-03-29 00:52:21

Repository: asterisk
Revision: 184843

_U  trunk/
U   trunk/apps/app_followme.c

------------------------------------------------------------------------
r184843 | russell | 2009-03-29 00:52:21 -0500 (Sun, 29 Mar 2009) | 13 lines

Merged revisions 184842 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r184842 | russell | 2009-03-29 00:51:55 -0500 (Sun, 29 Mar 2009) | 5 lines

Ensure targs variable is fully initialized.

(closes issue ASTERISK-13835)
Reported by: tim_ringenbach

........

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=184843

By: Digium Subversion (svnbot) 2009-03-29 00:52:43

Repository: asterisk
Revision: 184844

_U  branches/1.6.0/
U   branches/1.6.0/apps/app_followme.c

------------------------------------------------------------------------
r184844 | russell | 2009-03-29 00:52:42 -0500 (Sun, 29 Mar 2009) | 21 lines

Merged revisions 184843 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r184843 | russell | 2009-03-29 00:52:20 -0500 (Sun, 29 Mar 2009) | 13 lines

Merged revisions 184842 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r184842 | russell | 2009-03-29 00:51:55 -0500 (Sun, 29 Mar 2009) | 5 lines

Ensure targs variable is fully initialized.

(closes issue ASTERISK-13835)
Reported by: tim_ringenbach

........

................

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=184844

By: Digium Subversion (svnbot) 2009-03-29 00:52:59

Repository: asterisk
Revision: 184845

_U  branches/1.6.1/
U   branches/1.6.1/apps/app_followme.c

------------------------------------------------------------------------
r184845 | russell | 2009-03-29 00:52:59 -0500 (Sun, 29 Mar 2009) | 21 lines

Merged revisions 184843 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r184843 | russell | 2009-03-29 00:52:20 -0500 (Sun, 29 Mar 2009) | 13 lines

Merged revisions 184842 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r184842 | russell | 2009-03-29 00:51:55 -0500 (Sun, 29 Mar 2009) | 5 lines

Ensure targs variable is fully initialized.

(closes issue ASTERISK-13835)
Reported by: tim_ringenbach

........

................

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=184845

By: Digium Subversion (svnbot) 2009-03-29 00:56:51

Repository: asterisk
Revision: 184846

_U  branches/1.6.2/
U   branches/1.6.2/apps/app_followme.c

------------------------------------------------------------------------
r184846 | russell | 2009-03-29 00:56:51 -0500 (Sun, 29 Mar 2009) | 21 lines

Merged revisions 184843 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r184843 | russell | 2009-03-29 00:52:20 -0500 (Sun, 29 Mar 2009) | 13 lines

Merged revisions 184842 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r184842 | russell | 2009-03-29 00:51:55 -0500 (Sun, 29 Mar 2009) | 5 lines

Ensure targs variable is fully initialized.

(closes issue ASTERISK-13835)
Reported by: tim_ringenbach

........

................

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=184846