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

core: fix possible integer overflow in net_box.c

The netbox_transport_send_and_recv() function takes a part of the
response size as a parameter, and it is possible that the resulting size
could become larger than SIZE_MAX, resulting in an integer overflow and
a segmentation fault.

Closes #tarantool/security#121

NO_DOC=bugfix
parent f077ebf6
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