tum-i4 / sip-oblivious-hashing

7 stars 4 forks source link

Crash with Illegal Instruction #139

Closed dennisfischer closed 6 years ago

dennisfischer commented 6 years ago

https://github.com/mr-ma/sip-oblivious-hashing/blob/e2aa641860aa4410b928e221e7e3c7cc32318c67/src/ObliviousHashInsertion.cpp#L477-L486

contains the bug which causes the problems I had with oblivious hashing. The function does not return anything. This is undefined behavior.