aboutsummaryrefslogtreecommitdiff
path: root/javascript/.gitignore
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2016-12-16 14:42:41 +0000
committerRichard van der Hoff <richard@matrix.org>2016-12-16 14:42:41 +0000
commit8e554ab5ef5a17c7eb271000217e036be07d88db (patch)
treee53c21d74558b47c7c20238d75d814273b399a82 /javascript/.gitignore
parent7fd63bcac7110abd5a1eef927abc3184da68a35c (diff)
Avoid buffer overrun on encryption
Make sure we null-terminate encrypted strings before passing them to UTF8ToString. This used to work when we allocated the buffer on the stack, because it turns out that allocate() zeroinits the returned memory. malloc(), of course, does not.
Diffstat (limited to 'javascript/.gitignore')
0 files changed, 0 insertions, 0 deletions