summaryrefslogtreecommitdiff
path: root/staging/mopsrx_arp.c
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2015-11-11 14:46:00 +0100
committerTobias Klauser <tklauser@distanz.ch>2015-11-11 14:46:00 +0100
commit2f43dee3a51eeb96746c0f27bba837b9e423788b (patch)
tree6bba5247514b0cfb1a5b86c567494bdf0cf4d071 /staging/mopsrx_arp.c
parent240bb31fc01efd6d059afcd9884b29f6814be789 (diff)
geoip: Error out if file is not inflated completely
In case the downloaded gzip file got corrupted somehow, the gzread would fail, leaving part of the file uninflated and thus leading to a corrupted GeoIP database. This can in the worst case lead to a crash in libgeoip which in turn causes netsniff-ng/flowtop/astraceroute to crash. So better panic() if we fail to uncompress. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'staging/mopsrx_arp.c')
0 files changed, 0 insertions, 0 deletions
r>
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Pull crypto fixes from Herbert Xu: "This fixes a bug in CBC/CTR on ARM64 that breaks chaining as well as a bug in the core API that causes registration failures when a driver unloads and then reloads an algorithm" * 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6: crypto: arm64/aes-blk - honour iv_out requirement in CBC and CTR modes crypto: api - Clear CRYPTO_ALG_DEAD bit before registering an alg
Diffstat (limited to 'arch/sh/include/cpu-common')