HomeFreeBSD

Add patches to avoid accessing unallocated memory.

Description

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 <jdc@koitsu.org>

Details

Provenance
krionAuthored on
Parents
rP487038: - Update to 2.4.9
Branches
Unknown
Tags
Unknown