You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CREATETABLEt1 (
x LONG VARCHAR,
a INTEGER DEFAULT 0,
b LONG VARCHAR,
t2 LONG VARCHAR
);
CREATEVIEWt1ASSELECT*FROM t1;
INSERT INTO t1(t2, x, x) VALUES('one-toasted,one-null', '', repeat('1234567890',50000));
The PoC is generated by my DBMS fuzzer.
backtrace:
ways to reproduce (write poc to the file '/tmp/test.sql' first):
The text was updated successfully, but these errors were encountered: