Re: [PATCH 2/2] emu/linux: Fix determination of program name

2024-06-20 Thread Daniel Kiper
On Mon, Jun 17, 2024 at 03:56:31PM +0300, Vladimir Serbinenko wrote: > Current code works only if package matches binary name transformation rules. > It's often true but is no waz guaranteed > > Fixes bug #64410 > > Signed-off-by: Vladimir Serbinenko Reviewed-by: Daniel Kiper Daniel __

[PATCH 2/2] emu/linux: Fix determination of program name

2024-06-17 Thread Vladimir Serbinenko
Current code works only if package matches binary name transformation rules. It's often true but is no waz guaranteed Fixes bug #64410 Signed-off-by: Vladimir Serbinenko --- grub-core/loader/emu/linux.c | 3 ++- include/grub/emu/misc.h | 2 +- 2 files changed, 3 insertions(+), 2 deletions(