NULL pointer dereference in Perl when a destructor is declared but not defined
Issue
- we are experiencing this perl bug
https://bugzilla.redhat.com/show_bug.cgi?id=839788 - can be easily recreated with this command:
[root@host ~]# perl -e "sub M::DESTROY; bless {}, M;"
Segmentation fault
Environment
- Red Hat Enterprise Linux 6.4
- perl-5.10.1-131
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.