mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
The base64 decoder would intermittently throw an out-of-bounds exception when
the buffer in `buf.write('', 'base64')` was a zero-sized buffer located at the
end of the slab.
Fixes #2657.