summaryrefslogtreecommitdiffstats
path: root/src/rule.c
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2016-08-12 01:33:37 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2016-08-12 01:45:40 +0200
commitd26feca2c9c19b650b5a7554b5a412ceca990b7a (patch)
tree8656f3cad4c3b83c2751e6bdaba8f91239b7a48b /src/rule.c
parente381cd99e9eb0e9519a976c8288f6b9e051ada3a (diff)
common: Avoid integer overflow in nftnl_batch_is_supported()
time() may return -1 which is then assigned to an unsigned integer type and used as sequence number. The following code increments that number multiple times, so it may overflow and get libmnl confused. To avoid this, fall back to a starting sequence number of zero in case the call to time() failed. Signed-off-by: Phil Sutter <phil@nwl.cc> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'src/rule.c')
0 files changed, 0 insertions, 0 deletions