Re: [sqlite] Out-of-bounds read in FTS5 on 3.24.0 and 201807110327 snapshot

2018-07-25 Thread David Yip
Thank you for the quick fix! On Wed, Jul 25, 2018 at 10:27 AM, Dan Kennedy wrote: > On 07/25/2018 10:50 AM, David Yip wrote: > >> Hi all, >> >> On x86-64 Linux with SQLite 3.24.0 and the 201807110327 SQLite snapshot, >> the >> following program causes FTS5 to do an out-of-bounds access: >>

Re: [sqlite] Out-of-bounds read in FTS5 on 3.24.0 and 201807110327 snapshot

2018-07-25 Thread Dan Kennedy
On 07/25/2018 10:50 AM, David Yip wrote: Hi all, On x86-64 Linux with SQLite 3.24.0 and the 201807110327 SQLite snapshot, the following program causes FTS5 to do an out-of-bounds access: https://gitlab.peach-bun.com/snippets/157 Sample ASan and Valgrind outputs are here:

[sqlite] Out-of-bounds read in FTS5 on 3.24.0 and 201807110327 snapshot

2018-07-24 Thread David Yip
Hi all, On x86-64 Linux with SQLite 3.24.0 and the 201807110327 SQLite snapshot, the following program causes FTS5 to do an out-of-bounds access: https://gitlab.peach-bun.com/snippets/157 Sample ASan and Valgrind outputs are here: https://gitlab.peach-bun.com/snippets/158 It looks like if you