[ET Trac] [Einstein Toolkit] #1430: out-of-bounds write access checking in Cactus

Einstein Toolkit trac-noreply at einsteintoolkit.org
Mon Sep 2 20:34:04 CDT 2013


#1430: out-of-bounds write access checking in Cactus
--------------------------+-------------------------------------------------
  Reporter:  rhaas        |       Owner:                     
      Type:  enhancement  |      Status:  new                
  Priority:  minor        |   Milestone:                     
 Component:  Other        |     Version:  development version
Resolution:               |    Keywords:                     
--------------------------+-------------------------------------------------

Comment (by eschnett):

 This would be straightforward to implement in PUGH and Carpet. In Carpet,
 the canaries would be initialized when the memory is allocated, and would
 be checked regularly (e.g. during poison checking), not just before
 deallocating.

 I doubt that OpenMP provides its own malloc function. I expect all memory
 allocation (including operator new from C++) to go through libc's malloc.

-- 
Ticket URL: <https://trac.einsteintoolkit.org/ticket/1430#comment:1>
Einstein Toolkit <http://einsteintoolkit.org>
The Einstein Toolkit


More information about the Trac mailing list