You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
merlinhuahua
changed the title
stack-buffer-overflow in void FerretCOT<T>::write_pre_data128_to_file
stack-buffer-overflow in void FerretCOT<T>::read_pre_data128_from_file
Apr 3, 2024
Description
stack-buffer-overflow in void FerretCOT::read_pre_data128_from_file
emp-ot/emp-ot/ferret/ferret_cot.hpp:199 emp::FerretCOTemp::NetIO::read_pre_data128_from_file
Version
commit: eb0daf2a7a88c44b419f6d1276dc19e66f80776f
Replay
Add the following configuration in CMakeList.txt
set(CMAKE_CXX_FLAGS` "${CMAKE_CXX_FLAGS} -lrt -fsanitize=address -g -fprofile-arcs `-ftest-coverage")
Recompile
make clean cmake . make
Run the test in the emp-ot directory
ASAN
Environment
Credit
Wen Zeng Fudan University DSGLAB
The text was updated successfully, but these errors were encountered: