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
Be more defensive when checking all our user-input. Issue #3.
Fix a bug in bsdiff() where we would leak memory in the rare case that
malloc() failed.
Signed-off-by: Austin Seipp <[email protected]>
Since this now exposes a public interface, the API should be audited. In particular, I'm wary of the usage of
ssize_t
in some of the APIs.The text was updated successfully, but these errors were encountered: