Fix a -Warray-bounds gcc warning in OPENSSL_DIR_read
authorBernd Edlinger <bernd.edlinger@hotmail.de>
Sun, 3 Nov 2019 16:34:23 +0000 (17:34 +0100)
committerBernd Edlinger <bernd.edlinger@hotmail.de>
Sat, 9 Nov 2019 09:49:34 +0000 (10:49 +0100)
commitdb5cf86535b305378308c58c52596994e1ece1e6
treec86fa77b60c999e0072f796eb88d6ed3817d7185
parentd1c1fb2d41a627293483d832aaffcb6eca9075f9
Fix a -Warray-bounds gcc warning in OPENSSL_DIR_read

'__builtin_strncpy' offset [275, 4095] from the object at
'direntry' is out of the bounds of referenced subobject 'd_name'
with type 'char[256]' at offset 19

Reviewed-by: Kurt Roeckx <kurt@roeckx.be>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/10343)
crypto/LPdir_unix.c