google / sawbuck

Automatically exported from code.google.com/p/sawbuck
106 stars 40 forks source link

HeapProxy::CleanUpAndFreeAsanBlock Failed #89

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
HeapProxy::CleanUpAndFreeAsanBlock will Failed under XP
HeapFree RETURN NOT 'TRUE' sametime

  if (::HeapFree(heap_, 0, block_header) != TRUE) { 
    ReportHeapError(block_header, CORRUPTED_HEAP);
    return false;
  }

Original issue reported on code.google.com by s...@conew.com on 26 Mar 2014 at 6:48

Attachments:

GoogleCodeExporter commented 8 years ago
Thanks ! I've addressed this with https://codereview.appspot.com/80470045/

Original comment by sebmarch...@google.com on 26 Mar 2014 at 2:36

GoogleCodeExporter commented 8 years ago

Original comment by sebmarch...@google.com on 27 Mar 2014 at 3:45