Changes between Initial Version and Version 1 of Ticket #63038, comment 25


Ignore:
Timestamp:
Jun 13, 2021, 6:53:17 AM (3 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #63038, comment 25

    initial v1  
    22> I'm a co-maintainer of Crypto++ library https://github.com/weidai11/cryptopp . Among other validation tools, It uses ASAN and UBSAN, like {{{make asan}}} and {{{make ubsan}}}. It would be nice if it worked with clang-12.
    33
    4 You know the analyzer has nothing to do with asan or ubsan or any other sanitizer, right? The analyzer is a totally different kind of thing (that I still believe nobody uses), but could be wrong perhaps.
     4You know the analyzer has nothing to do with asan or ubsan or any other sanitizer, right? The analyzer is a totally different kind of thing (that I still believe nobody uses, but could be wrong perhaps).