Changes between Initial Version and Version 1 of Ticket #11859, comment 4
- Timestamp:
- Mar 19, 2015, 9:00:53 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11859, comment 4
initial v1 1 1 hrev48802, in the same timeframe as this ticket was created, likely introduced a regression (the `while (index-- > 0)` still uses the postfix decrement operator even though the index is now used for accessing items, it should be changed to a prefix operator otherwise at first loop iteration we access out-of-bounds and at last iteration we access item # 1 instead of # 0 -- humble apologies if I'm doing a stupid mistake in reading the code, it's been a long day again today). 2 2 3 Any chance th atcrash might be related to that regression? The trace mentions layout.3 Any chance this crash might be related to that regression? The trace mentions layout.