Your message dated Sun, 28 May 2006 08:04:18 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Fixed
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: bacula-sd
Version: 1.38.9-9
Severity: grave
bacula-sd segfaults in several locations with null pointer access (for
example #367424) if built with -O2.
I just took a look into src/stored/reserve.c at line 550, where I found
another occurance. At this point it uses foreach_alist, a macro which
yields undefined behaviour than it is good for a program. (Hint: within
a macro, each variable may only accessed once.)
Also the configure is broken, as it don't see that it uses gcc. The
correct check is __GNUC__ anyway.
Bastian
--
Insufficient facts always invite danger.
-- Spock, "Space Seed", stardate 3141.9
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
This was fixed by an upstream patch in 1.38.9-10. I had tried to merge
it with 367424, but apparently forgot to cc [EMAIL PROTECTED] on that
message. That bug was closed by the changelog in 1.38.9-10 and this one
should be too.
--
John Goerzen
Author, Foundations of Python Network Programming
http://www.amazon.com/exec/obidos/tg/detail/-/1590593715
--- End Message ---