[compiler-rt] r327068 - [asan] Fix bug where suppression of overlapping accesses was ignored on

Dan Liew via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 9 02:19:34 PST 2018


On 8 March 2018 at 23:13, Matt Morehouse <mascasa at google.com> wrote:
> The strcat test is failing on the Windows bot:
> http://lab.llvm.org:8011/builders/sanitizer-windows/builds/25338/steps/run%20check-asan/logs/stdio
>
> strcat-overlap.cc:40:3: warning: 'strcat' is deprecated: This function or
> variable may be unsafe. Consider using strcat_s instead. To disable
> deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
> [-Wdeprecated-declarations]
>
> Please take a look.

Sorry for the delay. Looks like someone already took care of this with
r327081, which has disabled the test on Windows.


More information about the llvm-commits mailing list