Skip to content
Snippets Groups Projects
Commit 568dc27a authored by nikkolasg's avatar nikkolasg Committed by Nick Mathewson
Browse files

Make base16_decodes return number of decoded bytes


base16_decodes() now returns the number of decoded bytes. It's interface
changes from returning a "int" to a "ssize_t". Every callsite now checks the
returned value.

Fixes #14013

Signed-off-by: David Goulet's avatarDavid Goulet <dgoulet@torproject.org>
parent 48b25e68
Branches bug16937-02
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment