FirebirdSQL / firebird

Firebird server, client and tools
https://firebirdsql.org
1.26k stars 217 forks source link

Function MAKE_DBKEY may produce random errors if used with relation name #8203

Closed aafemt closed 3 months ago

aafemt commented 3 months ago

Because function LiteralNode::getText()returns string which is not zero-terminated. Particularly QA test gh_8168_test.py sometimes unexpectedly produces "Malformed string" error.

hvlad commented 3 months ago

Few notes: