lkml.org 
[lkml]   [2009]   [Feb]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] Squashfs: Fix oops when reading fsfuzzer corrupted filesystems
Andrew Morton wrote:
> On Wed, 04 Feb 2009 03:07:48 +0000
> Phillip Lougher <phillip@lougher.demon.co.uk> wrote:
>
>> - ERROR("sb_bread failed reading block 0x%llx\n", cur_index);
>> + ERROR("squashfs_read_data failed to read block 0x%llx\n", index);
>
> `index' has type u64. You don't know what C type is used to implement
> u64, hence it must be cast to a known type before it can be passed to
> printk.
>

Yeah missed that. I resisted using u64 and used 'long long' for these
until very recently.

Phillip



\
 
 \ /
  Last update: 2009-02-06 02:01    [W:0.249 / U:0.040 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site