In article ,
RVP wrote:
>Looks like ctx.{out,outlen} are being assigned twice:
>
>---START---
>--- lib/libcrypt/crypt-argon2.c.orig 2021-11-22 21:56:12.532724453 +
>+++ lib/libcrypt/crypt-argon2.c2022-02-11 09:59:51.260664174 +
>@@ -386,9 +386,6 @@
>
> /* we use static buf
Looks like ctx.{out,outlen} are being assigned twice:
---START---
--- lib/libcrypt/crypt-argon2.c.orig2021-11-22 21:56:12.532724453 +
+++ lib/libcrypt/crypt-argon2.c 2022-02-11 09:59:51.260664174 +
@@ -386,9 +386,6 @@
/* we use static buffers to avoid allocation */
/*