dockapps/wmitime/wmgeneral
Doug Torrance 6b1ed40882 wmgeneral: Use field width limits for scanf.
This fixes "(portability) scanf without field width limits can crash with
huge input data on some versions of libc" warning from cppcheck.

We choose 10 as the field width limit as it is the number of characters in
2^31-1, the largest int.
2015-05-20 10:44:41 +01:00
..
list.c wmgeneral: Remove inline keywords. 2015-05-20 10:44:40 +01:00
list.h wmgeneral: Remove inline keywords. 2015-05-20 10:44:40 +01:00
misc.c wmgeneral: Free pointer. 2015-05-20 10:44:40 +01:00
misc.h Initial dockapps git repo 2011-03-25 19:45:13 +01:00
wmgeneral.c wmgeneral: Use field width limits for scanf. 2015-05-20 10:44:41 +01:00
wmgeneral.h Initial dockapps git repo 2011-03-25 19:45:13 +01:00