[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#363639: marked as done (libc6: please mark error() as "noreturn")



Your message dated Wed, 19 Apr 2006 23:41:28 -0400
with message-id <20060420034128.GA6612@andromeda>
and subject line error and noreturn
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: libc6
Version: 2.3.6-4
Severity: wishlist

abort, err, and exit are all __noreturn__, but error() is not; this
can cause lots of "may be used uninit" warnings.  Please consider
adding the attribute.


--- End Message ---
--- Begin Message ---
On second thought, don't do that.  error doesn't exit if the first
parameter is zero, and this may need to be evaluated at runtime.

--- End Message ---

Reply to: