Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 09d9a88be6019da0d09e1a9eb62829db08c66900 https://github.com/Perl/perl5/commit/09d9a88be6019da0d09e1a9eb62829db08c66900 Author: Tony Cook <t...@develop-help.com> Date: 2025-03-11 (Tue, 11 Mar 2025)
Changed paths: M gv.c Log Message: ----------- amagic_call: quieten Coverity complaint about PL_op Coverity complained here since if force_scalar were false while PL_op was NULL, with the previous code this would call GIMME_V which immediately dereferences PL_op, which would be UB. To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications