Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 287116
b: refs/heads/master
c: a6d68ec
h: refs/heads/master
v: v3
  • Loading branch information
Dmitry Kasatkin authored and James Morris committed Feb 1, 2012
1 parent fccac68 commit 482df9e
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 4877e056192245b387aae004ab38f7f3899dd57c
refs/heads/master: a6d68ecc56ed182644c81ef6917ce1f5404db7dd
4 changes: 4 additions & 0 deletions trunk/lib/mpi/mpih-div.c
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,10 @@ mpihelp_divrem(mpi_ptr_t qp, mpi_size_t qextra_limbs,
case 0:
/* We are asked to divide by zero, so go ahead and do it! (To make
the compiler not remove this statement, return the value.) */
/*
* existing clients of this function have been modified
* not to call it with dsize == 0, so this should not happen
*/
return 1 / dsize;

case 1:
Expand Down

0 comments on commit 482df9e

Please sign in to comment.