SHA256
1
0
forked from pool/libgcrypt
libgcrypt/libgcrypt-mpicheck.patch

13 lines
203 B
Diff

--- mpi/mpicoder.c
+++ mpi/mpicoder.c
@@ -51,7 +51,9 @@
else if (!nbits)
{
log_error ("an mpi of size 0 is not allowed\n");
+/*
goto leave;
+*/
}
buffer += 2;
nread = 2;