https://bugs.documentfoundation.org/show_bug.cgi?id=117446

--- Comment #8 from Julien Nabet <serval2...@yahoo.fr> ---
I forgot to tell, I was investigating about where the value 8000 came from
because it's used here:
285 case SQL_VARYING:
286   pVar->sqldata = static_cast<char *>(malloc(sizeof(char)*pVar->sqllen +
2));
(see
https://opengrok.libreoffice.org/xref/core/connectivity/source/drivers/firebird/Util.cxx#286)
gdb indicated that pVar->sqllen = 8000 here.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to