https://bugs.freedesktop.org/show_bug.cgi?id=100438

Timothy Arceri <t_arc...@yahoo.com.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #5 from Timothy Arceri <t_arc...@yahoo.com.au> ---
Fixed by:

Author: George Barrett <b...@bob131.so>
Date:   Sun Nov 19 21:55:10 2017 +1100

    glsl: Catch subscripted calls to undeclared subroutines

    generate_array_index fails to check whether the target of a subroutine
    call exists in the AST, potentially passing around null ir_rvalue
    pointers eventuating in abort/segfault.

    Fixes: fd01840c0bd3 ("glsl: add AoA support to subroutines")
    Reviewed-by: Timothy Arceri <tarc...@itsqueeze.com>
    Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=100438

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to