BUG FIX: seemingly identical obiblobs would have different hash values
because of the padding added by the compiler. Fixed by using calloc instead of malloc for obiblob memory allocation.
Showing
Please register or sign in to comment
because of the padding added by the compiler. Fixed by using calloc instead of malloc for obiblob memory allocation.