Skip to content
Snippets Groups Projects
Commit 8ca94313 authored by Mergen Imeev's avatar Mergen Imeev Committed by Vladimir Davydov
Browse files

box: replace malloc with xmalloc in key_def_dup

This patch replaces malloc() with xmalloc() in key_def_dup() to avoid
the possibility of skipping the malloc() return value check.

Closes tarantool/security#81

NO_DOC=refactoring
NO_TEST=refactoring
NO_CHANGELOG=refactoring
parent 9549310d
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