Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: c0668a30eca028bbf9f3cd0656b06c6b7b265cc5
      
https://github.com/Perl/perl5/commit/c0668a30eca028bbf9f3cd0656b06c6b7b265cc5
  Author: Nathan Mills <38995150+quipyowe...@users.noreply.github.com>
  Date:   2022-10-05 (Wed, 05 Oct 2022)

  Changed paths:
    M pp_pack.c

  Log Message:
  -----------
  pp_pack: Suppress Cppcheck warning.

Cppcheck warns about assigning the address of a stack variable to a
function parameter. This is harmless because symptr->previous is
reassigned after the recursive call to (un)pack_rec by the copying of
savsym/lookahead to the struct pointed to by symptr.

Fixes #20180.


  Commit: a6d93489384955135787c629ab114fb3b15b3613
      
https://github.com/Perl/perl5/commit/a6d93489384955135787c629ab114fb3b15b3613
  Author: Nathan Mills <38995150+quipyowe...@users.noreply.github.com>
  Date:   2022-10-05 (Wed, 05 Oct 2022)

  Changed paths:
    M AUTHORS

  Log Message:
  -----------
  Nathan Mills is now a Perl author


Compare: https://github.com/Perl/perl5/compare/871702baa1fa...a6d934893849

Reply via email to