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 PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Sun, 21 Apr 2019 10:37:59 -0700 (PDT) From: David Miller <davem@...emloft.net> To: huangfq.daxian@...il.com Cc: jes@...ined-monkey.org, linux-hippi@...site.dk, netdev@...r.kernel.org, linux-kernel@...r.kernel.org Subject: Re: [PATCH v2 05/06] net: hippi:Fix misuse of %x in rrunner.c From: Fuqian Huang <huangfq.daxian@...il.com> Date: Sun, 21 Apr 2019 19:48:26 +0800 > The pointer should be printed with %p or %px rather than > cast to unsigned long type and printed with %08lx. > Change %08lx to %p to print the pointer. > > Signed-off-by: Fuqian Huang <huangfq.daxian@...il.com> Applied to net-next.
Powered by blists - more mailing lists