summaryrefslogtreecommitdiff
path: root/debian/patches/cherry-pick-727b493e-50736-silence-use-after-free-warning.patch
AgeCommit message (Collapse)AuthorFilesLines
2024-08-16Cherry-pick upstream commit 727b493e to address FTBFS on mips64elMichael Prokop1-0/+36
Description from upstream: | 50736: silence use-after-free warning (gcc-12.2) And as noted by Chris, the patch fixes a memory issue in compmatch.c, gcc indeed complains about that, so this hopefully fixes our FTBFS issue on mips64el. Thanks: Chris Hofstaedtler <zeha@debian.org> Closes: #1078749