]> git.ipfire.org Git - thirdparty/openssl.git/commit
Remove _strlen31
authorNeil Horman <nhorman@openssl.org>
Wed, 4 Jun 2025 19:48:45 +0000 (15:48 -0400)
committerTomas Mraz <tomas@openssl.org>
Fri, 6 Jun 2025 08:05:59 +0000 (10:05 +0200)
commitb0d363a2cb039eac2908b7cb00b395235373193e
tree0bcf603117e70a370add4f853edd047d60df73cc
parentae404a9b3bd052963b76434bcc97757d1d6d502e
Remove _strlen31

This function is old and fairly broken.  Code archeology in our git tree
hasn't revealed why it was creted (though it may have possibly been to
support older win32 systems that couldn't do 64 bit integers properly,
like windows 95/98).

There seems to be no good reason to keep it around, and given that it
has potentially serious side effects, lets just remove it.

Fixes #27761

Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/27763)
include/internal/e_os.h