Automatically applying components based on crash stacktrace and information from OWNERS files.
If this is incorrect, please apply the Test-Predator-Wrong-Components label.
Automatically assigning owner based on suspected regression changelist https://chromium.googlesource.com/chromium/src/+/7d3def8575ecd2e5e2e7ab7f585961206007bd25 (Adds LPM-based SQLite fuzzer).
If this is incorrect, please let us know why and apply the Test-Predator-Wrong-CLs label. If you aren't the correct owner for this issue, please unassign yourself as soon as possible so it can be re-triaged.
Dr. Hipp, I believe this one may already have been fixed, and is just a similar way of triggering the underlying bug:
CREATE TABLE Table0 (Col0 DEFAULT (NOT NULL) NOT NULL ON CONFLICT REPLACE ) ;
CREATE TRIGGER Trigger0 INSERT ON Table0 BEGIN DELETE FROM Table0 ; END;
INSERT INTO Table0 DEFAULT VALUES ;
ClusterFuzz testcase 5265687706337280 is verified as fixed, so closing issue as verified.
If this is incorrect, please add ClusterFuzz-Wrong label and re-open the issue.
Comment 1 by ClusterFuzz
, Dec 27Labels: Test-Predator-Auto-Components