Re: [PATCH] Fix prefix autodetection when booting from EFI CD-ROM

2013-10-14 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Committed with a change to handle Apple HFS+ boot (return full disk only if no matching partition is found). Thanks. On 31.01.2013 13:24, Andrey Borzenkov wrote: > Fix autodetection of $prefix when booted from EFI CD-ROM. > > Based on patch from Matthew Garrett, modified to not overwrite > memory

Re: [PATCH] Fix prefix autodetection when booting from EFI CD-ROM

2013-04-05 Thread Andrey Borzenkov
В Fri, 05 Apr 2013 15:12:26 +0200 Vladimir 'φ-coder/phcoder' Serbinenko пишет: > On 31.01.2013 13:24, Andrey Borzenkov wrote: > > > Fix autodetection of $prefix when booted from EFI CD-ROM. > > > > Based on patch from Matthew Garrett, modified to not overwrite > > memory returned by device path

Re: [PATCH] Fix prefix autodetection when booting from EFI CD-ROM

2013-04-05 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 31.01.2013 13:24, Andrey Borzenkov wrote: > Fix autodetection of $prefix when booted from EFI CD-ROM. > > Based on patch from Matthew Garrett, modified to not overwrite > memory returned by device path protocol handler and rebased to > current trunk. > > Additionally fixes potential memory le

Re: [PATCH] Fix prefix autodetection when booting from EFI CD-ROM

2013-02-03 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 31.01.2013 13:24, Andrey Borzenkov wrote: > Fix autodetection of $prefix when booted from EFI CD-ROM. > > Based on patch from Matthew Garrett, modified to not overwrite > memory returned by device path protocol handler and rebased to > current trunk. Due to legal issues we need Matthew Garret

[PATCH] Fix prefix autodetection when booting from EFI CD-ROM

2013-01-31 Thread Andrey Borzenkov
Fix autodetection of $prefix when booted from EFI CD-ROM. Based on patch from Matthew Garrett, modified to not overwrite memory returned by device path protocol handler and rebased to current trunk. Additionally fixes potential memory leak - dup_dp was not deallocated if device path was not found