Comment 23 for bug 732149

Revision history for this message
Nagy Ferenc László (nfl) wrote :

I tried to debug my "couldn't find the chunk descriptor" problem, and it fails at "if (csize <= 0)" in grub_btrfs_read_logical function. Seems like csize (grub_ssize_t) is 32 bits. Shouldn't it be 64 bits?