Bug 73425 - g_string_printf loses data on embeded '\0' in certain cases
Summary: g_string_printf loses data on embeded '\0' in certain cases
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: glib2
Version: 7.3
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Owen Taylor
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2002-09-04 15:53 UTC by James Antill
Modified: 2008-05-01 15:38 UTC (History)
0 users

Fixed In Version:
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed: 2002-11-01 01:34:12 UTC
Embargoed:


Attachments (Terms of Use)
Source of program to show bug. (553 bytes, patch)
2002-09-04 15:54 UTC, James Antill
no flags Details | Diff
Proposed patch. (584 bytes, patch)
2002-09-04 15:55 UTC, James Antill
no flags Details | Diff

Description James Antill 2002-09-04 15:53:29 UTC
Description of Problem:

 If you call g_mem_set_vtable() then on a system with vasprintf() you will lose
data if you call g_string_printf() with a '\0' byte in the data.

Version-Release number of selected component (if applicable):
glib2-2.0.1-2

How Reproducible:
 Always.

Steps to Reproduce:
1. See attached program.
2. 
3. 

Actual Results:
 attached source dies.

Expected Results:
 should exit cleanly.

Additional Information:
 I've also attached a patch to fix the problem.

Comment 1 James Antill 2002-09-04 15:54:21 UTC
Created attachment 74884 [details]
Source of program to show bug.

Comment 2 James Antill 2002-09-04 15:55:57 UTC
Created attachment 74885 [details]
Proposed patch.

Comment 3 Owen Taylor 2002-09-04 16:31:27 UTC
Filed upstream as:

 http://bugzilla.gnome.org/show_bug.cgi?id=92492

Comment 4 Owen Taylor 2002-11-01 01:34:49 UTC
Not going to fix this in advance of upstream.


Note You need to log in before you can comment on or make changes to this bug.