emp-toolkit / emp-ag2pc

Authenticated Garbling and Efficient Maliciously Secure Two-Party Computation
Other
23 stars 19 forks source link

fix send_bool minor bug: null pointer #5

Closed zicofish closed 6 years ago

zicofish commented 6 years ago

When length is less than 14, it's possible that boost:alignment::align will return nullptr, in which case send_bool_aligned will use a nullptr.