Branch: refs/heads/smoke-me/jkeenan/gh-22858-uninit-value
Home: https://github.com/Perl/perl5
Commit: 4d1f5782bd39bf5aceb8135dbac22931cfac4870
https://github.com/Perl/perl5/commit/4d1f5782bd39bf5aceb8135dbac22931cfac4870
Author: James E Keenan <[email protected]>
Date: 2024-12-18 (Wed, 18 Dec 2024)
Changed paths:
M utf8.c
Log Message:
-----------
Avoid uninitialized value warning
Using same trick as in S_scan_const() in toke.c
Commit: 0b33a25dcd78765f0cba8a77f08c85cd2fa54694
https://github.com/Perl/perl5/commit/0b33a25dcd78765f0cba8a77f08c85cd2fa54694
Author: James E Keenan <[email protected]>
Date: 2024-12-18 (Wed, 18 Dec 2024)
Changed paths:
M utf8.c
Log Message:
-----------
Initialize UV uv to 0
Per recommendation by Karl Williamson in GH-22859.
Compare: https://github.com/Perl/perl5/compare/fd850aa38553...0b33a25dcd78
To unsubscribe from these emails, change your notification settings at
https://github.com/Perl/perl5/settings/notifications