Ticket #51 (closed defect: fixed)
base32/64 encodings fail if one block is encoded
| Reported by: | yarrick | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 0.5.1 "Boringo" |
| Version: | 0.5.0 "iPassed" | Keywords: | |
| Cc: |
Description
The size calcuations return minus one (as unsigned == MAX_INT) which causes segfault when encoding.
Change History
Note: See
TracTickets for help on using
tickets.

Fixed for base64 in [839] and for base32 in [840].