Re: [PATCH v2 0/1] fsmonitor: don't fill bitmap with entries to be removed

2019-10-10 Thread Johannes Schindelin
Hi Junio, On Thu, 10 Oct 2019, Junio C Hamano wrote: > "William Baker via GitGitGadget" writes: > > > This is the second iteration of changes to fix the segfault that I > > encountered while testing fsmonitor. This iteration includes the following > > updates for feedback I received on v1: > > >

Re: [PATCH v2 0/1] fsmonitor: don't fill bitmap with entries to be removed

2019-10-09 Thread Junio C Hamano
"William Baker via GitGitGadget" writes: > This is the second iteration of changes to fix the segfault that I > encountered while testing fsmonitor. This iteration includes the following > updates for feedback I received on v1: > > * Use %u instead of %"PRIuMAX" for unsigned ints in BUG format s

[PATCH v2 0/1] fsmonitor: don't fill bitmap with entries to be removed

2019-10-09 Thread William Baker via GitGitGadget
This is the second iteration of changes to fix the segfault that I encountered while testing fsmonitor. This iteration includes the following updates for feedback I received on v1: * Use %u instead of %"PRIuMAX" for unsigned ints in BUG format strings * Updated the new test's comment to be more