[Bug tapsets/26249] [PATCH] uconversions format error: format ‘%lx’ expects argument of type ‘long unsigned int’, but argument 5 has type ‘void *’ [-Werror=format=]

fche at redhat dot com sourceware-bugzilla@sourceware.org
Thu Jul 16 18:26:53 GMT 2020


https://sourceware.org/bugzilla/show_bug.cgi?id=26249

Frank Ch. Eigler <fche at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fche at redhat dot com

--- Comment #2 from Frank Ch. Eigler <fche at redhat dot com> ---
Good catch, but I'd rather have the code switch to %lx and (unsigned long)
casts, rather than %p (which is sometimes censored).

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Systemtap mailing list