Branch: refs/heads/smoke-me/khw-env
  Home:   https://github.com/Perl/perl5
  Commit: 0a792b642405b33a660ff1c06db19f39cf7229b9
      
https://github.com/Perl/perl5/commit/0a792b642405b33a660ff1c06db19f39cf7229b9
  Author: Paul "LeoNerd" Evans <leon...@leonerd.org.uk>
  Date:   2024-02-08 (Thu, 08 Feb 2024)

  Changed paths:
    M class.c

  Log Message:
  -----------
  class.c: Correct allocation of OP_ARGCHECK aux structure

The original code was wrong on two counts:
 * Using Newx() instead of PerlMemShared_malloc()
 * Creating a generic UNOP_AUX_item array instead of the special struct
   type


Reply via email to