SQLite

View Ticket
Login
Ticket Hash: b97e6c5e6a91d97f5760c64c319c649d99cd5474
Title: Heap buffer overflow on SQL input (2)
Status: Fixed Type: Code_Defect
Severity: Minor Priority: Low
Subsystem: Shell Resolution: Fixed
Last Modified: 2023-03-17 00:45:10
2.14 years ago
Created: 2023-03-16 20:25:22
2.14 years ago
Version Found In: 3.41.1
User Comments:
drh added on 2023-03-16 20:25:22:

This is test3.sql from forum post d24ec63447:

CREATE  TEMPORARY  TABLE t1 AS  SELECT  ALL *, *, *, *, *, *, X'53514C697465', X'53514C697465', *, * FROM (temp.sqlite_schema) WHERE X'53514C697465';
ALTER  TABLE t1 ADD path COLLATE BINARY GENERATED  ALWAYS  AS (path->path* FALSE ) VIRTUAL ;
SELECT * FROM t1;

drh added on 2023-03-16 20:35:32:

Correction to the above. This was test4.sql, not test3.sql as reported.


drh added on 2023-03-17 00:45:10:

Same as [33aa4c0de8a62e33].