Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 287115
b: refs/heads/master
c: 4877e05
h: refs/heads/master
i:
  287113: 7531c00
  287111: e442254
v: v3
  • Loading branch information
Dmitry Kasatkin authored and James Morris committed Feb 1, 2012
1 parent 2c45ae1 commit fccac68
Show file tree
Hide file tree
Showing 2 changed files with 4 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: b35e286a640f31d619a637332972498b51f3fd90
refs/heads/master: 4877e056192245b387aae004ab38f7f3899dd57c
3 changes: 3 additions & 0 deletions trunk/lib/mpi/mpiutil.c
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ mpi_ptr_t mpi_alloc_limb_space(unsigned nlimbs)
{
size_t len = nlimbs * sizeof(mpi_limb_t);

if (!len)
return NULL;

return kmalloc(len, GFP_KERNEL);
}

Expand Down

0 comments on commit fccac68

Please sign in to comment.