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:53 -0700 (PDT) From: David Miller <davem@...emloft.net> To: huangfq.daxian@...il.com Cc: jreuter@...na.de, ralf@...ux-mips.org, linux-hams@...r.kernel.org, netdev@...r.kernel.org, linux-kernel@...r.kernel.org Subject: Re: [PATCH v2 04/06] net: ax25: fix misuse of %x From: Fuqian Huang <huangfq.daxian@...il.com> Date: Sun, 21 Apr 2019 19:48:06 +0800 > Pointers should be printed with %p or %px rather than > cast to long type and printed with %8.8lx. > Change %8.8lx 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