aboutsummaryrefslogtreecommitdiff
path: root/.mailmap
diff options
context:
space:
mode:
authorArne Schwabe2024-03-26 11:41:01 +0100
committerGert Doering2024-03-26 12:03:00 +0100
commit6889d9e2f1458272ded4c035df40378ace3d7395 (patch)
treed5e797a4e827c8dd1fffae73934802a7fa07d6ff /.mailmap
parente8c629fe64c67ea0a8454753be99db44df7ce53e (diff)
downloadopenvpn-6889d9e2f1458272ded4c035df40378ace3d7395.zip
openvpn-6889d9e2f1458272ded4c035df40378ace3d7395.tar.gz
Fix snprintf/swnprintf related compiler warnings
When openvpn_snprintf is replaced by snprintf the GCC/MSVC compiler will perform additional checks that the result is not truncated. This warning can be avoid by either explicitly checking the return value of snprintf (proxy) or ensuring that it is never truncated(tls crypt) Change-Id: If23988a05dd53a519c5e57f2aa3b2d10bd29df1d Signed-off-by: Arne Schwabe <arne@rfc2549.org> Acked-by: Frank Lichtenheld <frank@lichtenheld.com> Message-Id: <20240326104101.531291-1-frank@lichtenheld.com> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg28475.html Signed-off-by: Gert Doering <gert@greenie.muc.de>
Diffstat (limited to '.mailmap')
0 files changed, 0 insertions, 0 deletions