Changes between Initial Version and Version 5 of Ticket #1005


Ignore:
Timestamp:
08/04/15 14:15:11 (9 years ago)
Author:
sjamaan
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1005

    • Property Status changed from new to reopened
    • Property Summary changed from pointer data structures don't overflow reliably, also this does not catch mmap error situations to mmap test doesn't correctly catch error situations
  • Ticket #1005 – Description

    initial v5  
    1515}}}
    1616
    17 Note how the pointer printing code also gets it wrong.
     17Note how the pointer printing code also gets it wrong. **this has been fixed in CHICKEN 5: it will now correctly print the pointer's address, interpreted as an unsigned number.**
    1818
    19 A current workaround would be to explicitly check for the -1 pointer representation:
     19A workaround would be to explicitly check for the -1 pointer representation:
    2020
    2121{{{