On Mon, 28 Jan 2019 at 18:42, Kevin Strasser <[email protected]> wrote: > > indexConfigAttrib iterates over every index in the dri driver, possibly > exceeding __DRI_ATTRIB_MAX. In other words, if the dri driver has newer > attributes libEGL will end up reading from uninitialized memory through > dri2_to_egl_attribute_map[]. > > Signed-off-by: Kevin Strasser <[email protected]> > Cc: [email protected]
JFYI: Checking the offending commit (like below) allows us to better track where the patch is need plus it gives you a few automatic reviewers ;-) Cc: Chad Versace <[email protected]> Cc: Eric Engestrom <[email protected]> Fixes: cd717cbe1a6 ("egl/dri2: Declare loop vars inside the loop") Reviewed-by: Emil Velikov <[email protected]> Thanks Emil _______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
