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
After compiling the project, when I try to run the examples, I get "*** stack smashing detected ***: ./bin/sha1 terminated". This happens with all the examples included in the test directory.
I am running ./run ./bin/sha1 12345. The same happens with ./bin/sha1 1 12345 and ./bin/sha1 2 12345.
But, I am able to run the examples of emp-sh2pc correctly.
The text was updated successfully, but these errors were encountered:
After compiling the project, when I try to run the examples, I get
"*** stack smashing detected ***: ./bin/sha1 terminated"
. This happens with all the examples included in thetest
directory.I am running
./run ./bin/sha1 12345
. The same happens with./bin/sha1 1 12345
and./bin/sha1 2 12345
.But, I am able to run the examples of
emp-sh2pc
correctly.The text was updated successfully, but these errors were encountered: