Show
Ignore:
Timestamp:
08/20/07 18:40:16 (1 year ago)
Author:
bart
Message:

Add code that checks the shared memory chunks if needed to make sure no data

was written past the boundary. Change #undef MM_CHECK in mm.c to
#define MM_CHECK

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • eaccelerator/trunk/ChangeLog

    r332 r333  
    2020        * Rewrite the fixup_* functions so they no longer use the EAG(mem) global. 
    2121        * Rewrite store_* functions so they no longer use the EAG(mem) global. 
     22        * Add code that checks the shared memory chunks if needed to make sure 
     23          no data was written past the boundary. Change #undef MM_CHECK in mm.c 
     24          to #define MM_CHECK 
    2225 
    23262007-08-19  Bart Vanbrabant <bart.vanbrabant at zoeloelip.be>