Branch: refs/heads/master
Home: https://github.com/openssl/openssl
Commit: 1b2ab42ed788f09dd0ab3be7abf7276635568c48
https://github.com/openssl/openssl/commit/1b2ab42ed788f09dd0ab3be7abf7276635568c48
Author: Randall S. Becker <[email protected]>
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 <[email protected]>
Reviewed-by: Neil Horman <[email protected]>
Reviewed-by: Kurt Roeckx <[email protected]>
Reviewed-by: Paul Dale <[email protected]>
(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