Changes between Version 1 and Version 2 of Ticket #11497, comment 1
- Timestamp:
- Nov 21, 2014, 6:00:31 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11497, comment 1
v1 v2 56 56 - #6188 is the master ticket for SetBuffer() "oops" failed assertion, with lots of duplicates 57 57 - #7180 is the master ticket for float_to_float() crashes on NULL pointers (though #10492 has a discussion on which parameter is NULL, src or dest, noting that in the context of '''this''' ticket it is src`which is NULL) 58 59 P.S. I'm not suggesting to 'fix' this bug by simply doing if `if buffer->Data() == NULL return` as we don't know the underlying cause yet.. and there are hints that the root cause can trigger completley different crashes than this one, depending on chance. 60