Code

Fixed memory errors identified by LLVM's AddressSanitizer.
authorSebastian Harl <sh@tokkee.org>
Sun, 12 Jan 2014 17:37:04 +0000 (18:37 +0100)
committerSebastian Harl <sh@tokkee.org>
Sun, 12 Jan 2014 17:37:04 +0000 (18:37 +0100)
Test performed as:

  ./configure CC=clang \
      CFLAGS="-O0 -g -fsanitize=address -fno-omit-frame-pointer" \
      LDFLAGS=-fsanitize=address
  make clean all test

See also http://clang.llvm.org/docs/AddressSanitizer.html


No differences found