Bugs item #892038, was opened at 2004-02-06 13:57
Message generated for change (Comment added) made by epetrich
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100599&aid=892038&group_id=599
Category: C-Front End
>Group: fixed
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Stas Sergeev (stsp)
>Assigned to: Erik Petrich (epetrich)
Summary: SIGSEGV using uninitialized var
Initial Comment:
Hi.
I am sure that bug was already reported and closed
many times, but for me sdcc still crashes when the
program is trying to use the uninitialized variable.
Example is attached.
$ sdcc unini.c
Caught signal 11: SIGSEGV
----------------------------------------------------------------------
>Comment By: Erik Petrich (epetrich)
Date: 2004-02-09 01:24
Message:
Logged In: YES
user_id=635249
Fixed for your example (and hopefully all other remaining
cases); see ChangeLog 1.627 for the list of updated files.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100599&aid=892038&group_id=599
|