This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB 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: New ARI warning Sat Jan 10 01:54:00 UTC 2015


This set of patches fixes 2 of the new ARI violations reported by
last Saturday's report. The other 2 should also be fixed, IMO
(use safe_strerror instead of strerror, because strerror may return
NULL for unknown errno), but is requires us to move safe_strerror
to the common area, knowning that there is one POSIX implementation
and a Windows one. So a little bit more work, left for another day.

The two patches were tested on x86_64-linux, and then pushed.

[PATCH 1/2] [ARI] Remove trailing new-line in argument of call to
[PATCH 2/2] [ARI] Remove trailing new-line in argument of call to

Thank you,
-- 
Joel


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