Skip to content

Sodium B64 Memory Leak Fix

Latest
Compare
Choose a tag to compare
@lkwdwrd lkwdwrd released this 27 Nov 19:13
· 10 commits to master since this release

Swaps out Sodium's base64 encode/decode for an alternate solution because the current sodium version contains a memory leak. Long running applications eventually crash due to exhausted memory after a number for encode/decode operations. This release switches to the base64url node module which does not contain this leak.