bug-libunistring
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-libunistring] Unistring 0.9.10 and Undefined Behavior sanitizer


From: Jim Meyering
Subject: Re: [bug-libunistring] Unistring 0.9.10 and Undefined Behavior sanitizer findings
Date: Sat, 9 Mar 2019 20:47:18 -0800

On Fri, Mar 8, 2019 at 5:30 PM Jeffrey Walton <address@hidden> wrote:

Thanks for the UBSAN testing and report, and to Bruno for all the fixes.

> On Fri, Mar 8, 2019 at 6:36 PM Bruno Haible <address@hidden> wrote:
> >  ...
> > I'm pushing the attached patches.
>
> Thanks Bruno, got them. 0.9.10 tested good with them.
>
> (I should be starting on -fsanitize=address this weekend. Address
> Sanitizer is a little trickier because I've seen findings that I could
> not explain or repro with Valgrind).

For some types of problems, that is expected: valgrind detects few
things (UMR is the one I miss the most. use MSAN for those if you can
manage to instrument all dependent libraries) that ASAN does not
catch. However, ASAN catches many types of bugs that valgrind cannot
detect.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]