Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 287117
b: refs/heads/master
c: 43b2c0a
h: refs/heads/master
i:
  287115: fccac68
v: v3
  • Loading branch information
Dmitry Kasatkin authored and James Morris committed Feb 1, 2012
1 parent 482df9e commit 076dbc0
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: a6d68ecc56ed182644c81ef6917ce1f5404db7dd
refs/heads/master: 43b2c0aeaab2237996a72f9b9d7952ba82d56913
2 changes: 2 additions & 0 deletions trunk/lib/mpi/mpi-div.c
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,8 @@ int mpi_tdiv_qr(MPI quot, MPI rem, MPI num, MPI den)
* numerator would be gradually overwritten by the quotient limbs. */
if (qp == np) { /* Copy NP object to temporary space. */
np = marker[markidx++] = mpi_alloc_limb_space(nsize);
if (!np)
goto nomem;
MPN_COPY(np, qp, nsize);
}
} else /* Put quotient at top of remainder. */
Expand Down

0 comments on commit 076dbc0

Please sign in to comment.