Jump to content
Nytro

address-sanitizer

Recommended Posts

Posted

AddressSanitizer AddressSanitizer: a fast memory error detector Updated Oct 16, 2013 by samso...@google.com

New: AddressSanitizer is released as part of LLVM 3.1.

New: Watch the presentation from the LLVM Developer's meeting (Nov 18, 2011):

, slides.

New: Read the USENIX ATC '2012 paper.

Introduction

AddressSanitizer (aka ASan) is a memory error detector for C/C++. It finds:

This tool is very fast. The average slowdown of the instrumented program is ~2x (see PerformanceNumbers).

The tool consists of a compiler instrumentation module (currently, an LLVM pass) and a run-time library which replaces the malloc function.

The tool works on x86 Linux and Mac.

See also:

Sursa: https://code.google.com/p/address-sanitizer/wiki/AddressSanitizer

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...