Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 349464
b: refs/heads/master
c: 7810cc1
h: refs/heads/master
v: v3
  • Loading branch information
YOSHIFUJI Hideaki authored and James Morris committed Feb 1, 2013
1 parent 59cd4de commit aaeffe2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 88b62b915b0b7e25870eb0604ed9a92ba4bfc9f7
refs/heads/master: 7810cc1e7721220f1ed2a23ca95113d6434f6dcd
2 changes: 2 additions & 0 deletions trunk/lib/digsig.c
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,8 @@ static int digsig_verify_rsa(struct key *key,
memset(out1, 0, head);
memcpy(out1 + head, p, l);

kfree(p);

err = pkcs_1_v1_5_decode_emsa(out1, len, mblen, out2, &len);
if (err)
goto err;
Expand Down

0 comments on commit aaeffe2

Please sign in to comment.