This is the mail archive of the libc-alpha@sources.redhat.com 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]

Re: scanf non-conformance


"Joseph S. Myers" <jsm28@cam.ac.uk> writes:

> Properly fixing this would require redirecting the scanf
> functions to other functions if strict conformance to either standard
> version is selected (by -std=c89 or -std=c99 without _GNU_SOURCE).

You'll only experience a problem if you use the %a format followed by
and s.  It's a problem but not worth thinking about in the moment.

-- 
---------------.                          ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Red Hat          `--' drepper at redhat.com   `------------------------

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