Skip to content

[#25] [NARS] [estess] Fix $query (and reverse $query) to never return a result greater than MAX_STRLEN

Narayanan Iyer requested to merge nars1:maxstrlen_query into master

Release Note

$query(lvn) issues a MAXSTRLEN error if the length of the string it is about to return exceeds the maximum string length (1Mb) supported by YottaDB. In previous versions of YottaDB, one could construct strings of arbitrary length using the out-of-design string returned by $query(lvn) and that could in turn lead to abnormal process termination (e.g. SIG-11). (#25 (closed))

Merge request reports