On Tue, Apr 02, 2019 at 06:24:07PM +0100, Colin Watson wrote:
> On Tue, Apr 02, 2019 at 09:40:31AM -0700, Eric Snowberg wrote:
> > Function grub_strndup may return NULL, this is called from function
> > grub_ieee1275_get_devname which is then called from function
> > grub_ieee1275_encode_devname to
On Tue, Apr 02, 2019 at 09:40:31AM -0700, Eric Snowberg wrote:
> Function grub_strndup may return NULL, this is called from function
> grub_ieee1275_get_devname which is then called from function
> grub_ieee1275_encode_devname to set device. The device variable
> could then be used with a NULL poi
Function grub_strndup may return NULL, this is called from function
grub_ieee1275_get_devname which is then called from function
grub_ieee1275_encode_devname to set device. The device variable
could then be used with a NULL pointer.
Signed-off-by: Eric Snowberg
---
grub-core/kern/ieee1275/openf