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:	Wed, 26 Mar 2014 14:46:13 -0400 (EDT)
From:	David Miller <davem@...emloft.net>
To:	sj38.park@...il.com
Cc:	Ian.Campbell@...rix.com, trivial@...nel.org, wei.liu2@...rix.com,
	xen-devel@...ts.xenproject.org, linux-kernel@...r.kernel.org,
	netdev@...r.kernel.org
Subject: Re: [PATCH] ixen-netback: fix trivial printf format build warning

From: SeongJae Park <sj38.park@...il.com>
Date: Wed, 26 Mar 2014 19:34:21 +0900

> Thank you for let me know kindly :)

Also your fix wasn't correct.

You changed the code to use %lx but the type isn't a long.

It's the difference between two pointers, which is ptrdiff_t.  The
proper printf format string for a hexadecimal ptrdiff_t is %tx
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ