Changes between Initial Version and Version 1 of Ticket #13625, comment 6
- Timestamp:
- Jul 28, 2017, 8:05:01 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13625, comment 6
initial v1 2 2 Fixed in hrev51314. 3 3 4 It did not crash for me because I run 32-bit haiku, so it would just access array[-1] here, which is most likely still on the stack. But on 64bit, bad things would happen.4 It did not crash for me because I run 32-bit haiku, so it would just access array[-1] here, which is most likely still within the malloc()ed area. But on 64bit, bad things would happen. 5 5 6 6 Can you confirm it does not crash anymore?