summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/bogons/nft-f/double-free-on-binop-dtype_assert
Commit message (Collapse)AuthorAgeFilesLines
* evaluate: fix double free on dtype releaseFlorian Westphal2023-12-051-0/+6
We release ->dtype twice, will either segfault or assert on dtype->refcount != 0 check in datatype_free(). Signed-off-by: Florian Westphal <fw@strlen.de>