trusteddomainproject / OpenARC

Open source ARC implementation
BSD 2-Clause "Simplified" License
135 stars 45 forks source link

Fix null deref in arc_message() / Add signature margin wrapping / Add arc_get_cv() #166

Open DrRemorse opened 1 year ago

DrRemorse commented 1 year ago

Hello,

I fixed a null de-reference in arc_message(), added margin wrapping for signatures, and added arc_get_cv().

Please review my commits. I appreciate your consideration.

Thank you.

abeverley commented 10 months ago

Thanks for this contribution @DrRemorse. Just to note that the PR is against the master branch, whereas it should be against the develop branch instead. It looks like the develop branch already contains a couple of similar fixes (and therefore does not merge cleanly).