[openssl/openssl] 1b2ab4: Change strnlen() to OPENSSL_strnlen() in fuzz/prov...
Randall S. Becker
noreply at github.com
Thu Jul 18 15:28:56 UTC 2024
Branch: refs/heads/master
Home: https://github.com/openssl/openssl
Commit: 1b2ab42ed788f09dd0ab3be7abf7276635568c48
https://github.com/openssl/openssl/commit/1b2ab42ed788f09dd0ab3be7abf7276635568c48
Author: Randall S. Becker <randall.becker at nexbridge.ca>
Date: 2024-07-18 (Thu, 18 Jul 2024)
Changed paths:
M fuzz/provider.c
Log Message:
-----------
Change strnlen() to OPENSSL_strnlen() in fuzz/provider.
strnlen() is not portable. It is preferable to use the wrapper.
Fixes: #24908
Signed-off-by: Randall S. Becker <randall.becker at nexbridge.ca>
Reviewed-by: Neil Horman <nhorman at openssl.org>
Reviewed-by: Kurt Roeckx <kurt at roeckx.be>
Reviewed-by: Paul Dale <ppzgs1 at gmail.com>
(Merged from https://github.com/openssl/openssl/pull/24912)
To unsubscribe from these emails, change your notification settings at https://github.com/openssl/openssl/settings/notifications
More information about the openssl-commits
mailing list