dockapps/wmfsm
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
..
wmfsm wmfsm: Impove version number handling. 2015-01-22 11:12:10 +00:00
wmgeneral wmgeneral: Use field width limits for scanf. 2015-05-20 10:44:41 +01:00
AUTHORS wmfsm: Update with new contact information. 2015-01-22 11:12:10 +00:00
ChangeLog wmfsm: Bump to version 0.35. 2015-01-22 11:12:11 +00:00
configure.ac wmfsm: Bump to version 0.35. 2015-01-22 11:12:11 +00:00
COPYING wmfsm: Update COPYING from http://www.gnu.org/licenses/gpl-2.0.txt. 2015-01-22 11:12:10 +00:00
Makefile.am wmfsm: Remove trailing whitespace. 2015-01-22 11:12:10 +00:00
NEWS wmfsm: Add version 0.34 to repository. 2015-01-22 11:11:18 +00:00
README wmfsm: Update README with new installation instructions. 2015-01-22 11:12:11 +00:00

Installation:
autoreconf -i
./configure
(or ./configure --with-xpm=foo, where foo is your preferred .xpm)
make
make install (as root)
Edit sample.wmfsmrc and copy it to ~/.wmfsmrc