]> git.mxchange.org Git - quix0rs-blobwars.git/commit
Use field width limits with fscanf().
authorGuus Sliepen <guus@debian.org>
Sun, 26 Dec 2010 13:45:33 +0000 (14:45 +0100)
committerGuus Sliepen <guus@debian.org>
Sun, 26 Dec 2010 13:45:33 +0000 (14:45 +0100)
commitc1b7512a607d2002f7228dcd6b810648c23cdd53
treea5b492ab7b489b46dd521fd26e0a57b129c2cbfe
parent5190d4694b6ea01a9e3c0ad70bbcd5455ae72857
Use field width limits with fscanf().

Cppcheck warns that unlimited field withs can lead to crashes with huge files.
src/init.cpp