]> git.ipfire.org Git - thirdparty/strongswan.git/commit
hashtable: Avoid compiler warning with GCC 12
authorTobias Brunner <tobias@strongswan.org>
Thu, 16 Jun 2022 08:23:16 +0000 (10:23 +0200)
committerTobias Brunner <tobias@strongswan.org>
Mon, 27 Jun 2022 12:09:11 +0000 (14:09 +0200)
commit585666aa974a4e751766c327139c982c58912090
tree7aa84146eda72d779091fe2bf7e680f3fb38a0b9
parent993ea3282571b993ec2c631def5b6f3303b6d2f5
hashtable: Avoid compiler warning with GCC 12

Even though the assignment of `removed` to `out_row` is tied to the
`found_removed` flag, which is only set if `removed` is set, the
compiler complains that it may be used uninitialized.
src/libstrongswan/collections/hashtable.c