Debian Patches

Status for libmacaroons/0.3.0-2

Patch Description Author Forwarded Bugs Origin Last update
libmacaroons-hex-encoding.patch [PATCH] Provide libsodium with the correct buffer size.
bin2hex in libsodium appends a null-character to the output array,
meaning the hex array must be 2 * (sizeof bin array) + 1 characters
long.

Within libmacaroons, that appears to be the actual buffer size -- but
we were passing this incorrectly to libsodium. In newer versions of
libsodium, this triggers an internal assert.
Brian Bockelman <bbockelm@cse.unl.edu> no 2018-06-15
libmacaroons-deserialize-memleak.patch [PATCH] Free memory for temporary data buffer.
With this, deserializing the macaroon no longer leaks the buffer
on success.
Brian Bockelman <bbockelm@cse.unl.edu> no 2019-06-18

All known versions for source package 'libmacaroons'

Links