Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
matrix-org
Olm
Commits
ded15597
Commit
ded15597
authored
Jan 17, 2017
by
manuroe
Browse files
OLMKit: Reset intermediate buffer to zeroes
parent
885b85f5
Changes
1
Hide whitespace changes
Inline
Side-by-side
xcode/OLMKit/OLMInboundGroupSession.m
View file @
ded15597
...
...
@@ -204,6 +204,7 @@
return
nil
;
}
NSString
*
keyString
=
[[
NSString
alloc
]
initWithData
:
key
encoding
:
NSUTF8StringEncoding
];
[
key
resetBytesInRange
:
NSMakeRange
(
0
,
key
.
length
)];
return
keyString
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment