[gmx-developers] jenkins cppcheck picky?

David van der Spoel spoel at xray.bmc.uu.se
Sat Aug 31 21:33:23 CEST 2013


Hi,

I'm getting complaints in jenkins from cppcheck, for code like

int d;
fscanf(fp, "%d", &d);

namely:

scanf without field width limits can crash with huge input data

Apparently this is a check for an old glibc or something:
http://sourceforge.net/apps/trac/cppcheck/ticket/3946

Can we upgrade cppcheck?

-- 
David van der Spoel, Ph.D., Professor of Biology
Dept. of Cell & Molec. Biol., Uppsala University.
Box 596, 75124 Uppsala, Sweden. Phone:	+46184714205.
spoel at xray.bmc.uu.se    http://folding.bmc.uu.se



More information about the gromacs.org_gmx-developers mailing list