]> The Tcpdump Group git mirrors - libpcap/commit
Catch errors reported by gen_retblk().
authorGuy Harris <[email protected]>
Mon, 29 Oct 2018 18:57:37 +0000 (11:57 -0700)
committerGuy Harris <[email protected]>
Mon, 29 Oct 2018 18:57:37 +0000 (11:57 -0700)
commit68e9a06ec1775c376820f0f0382e12cead0b0711
tree9c826dac382f6b2c05e3ece8248b92af111415ac
parentfec7854536f6131c3d926e690c7f079565950e1b
Catch errors reported by gen_retblk().

It allocates memory, and can thus run out of memory, so it can throw an
error with longjmp().
gencode.c