Re: [PATCH] Fix hfsplus.

2009-08-28 Thread Yves Blusseau
Le 22 août 09 à 21:43, Vladimir 'phcoder' Serbinenko a écrit : Hello. In multiple places hfsplus aborts if read_file returns 0. But in this case grub_error isn't set so the errors aren't propagated. Here is fix. Compiled and checked on OSX: great job, no more grub crash in case of AppleRaid

Re: [PATCH] Fix hfsplus.

2009-08-23 Thread Robert Millan
On Sat, Aug 22, 2009 at 09:43:24PM +0200, Vladimir 'phcoder' Serbinenko wrote: > Hello. In multiple places hfsplus aborts if read_file returns 0. But > in this case grub_error isn't set so the errors aren't propagated. > Here is fix. Please go ahead. -- Robert Millan The DRM opt-in fallacy: "

[PATCH] Fix hfsplus.

2009-08-22 Thread Vladimir 'phcoder' Serbinenko
Hello. In multiple places hfsplus aborts if read_file returns 0. But in this case grub_error isn't set so the errors aren't propagated. Here is fix. -- Regards Vladimir 'phcoder' Serbinenko Personal git repository: http://repo.or.cz/w/grub2/phcoder.git diff --git a/fs/hfsplus.c b/fs/hfsplus.c in