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
Unable to determine where this error occurs but the tests.c asserts fail when checking how many bytes are written to the output buffer.
For example, shoco_compress(MESSAGE,1,Out_buf,4) where MESSAGE is 3 characters long will return 2. If we change the 1 to n then the function will return n+1
The text was updated successfully, but these errors were encountered:
Unable to determine where this error occurs but the tests.c asserts fail when checking how many bytes are written to the output buffer.
For example, shoco_compress(MESSAGE,1,Out_buf,4) where MESSAGE is 3 characters long will return 2. If we change the 1 to n then the function will return n+1
The text was updated successfully, but these errors were encountered: