This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Coverity run for glibc 2.23.


** CID 123616:    (UNINIT)
/home/carlos/src/glibc-2.23-coverity/glibc-2.23/timezone/zic.c: 2445 in outzone()
/home/carlos/src/glibc-2.23-coverity/glibc-2.23/timezone/zic.c: 2225 in outzone()

These are false alarms. Compiling with -Dlint should pacify Coverity (at least, -Dlint pacifies GCC, which has similar false alarms here).

** CID 123607:  Error handling issues  (CHECKED_RETURN)
/home/carlos/src/glibc-2.23-coverity/glibc-2.23/timezone/zic.c: 762 in dolink()

That one is minor. I expect I just now fixed it in the experimental version, here:

https://github.com/eggert/tz/commit/39fd078a694fa762de5ae7efceca1dbfb7be94b3

as a side effect of some other porting efforts. Something like this should appear in the next official release of zic.c.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]