-
Committer:
Teddy Hogeborn
-
Date:
2009-02-12 18:56:52 UTC
-
Revision ID:
teddy@fukt.bsnet.se-20090212185652-ast00yprt2pe2l4p
Overflows are not detected by sscanf(), so stop using it:
* plugin-runner.c (main/parse_opt): Change from using "sscanf()" to
"strtoimax()".
* plugins.d/mandos-client.c (main/parse_opt, main): Change from using
"sscanf()" to
"strtoimax()" and
"strtof()".
* splashy.c (main): Change from using "sscanf()" to "strtoimax()".
* usplash.c (main): - '' -