From: Mikko Rasa Date: Sun, 26 Aug 2012 07:53:56 +0000 (+0300) Subject: Alter the working logic of Bufferable to avoid some problems X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;h=f6e51c2f771726eec73b07824ebde2cf8bd522f0;hp=f6e51c2f771726eec73b07824ebde2cf8bd522f0;p=libs%2Fgl.git Alter the working logic of Bufferable to avoid some problems It was possible for the buffer data to be updated without going through the dirty check in UniformBlock::apply, leaving the UniformBlock with a null buf_range and resulting in a segfault. ---