This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add assertions to cover cases where the Coverity scanner thinks we
authorNicholas Clark <nick@ccl4.org>
Mon, 17 Apr 2006 13:14:55 +0000 (13:14 +0000)
committerNicholas Clark <nick@ccl4.org>
Mon, 17 Apr 2006 13:14:55 +0000 (13:14 +0000)
commitce3e5c451d1a009a73fa3a69c256b0fd8af3aa33
treef0f4f8f84e8cdb6c3b7055e7158497558367ace7
parentc2b7afd3c0b668fe31fd8835d487d6343bfcf526
Add assertions to cover cases where the Coverity scanner thinks we
could are deferencing a NULL pointer, but we think it missed something
it should have been capable of figuring out.

p4raw-id: //depot/perl@27867
hv.c
op.c