Skip to content
Snippets Groups Projects
Commit 98474f70 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
parent 6a6ee412
No related branches found
No related tags found
Loading
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