This is the mail archive of the glibc-bugs@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]

[Bug libc/1968] elf/sln.c: unknown format parameter %m


------- Additional Comments From jakub at redhat dot com  2005-12-02 09:53 -------
%m is a glibc format extension, see
info libc 'Table of Output Conversions'
sln is a program that is part of glibc and obviously relies on glibc extensions,
there is nothing wrong about it.

Your other changes are completely bogus, please either fix your lint-like
tool before you file a new bugreport, or take time to read and understand
C and POSIX, GCC and glibc extensions.
argv is guaranteed to be non-NULL, argv[x] for x >= 0 && x < argc is also
guaranteed to be non-NULL.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID


http://sourceware.org/bugzilla/show_bug.cgi?id=1968

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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