Open tksuoran opened 5 years ago
I don't know of anyone running asan on this repo before, no. It's cool to see that kind of rigor being applied. I'd be happy to take a look at any PRs which come out of this investigation, personally. Per the maintenance note in the README, this repo isn't actively maintained by Dropbox anymore, so I'm not going to be able to drive such an investigation.
With
set (CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -g -fno-omit-frame-pointer -fsanitize=address,undefined")
set (CMAKE_LINKER_FLAGS_DEBUG "${CMAKE_LINKER_FLAGS_DEBUG} -fno-omit-frame-pointer -fsanitize=address,undefined")
I get the following report:
This is with git cloned a few moments ago. I can dig deeper a bit later. Have you tested json11 with asan?