Author :
tb
Date :
2020-03-23 11:05:19
Hash :b0cb872a Message :With vm.malloc_conf=J the addhunk2 test fails because the junking sets
the discard_offset member of struct hunk to a nonzero value, so a later
Boolean condition is interpreted as true when it shouldn't be.
ok sthen