Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: c5df4fd1012cc64d1b3e19c87bf8c51d4f3f90d6
      
https://github.com/Perl/perl5/commit/c5df4fd1012cc64d1b3e19c87bf8c51d4f3f90d6
  Author: Lukas Mai <[email protected]>
  Date:   2024-07-06 (Sat, 06 Jul 2024)

  Changed paths:
    M util.c

  Log Message:
  -----------
  util.c: assert that format strings are not empty

If any of these format strings are empty, things can go very wrong at
runtime, from garbage output to segfaults (e.g. see #22375).

This is a static check, so it could be placed in any source file. I
chose util.c because according to the comment at the top, it is the home
of "any stuff that people couldn't think of a better place for".



To unsubscribe from these emails, change your notification settings at 
https://github.com/Perl/perl5/settings/notifications

Reply via email to