This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
avoid race condition (storing ptr to SV before incrementing its
authorGurusamy Sarathy <gsar@cpan.org>
Sun, 5 Jul 1998 02:28:04 +0000 (02:28 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Sun, 5 Jul 1998 02:28:04 +0000 (02:28 +0000)
commit5f6447b607c0041fcf4f5ff536b6919bda7f85b7
treebb708ba585a7e05c8df2ec154de79108e18efca7
parentdcb4812c733545a68ef39b77c2dc4f7d440de203
avoid race condition (storing ptr to SV before incrementing its
REFCNT) and warning in newRV()

p4raw-id: //depot/perl@1314
sv.c