Bug 388751 - sscanf using alloc option seg faults
Summary: sscanf using alloc option seg faults
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: glibc
Version: 8
Hardware: ppc64
OS: Linux
low
medium
Target Milestone: ---
Assignee: Jakub Jelinek
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-11-17 20:37 UTC by Kumar Gala
Modified: 2007-12-17 13:24 UTC (History)
0 users

Fixed In Version: 2.7.90-1
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2007-12-17 13:24:30 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
source code of test program that fails to run (484 bytes, text/plain)
2007-11-17 20:37 UTC, Kumar Gala
no flags Details

Description Kumar Gala 2007-11-17 20:37:28 UTC
Description of problem:

The attached test.c fails to run on fedora 8, it works on fedora 7 (glibc-2.6-4)

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

glibc-2.7-2

How reproducible:

gcc test.c -o test && ./test
Segmentation fault


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Kumar Gala 2007-11-17 20:37:28 UTC
Created attachment 262491 [details]
source code of test program that fails to run

Comment 2 Kumar Gala 2007-11-17 20:40:46 UTC
Also, I took the binary built on fedora 8 and ran it on a fedora 7 ppc64 system
w/o any issue (no segfault).


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