In perl.git, the branch smoke-me/nicholas/toke-ASAN has been created

<http://perl5.git.perl.org/perl.git/commitdiff/4ba8a877cc6deeac385b6240aed81c502cfc779d?hp=0000000000000000000000000000000000000000>

        at  4ba8a877cc6deeac385b6240aed81c502cfc779d (commit)

- Log -----------------------------------------------------------------
commit 4ba8a877cc6deeac385b6240aed81c502cfc779d
Author: Nicholas Clark <[email protected]>
Date:   Mon Mar 25 10:20:05 2013 +0100

    PerlIO_find_layer should not be using memEQ() off the end of the layer name.
    
    PerlIO_find_layer was using memEQ() to compare the name of the desired layer
    with each layer in the array of known layers. However, it was always using
    the length of the desired layer for the comparison, whatever the length of
    the name it was comparing it with, resulting in out-of-bounds reads.
-----------------------------------------------------------------------

--
Perl5 Master Repository

Reply via email to