Loading lib/mpi/mpicoder.c +2 −1 Original line number Diff line number Diff line Loading @@ -79,6 +79,7 @@ MPI do_encode_md(const void *sha_buffer, unsigned nbits) } a = mpi_alloc((nframe + BYTES_PER_MPI_LIMB - 1) / BYTES_PER_MPI_LIMB); if (a) mpi_set_buffer(a, frame, nframe, 0); kfree(frame); Loading Loading
lib/mpi/mpicoder.c +2 −1 Original line number Diff line number Diff line Loading @@ -79,6 +79,7 @@ MPI do_encode_md(const void *sha_buffer, unsigned nbits) } a = mpi_alloc((nframe + BYTES_PER_MPI_LIMB - 1) / BYTES_PER_MPI_LIMB); if (a) mpi_set_buffer(a, frame, nframe, 0); kfree(frame); Loading