Branch: refs/heads/master Home: https://github.com/openssl/openssl Commit: 1b2ab42ed788f09dd0ab3be7abf7276635568c48 https://github.com/openssl/openssl/commit/1b2ab42ed788f09dd0ab3be7abf7276635568c48 Author: Randall S. Becker <randall.bec...@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.bec...@nexbridge.ca> Reviewed-by: Neil Horman <nhor...@openssl.org> Reviewed-by: Kurt Roeckx <k...@roeckx.be> Reviewed-by: Paul Dale <ppz...@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