Re: lib/libcrypt/crypt-argon2.c: ctx.{out,outlen} assigned twice

2022-02-13 Thread Christos Zoulas
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

lib/libcrypt/crypt-argon2.c: ctx.{out,outlen} assigned twice

2022-02-11 Thread RVP
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 */ /*