Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 3e9966655bfaa2abd81100473235baddd01f91c9
https://github.com/Perl/perl5/commit/3e9966655bfaa2abd81100473235baddd01f91c9
Author: Karl Williamson <[email protected]>
Date: 2024-08-21 (Wed, 21 Aug 2024)
Changed paths:
M inline.h
Log Message:
-----------
my_strnlen() Do assert() before the op it protects against
The initialization of this variable should always have been split off
from the declaration and done after the assert() that PERL_ARGS_ASSERT
macro expands to.
But in C99 we can just swap the lines and leave the declaration and
initialization joined.
To unsubscribe from these emails, change your notification settings at
https://github.com/Perl/perl5/settings/notifications