]> git.ipfire.org Git - thirdparty/strongswan.git/commit - configure.ac
Use mallinfo2() if available
authorTobias Brunner <tobias@strongswan.org>
Mon, 25 Apr 2022 11:30:27 +0000 (13:30 +0200)
committerTobias Brunner <tobias@strongswan.org>
Mon, 25 Apr 2022 12:16:20 +0000 (14:16 +0200)
commitc9d471091f40ad6cc0e73cd142c7f6bb99a2ead4
tree78d8b4c275fc69b87e240ada68152707b81b83b1
parent8ce4105fca6ec402b325e3a410c1fa950616a7f5
Use mallinfo2() if available

mallinfo() is deprecated because it uses `int` for the members of the
returned struct, whereas mallinfo2() uses `size_t`.  It's available
since glibc 2.33.
configure.ac
scripts/malloc_speed.c
src/libcharon/plugins/stroke/stroke_list.c
src/libcharon/plugins/vici/vici_query.c