[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pnet-developers] [bugs #8655] cscc/cscc.c - AddArgument adds garbage (v
From: |
anonymous |
Subject: |
[Pnet-developers] [bugs #8655] cscc/cscc.c - AddArgument adds garbage (v0.6.4) |
Date: |
Thu, 22 Apr 2004 10:27:13 -0400 |
User-agent: |
Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.6) Gecko/20040113 |
This mail is an automated notification from the bugs tracker
of the project: DotGNU Portable.NET.
/**************************************************************************/
[bugs #8655] Full Item Snapshot:
URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=8655>
Project: DotGNU Portable.NET
Submitted by: 0
On: Thu 04/22/04 at 14:27
Category: None
Severity: 5 - Average
Item Group: None
Resolution: None
Assigned to: None
Status: Open
Summary: cscc/cscc.c - AddArgument adds garbage (v0.6.4)
Original Submission: When adding only one argument with AddArgument to an
empty array of strings, 2 elements are actually created, e.g.:
---
char **cmdline;
int cmdline_size;
cmdline = 0;
cmdline_size = 0;
AddArgument(&cmdline, &cmdline_size, "ilasm");
---
cmdline will now contain 2 elements:
cmdline[0] = "ilasm"
cmdline[1] = random garbage
when the second element should in fact contain NULL
For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=8655>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [Pnet-developers] [bugs #8655] cscc/cscc.c - AddArgument adds garbage (v0.6.4),
anonymous <=