]> git.eshelyaron.com Git - emacs.git/commit
Remove AddressSanitizer bug workaround
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 9 Jun 2018 06:53:58 +0000 (23:53 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 9 Jun 2018 06:54:50 +0000 (23:54 -0700)
commit49ba7544c2ebbcfc50ce1e02add6bd739f475c4c
tree69b5814b49dff5c92492ce068492e44e74c51b7e
parentc67befd662571a822f3183c114ce3b1ad02e0ed9
Remove AddressSanitizer bug workaround

This workaround no longer appears to be needed.
* src/alloc.c (USE_ALIGNED_ALLOC): Don’t leave undefined
merely because ADDRESS_SANITIZER is defined, as that bug
in -fsanitize=address appears to have been fixed.  See:
https://github.com/google/sanitizers/issues/337
* src/conf_post.h (vfork): Improve comment.
src/alloc.c
src/conf_post.h