Skip to content
Snippets Groups Projects
Unverified Commit 074fe0bf authored by Sergey Kaplun's avatar Sergey Kaplun Committed by Igor Munkin
Browse files

lua: prevent serialization of error for ucdata

Without checking the return value of lua_pcall()` in
`lua_field_inspect_ucdata()`, the error message itself is returned as a
serialized result. The result status of `lua_pcall()` is not ignored
now.

NO_DOC=bugfix

Closes #9396

(cherry picked from commit 98474f70)
parent 2e9d205b
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