Skip to content
Commit d42efa37 authored by Dave Airlie's avatar Dave Airlie Committed by Robert Bragg
Browse files

cogl-matrix-stack: fix use after free in matrix stack.

If the matrix was reallocated we would use values from the stack
for the matrix parameters. This fixes that and also uses the
function instead of out of lining the same code.

https://bugzilla.gnome.org/show_bug.cgi?id=671985



Reviewed-by: default avatarRobert Bragg <robert@linux.intel.com>
Reviewed-by: default avatarNeil Roberts <neil@linux.intel.com>
parent 46b17277
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment