Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 40641
b: refs/heads/master
c: 7bd473f
h: refs/heads/master
i:
  40639: 904cf75
v: v3
  • Loading branch information
Michael Halcrow authored and Linus Torvalds committed Nov 3, 2006
1 parent 17bc558 commit c420ae6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2de6c39f389f25442389c3ab0f2d9b50e3f4a77d
refs/heads/master: 7bd473fcc217adec000f213e8864bf9a161d57e1
2 changes: 1 addition & 1 deletion trunk/fs/ecryptfs/crypto.c
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ int ecryptfs_crypto_api_algify_cipher_name(char **algified_name,

algified_name_len = (chaining_modifier_len + cipher_name_len + 3);
(*algified_name) = kmalloc(algified_name_len, GFP_KERNEL);
if (!(algified_name)) {
if (!(*algified_name)) {
rc = -ENOMEM;
goto out;
}
Expand Down

0 comments on commit c420ae6

Please sign in to comment.