Skip to content
Snippets Groups Projects
Unverified Commit 89290d2b authored by Mergen Imeev's avatar Mergen Imeev Committed by Igor Munkin
Browse files

sql: check printf() for failure

This patch adds a check that sqlXPrintf() does not fail in the built-in
SQL function printf(). There are two possible problems: the result might
get too large, or there might be an integer overflow because internally
int values are converted to size_t.

Closes #tarantool/security#122

NO_DOC=bugfix

(cherry picked from commit 13159230)
parent ab61f770
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment