[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
HFS endianness
From: |
Vladimir 'phcoder' Serbinenko |
Subject: |
HFS endianness |
Date: |
Tue, 11 Aug 2009 01:15:54 +0200 |
Hello I was looking which FS were little and which are big-endian.
This attracted my attention in hfs.c:
/* Adjust len so it we can't read past the end of the file. */
if (len > grub_le_to_cpu32 (data->size))
len = grub_le_to_cpu32 (data->size);
Which looks suspicious for big-endian FS. Can anyone check? If note
this mail will be note to self
--
Regards
Vladimir 'phcoder' Serbinenko
Personal git repository: http://repo.or.cz/w/grub2/phcoder.git
- HFS endianness,
Vladimir 'phcoder' Serbinenko <=