Am 05.02.2016 um 20:56 hat Eric Blake geschrieben: > On 02/05/2016 11:12 AM, John Snow wrote: > > Commit 16b0d555 introduced an issue where we are not initializing > > has_filename for the 'next' MapEntry object, which leads to interesting > > errors in Valgrind and Clang -fsanitize=undefined both. > > grammar: > > errors in both Valgrind and Clang -fsanitize=undefined. Fixed up. > > > > Zero the stack object at allocation AND make sure the utility to > > populate the fields properly marks has_filename as false if applicable. > > > > Signed-off-by: John Snow > > --- > > v2: Initialize with a compound literal as a future-proofing measure. > > > > Reviewed-by: Eric Blake Thanks, applied to the block branch. Kevin