[Bug libc/14586] sscanf: "%[^a]s %s" stopped working

temp78593 at mutluit dot com sourceware-bugzilla@sourceware.org
Sat Sep 15 19:43:00 GMT 2012


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

Uenal Mutlu <temp78593 at mutluit dot com> changed:

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

--- Comment #1 from Uenal Mutlu <temp78593 at mutluit dot com> 2012-09-15 19:43:15 UTC ---
It seems the format string I had used " PROTO=%255[^ \t\n]s SPT=%hu DPT=%hu"
isn't supported anymore. 
Instead one must use " PROTO=%255[^ \t\n] SPT=%hu DPT=%hu"
Ie. omitting the 's' after set...
Ok, I can live with that... the bugreport can be closed.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the Glibc-bugs mailing list