#364 closed task (fixed)
GCC 4.9 compiler bugs
Reported by: | rainer | Owned by: | rainer |
---|---|---|---|
Priority: | major | Milestone: | 3.1.5 |
Component: | main | Version: | |
Keywords: | Cc: |
Description
The GCC 4.9.1 compiler shipped with Ubuntu 14.10 warns that
warning: variable ‘__cancel routine’ might be clobbered by ‘longjmp’ or ‘vfork’
which occurs in a macro of the GNU C library...
Also, in zfree_string() the optimizer skips zeroing and freeing the string...
Change History (2)
comment:1 by , 10 years ago
comment:2 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Believed to be fixed by changeset [465].