Re: Suppressing sanitizer in sha256.c

2018-04-06 Thread Tim Rühsen
On 04.04.2018 21:12, Paul Eggert wrote: > On 04/04/2018 12:45 AM, Tim Rühsen wrote: >> reducing false positives  > would be of great help to reduce time >> spent into securing code that > > uses gnulib. > Yes, and Gnulib tries to strike a balance here. For Gnulib headers, we > try harder to pacify

Re: [PATCH 5/6] fts: three levels of leaf optimization

2018-04-06 Thread Kamil Dudka
On Friday, April 6, 2018 8:08:55 AM CEST Bernhard Voelker wrote: > CCing bug-findutils. > original post https://lists.gnu.org/r/bug-gnulib/2018-04/msg00015.html > > On 04/05/2018 02:44 PM, Kamil Dudka wrote: > > We have a bug report where find aborts while traversing a CIFS file system > > mounted

Re: [PATCH 5/6] fts: three levels of leaf optimization

2018-04-06 Thread Kamil Dudka
On Thursday, April 5, 2018 5:49:15 PM CEST Paul Eggert wrote: > On 04/05/2018 05:44 AM, Kamil Dudka wrote: > > Does this change (intentionally?) enable leaf optimization for CIFS? > > No, I wasn't thinking about CIFS when I wrote that. Thanks for reporting > it. I installed the attached to try to