[asterisk-bugs] [Asterisk 0011244]: ast_variable_new() typo
noreply at bugs.digium.com
noreply at bugs.digium.com
Wed Nov 14 09:23:03 CST 2007
The following issue has been CLOSED
======================================================================
http://bugs.digium.com/view.php?id=11244
======================================================================
Reported By: ys
Assigned To: Corydon76
======================================================================
Project: Asterisk
Issue ID: 11244
Category: Core-General
Reproducibility: always
Severity: minor
Priority: normal
Status: closed
Asterisk Version: SVN
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!): 89269
Disclaimer on File?: N/A
Request Review:
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 11-14-2007 09:03 CST
Last Modified: 11-14-2007 09:23 CST
======================================================================
Summary: ast_variable_new() typo
Description:
In function ast_variable_new()
lines:
variable->value = strcpy(dst, value);
dst += fn_len;
must be:
variable->value = strcpy(dst, value);
dst += val_len;
======================================================================
----------------------------------------------------------------------
Corydon76 - 11-14-07 09:23
----------------------------------------------------------------------
Already fixed in SVN.
Issue History
Date Modified Username Field Change
======================================================================
11-14-07 09:23 Corydon76 Note Added: 0073639
11-14-07 09:23 Corydon76 Assigned To => Corydon76
11-14-07 09:23 Corydon76 Status new => closed
11-14-07 09:23 Corydon76 Resolution open => fixed
======================================================================
More information about the asterisk-bugs
mailing list