Files
wolfssl/wolfcrypt/src
Daniele Lacamera 94014ee5ca rsa: address review - drop XMEMSET, free uninitialized temporaries instead
Restore the original short-circuit XMALLOC chains and leave the zeroing to
mp_init_multi(). On a partial allocation failure mp_init_multi() is skipped,
so nothing is initialized: free whatever was allocated right there and NULL
the pointers, so the shared cleanup at the end of the function never calls
mp_clear()/mp_forcezero() on an allocated-but-uninitialized mp_int.

No extra mp_init() calls, no XMEMSET, and the returned error codes are
unchanged.
2026-07-29 08:02:02 +02:00
..
2026-07-24 16:39:55 -05:00
2026-07-08 09:33:47 +10:00
2026-07-16 09:39:09 +10:00
2026-07-08 08:04:24 +10:00
2026-07-22 09:52:26 +02:00
2026-07-24 16:39:55 -05:00
2026-07-09 17:00:59 +02:00
2026-07-17 22:38:55 +10:00
2026-07-17 22:38:55 +10:00
2026-07-08 09:33:47 +10:00
2026-07-08 08:04:24 +10:00