[Bug time/23976] trunk/timezone/zdump.c:811: missing call to va_end ?

eggert at cs dot ucla.edu sourceware-bugzilla@sourceware.org
Wed Dec 12 16:19:00 GMT 2018


https://sourceware.org/bugzilla/show_bug.cgi?id=23976

eggert at cs dot ucla.edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2018-12-12
                 CC|                            |eggert at cs dot ucla.edu
     Ever confirmed|0                           |1

--- Comment #2 from eggert at cs dot ucla.edu ---
Thanks, fixed (but not yet released) upstream as noted here:

https://mm.icann.org/pipermail/tz/2018-December/027308.html

The fix should be needed only when __STDC_VERSION__ < 199901 or when
HAVE_SNPRINTF is defined to be 0, so it's not clear to me whether it's needed
for glibc builds. If it is needed, perhaps -DHAVE_SNPRINTF=1 should be added to
CFLAGS when compiling tzdb-related files, independently of this bug?

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Glibc-bugs mailing list