SQLite

Ticket Change Details
Login
Overview

Artifact ID: c108a800aa35ad27ae9e9da63cef2080764a5931
Ticket: 32b63d542433ca6757cd695aca42addf8ed67aa6
Fuzzer induced crash
User & Date: drh 2015-01-22 11:41:40
Changes

  1. foundin changed to: "3.8.8.1"
  2. icomment:
    The following (incorrect) SQL text causes SQLite to segfault:
    
    <blockquote><verbatim>
    SELECT c.* FROM (a,b) AS c;
    </verbatim></blockquote>
    
    This problem was found by Michal Zalewski, presumably using his "american fuzzy lop" fuzzer tool, and reported on the SQLite mailing list.  The bug appears to originate in check-in [99127a669c49f829] from 2013-01-03.
    
  3. login: "drh"
  4. mimetype: "text/x-fossil-wiki"
  5. severity changed to: "Important"
  6. status changed to: "Open"
  7. title changed to: "Fuzzer induced crash"
  8. type changed to: "Code_Defect"