commit | fd6a1913813e6243bb98b5593f46b77ce8c5fc61 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Sat Jan 18 19:05:23 2014 +0100 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Wed Jan 22 12:57:04 2014 +0100 |
tree | 8b45572ea946ef882cba920a94b8c6414a8ec359 | |
parent | 073f0fa2fb79557e21a26cc2a0160caa593fdb3b [diff] |
Fix misplaced initialisation. If one of the calls to mpi_grow() before setting Apos would fail, then mpi_free( &Apos ) would be executed without Apos being initialised.