mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-08-29 17:39:28 +02:00
ourgl local variable is set to a non-NULL value (first initialization) in code that is in lines below where it is dereferenced in a loop. Somewhere in the loop there is a point where the precondition of ourgl being set to non-null is expected. ASSERT added.
This driver is a modification of the Stanford X10 driver. The modifications were done by Walter Scott and Eric Lunow at Lawrence Livermore National Labs.