This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Pointers set but then (immediately or very shortly) overwritten.
authorJarkko Hietaniemi <jhi@iki.fi>
Sat, 26 Apr 2014 01:52:54 +0000 (21:52 -0400)
committerTony Cook <tony@develop-help.com>
Thu, 29 May 2014 06:02:26 +0000 (16:02 +1000)
commitde092133b63ee6f61ed274e5c366adf60622300e
tree0e783a8158b9cb0bdca68f7a8d47f006eca89577
parentb35b96b6f8e35207d18b15dfcdbd0d08a7c6437c
Pointers set but then (immediately or very shortly) overwritten.

Fix for Coverity perl5 CIDs 29203, 29207, 29211, 29214, 29217, 29218,
29222: Unused pointer value (UNUSED_VALUE) Pointer foo returned by
bar() is overwritten.
ext/XS-APItest/APItest.xs
perlio.c
toke.c
x2p/a2py.c
x2p/walk.c