summaryrefslogtreecommitdiffstats
path: root/src/run.c
diff options
context:
space:
mode:
authorHannes Eder <heder@google.com>2009-10-08 18:06:04 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2009-10-08 18:06:04 +0200
commit910d392806be7457f95aaab73e81abe20772bd05 (patch)
tree1ace5425e89105e01b4733ce76a9e6f73d5c0465 /src/run.c
parenteb1127e0f72274bdcdcf6fdef96f1cbac5d19f02 (diff)
conntrack: use fscanf() instead of read() for showing counter
Read an integer right away with fscanf() instead of read()-ing to a buffer, which was actually to small for the terminating '\0', and atoi()-ing. Furthermore read() might not read enough, though unlikely here. Signed-off-by: Hannes Eder <heder@google.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'src/run.c')
0 files changed, 0 insertions, 0 deletions