Re: [PATCH] l2tpv3: overwrite s->fd in net_l2tpv3_cleanup

2023-11-27 Thread Анастасия Любимова
18/10/23 14:09, Anastasia Belova: It's better to overwrite freed pointer s->fd to avoid accessing an invalid descriptor. Found by Linux Verification Center (linuxtesting.org) with SVACE. Just a friendly reminder. Anastasia Belova

Re: [PATCH] hyperv: add check for NULL for msg

2023-10-26 Thread Анастасия Любимова
28/09/23 19:18, Maciej S. Szmigiero пишет: On 28.09.2023 15:25, Anastasia Belova wrote: cpu_physical_memory_map may return NULL in hyperv_hcall_post_message. Add check for NULL to avoid NULL-dereference. Found by Linux Verification Center (linuxtesting.org) with SVACE. Fixes: 76036a5fc7 ("hy