• Dag Erling Smørgrav's avatar
    r35539@cat (orig r1239): phk | 2007-01-29 23:06:33 +0100 · b143c86c
    Dag Erling Smørgrav authored
     Things you didn't know about C, #7212:
     
     There is no sane way to get sscanf to tell you how many characters 
     were consumed, if you want to allow a variable number of arguments.
      
     The special format %n is patently useless for this, because you 
     have to insert it at every conceiveable point in the string and
     that presumes full explicit whitespace markup.
      
     Parse -w argument "by hand", to catch illegal input like "1,INF,15"
      
     Tripped over by:        Stein Ove Rosseland <steinove@vg.no>
      
     Fixes:  ticket #82
     
     
    
    
    git-svn-id: http://www.varnish-cache.org/svn/branches/1.0@1259 d4fa192b-c00b-0410-8231-f00ffab90ce4
    b143c86c
Name
Last commit
Last update
bin Loading commit data...
debian Loading commit data...
etc Loading commit data...
include Loading commit data...
lib Loading commit data...
man Loading commit data...
redhat Loading commit data...
ChangeLog Loading commit data...
INSTALL Loading commit data...
LICENSE Loading commit data...
Makefile.am Loading commit data...
README Loading commit data...
autogen.des Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...
svn2cl.xsl Loading commit data...