Re: [sqlite] sqlite3 interactive shell failed assertions and segmentation faults

2017-06-24 Thread Richard Hipp
Thanks for the report. Thanks to Simon for verifying that these are all associated with the command-line shell only and not with the SQLite core. Note to Ryan: Please make sure your fuzzer is running inside a sandbox, in case the fuzzer discovers pernicious dot-commands like ".sy rm -rf ~" On

Re: [sqlite] sqlite3 interactive shell failed assertions and segmentation faults

2017-06-23 Thread Simon Slavin
On 24 Jun 2017, at 2:29am, Ryan Whitworth wrote: > GDB backtrace details and input files can be found here: > https://github.com/rwhitworth/sqlite-fuzz/tree/master/2017-06-23-sqlite3. For those interested, all the faults found seem to concern dot commands. Here is an example command which wa

Re: [sqlite] sqlite3 interactive shell

2012-02-20 Thread Simon Slavin
On 20 Feb 2012, at 7:42am, Kf Lee wrote: > New to sqlite3. Install 3.7.10 with --prefix=/usr/local and source in > /usr/locsl/sqlite3-src. Can run sqlite3 test.db when attached to the > source directory but would get sqlite header and source mismatch if try to > start sqlite3 from any other d