K 10 svn:author V 5 krion K 8 svn:date V 27 2018-12-09T11:48:24.079137Z K 7 svn:log V 263 Add patches to avoid accessing unallocated memory. buffer_consume_to_mark() was trying to use Boyer-Moore search to find specified mark string but implementation was walking through unallocated memory. PR: 227543 Submitted by: Jeremy Chadwick END