summaryrefslogtreecommitdiff
path: root/noncore/settings/sysinfo/contrib
AgeCommit message (Collapse)AuthorFilesLines
2007-01-29Each file in this commit has an issue where the initial value of a variableerik1-1/+1
is assumed to be something but no initial value is given. This commit changes that by either assigning an initial value or removing the assumption on an initial value (usually the former).
2007-01-26A couple of places where a string is overrun. This fixes both of them.erik1-2/+2
2007-01-24Each file in this commit has the issue where it is possible for code toerik1-1/+1
overrun static buffers. This could lead to serious problems. Granted it is almost impossible to do that. But it isn't totally impossible. So this commit makes it impossible to overrun.
2004-02-27small bugfix so it compiles with arm-linux-gccalwin1-1/+1
2004-02-27the integer test now is the official dhrystone benchmarkmickeyl3-0/+2049
that makes it easier to compare results