This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #34101] not() || 1 produces segmentation fault
authorMarcus Holland-Moritz <mhx-perl@gmx.net>
Thu, 10 Feb 2005 20:50:31 +0000 (20:50 +0000)
committerMarcus Holland-Moritz <mhx-perl@gmx.net>
Thu, 10 Feb 2005 20:50:31 +0000 (20:50 +0000)
commita758b0b5fd9985d853637e2aa988519329533771
tree13ac72625becca6611085c6ca03fe28f7bd0cfff
parent2080282f2af44db6021d1dce04e81f0141289f86
[perl #34101] not() || 1 produces segmentation fault

Fixed by making not() behave like not(0). This is also the
way not() behaved before it started segfaulting in 5.6.0.

p4raw-id: //depot/perl@23960
MANIFEST
perly.act
perly.h
perly.tab
perly.y
t/op/not.t [new file with mode: 0644]