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/14586] sscanf: "%[^a]s %s" stopped working


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.


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