This crash seems can only be reproduced when compiling virtuoso with --with-debug. When using the docker container, the SQL statement will strangely make the client shell STUCK, but will not crash the server.
The PoC is generated by my DBMS fuzzer.
CREATETABLEt4 (
a VARCHAR,
b VARCHAR
);
SELECTMIN(b), MIN(b) FROM t4;
This crash seems can only be reproduced when compiling virtuoso with --with-debug.
When using the docker container, the SQL statement will strangely make the client shell STUCK, but will not crash the server.
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: