Re: 2.02-beta3 remove attempt to free stack space and initialize variable before possible use

2016-03-14 Thread Aaron Luft
> On Mar 14, 2016, at 1:35 PM, Andrei Borzenkov wrote: > Yes, this is one correct. Please resend as attached patch generated by > "git format-patch" with suitable commit message. Do not expand tabs when > editing. > Ok, attaching the patch to this mail. > > Well ... it cannot really reach code

2.02-beta3 remove attempt to free stack space and initialize variable before possible use

2016-03-14 Thread Aaron Luft
Please consider these improvements to 2.02-beta3. 1) Remove the variable "oldname" which is attempting to free stack space. 2) Initialize the value of mdnobj to silence the compiler warning In function 'grub_free', inlined from 'grub_iso9660_iterate_dir' at grub-core/fs/iso9660.c:764:15: grub-