Changes between Initial Version and Version 1 of Ticket #13625, comment 6


Ignore:
Timestamp:
Jul 28, 2017, 8:05:01 PM (7 years ago)
Author:
pulkomandy

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13625, comment 6

    initial v1  
    22Fixed in hrev51314.
    33
    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.
     4It 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.
    55
    66Can you confirm it does not crash anymore?