Re: [PATCH] nvmet-auth: fix uninitialized-memory leak in AUTH_RECEIVE
Ibrahim Hashimov <[email protected]>
| Newsgroups | org.infradead.lists.linux-nvme,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
Please disregard this patch -- it duplicates Bryam Vargas's "nvmet-auth: zero the AUTH_RECEIVE response buffer" (https://lore.kernel.org/linux-nvme/[email protected]/), which fixes the same uninitialized-memory leak with the same kmalloc() -> kzalloc() change and the same Fixes: tag, and already has Christoph's Reviewed-by. I missed it before sending; sorry for the noise. Ibrahim