Skip to content
Snippets Groups Projects
Commit 9550d6ce authored by Benoit Marty's avatar Benoit Marty Committed by Hubert Chathi
Browse files

Fix null pointer dereference


Patch has been received by e-mail, Signed-off-by: default avatarArnaud Fontaine <arnaud.fontaine@ssi.gouv.fr>
parent 570e3a70
No related branches found
No related tags found
No related merge requests found
......@@ -302,7 +302,6 @@ public class OlmInboundGroupSession extends CommonSerializeUtils implements Seri
// sanity check
if(null == aErrorMsg) {
Log.e(LOG_TAG,"## serialize(): invalid parameter - aErrorMsg=null");
aErrorMsg.append("aErrorMsg=null");
} else if (null == aKey) {
aErrorMsg.append("Invalid input parameters in serialize()");
} else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment