a couple more file handle bugfixes
authorDaniel Frett <daniel.frett@ccci.org>
Mon, 28 Feb 2011 19:47:28 +0000 (14:47 -0500)
committerDaniel Frett <daniel.frett@ccci.org>
Mon, 28 Feb 2011 19:47:28 +0000 (14:47 -0500)
commit284969589343310edf3dc45ca7119c8d4ffdd267
tree8ee0391a7e4136d5b807838974d710a27d058b21
parent3daef7b72c3e50833f80d0fcb0736d1fd0d4af72
a couple more file handle bugfixes

-only run mg_find for SV's of type SVt_PVMG per "if the SV is not of type SVt_PVMG, Perl may core dump." under Finding Magic in perlguts
-hv_store_ent returns NULL when storing an SV to an HV with tie magic, such as when the HV is utilizing threads::shared
Fuse.xs