https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108944
--- Comment #3 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Gaius Mulley <ga...@gcc.gnu.org>: https://gcc.gnu.org/g:e5fcf084e381aefe170dcd418dc97e469dacfa91 commit r13-6359-ge5fcf084e381aefe170dcd418dc97e469dacfa91 Author: Gaius Mulley <gaiusm...@gmail.com> Date: Mon Feb 27 16:29:18 2023 +0000 libgm2/libm2pim/sckt.cc:254:3: warning: memset() called to fill 0 bytes [PR108944] The pattern parameter to memset is second. Correct an obvious mistake in libm2pim/sckt.cc. libgm2/ChangeLog: PR modula2/108944 * libm2pim/sckt.cc (getLocalIP): Correct parameter order. Signed-off-by: Gaius Mulley <gaiusm...@gmail.com>