lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Mon, 04 Sep 2023 05:58:14 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Eric Dumazet <edumazet@...gle.com>
Cc: davem@...emloft.net, kuba@...nel.org, pabeni@...hat.com,
 netdev@...r.kernel.org, eric.dumazet@...il.com, syzkaller@...glegroups.com,
 zengyhkyle@...il.com, keescook@...omium.org, vbabka@...e.cz
Subject: Re: [PATCH net] net: deal with integer overflows in kmalloc_reserve()

Hello:

This patch was applied to netdev/net.git (main)
by David S. Miller <davem@...emloft.net>:

On Thu, 31 Aug 2023 18:37:50 +0000 you wrote:
> Blamed commit changed:
>     ptr = kmalloc(size);
>     if (ptr)
>       size = ksize(ptr);
> 
> to:
>     size = kmalloc_size_roundup(size);
>     ptr = kmalloc(size);
> 
> [...]

Here is the summary with links:
  - [net] net: deal with integer overflows in kmalloc_reserve()
    https://git.kernel.org/netdev/net/c/915d975b2ffa

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ