This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
PATCH: [perl #133074] 5.26.1: some coverity fixes
authorMarc-Philip <marc-philip.werner@sap.com>
Sun, 8 Apr 2018 18:15:29 +0000 (12:15 -0600)
committerKarl Williamson <khw@cpan.org>
Sun, 8 Apr 2018 18:25:09 +0000 (12:25 -0600)
commit62e6b70574842d7f2c547d33c85c50228522f685
tree6b7bd22ba67aae4e050daf78b5cb3eb55dfab88f
parent72fb1fd2404085fdd14cea298599a15c6f9412d4
PATCH: [perl #133074] 5.26.1: some coverity fixes

we have some coverity code scans here. They have found this
uninilialized variable in pp.c and the integer overrun in toke.c.
Though it might be possible that these are false positives (no
reasonable control path gets there), it's good to mute the scan here to
see the real problems easier.
pp.c
toke.c