Looking at mesa code I get this:
struct intel_region *region = irb ? irb->region : NULL; brw_add_validated_bo(brw, region->buffer);So region may be set to null under cetain condition but is dereferenced the line after!
--eric -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

