]> git.proxmox.com Git - grub2.git/commit
kern/partition: Check for NULL before dereferencing input string
authorDarren Kenny <darren.kenny@oracle.com>
Fri, 23 Oct 2020 09:49:59 +0000 (09:49 +0000)
committerColin Watson <cjwatson@debian.org>
Sun, 13 Jun 2021 23:40:45 +0000 (00:40 +0100)
commitbdf76b3b743fa75cdb4e00bb576088e364e62b32
tree5d86f992d77f9ee406dfa706eb8f17bb75f3ea0f
parent490546975c8c2b4af277392fa5fb368fae1537d1
kern/partition: Check for NULL before dereferencing input string

There is the possibility that the value of str comes from an external
source and continuing to use it before ever checking its validity is
wrong. So, needs fixing.

Additionally, drop unneeded part initialization.

Fixes: CID 292444
Signed-off-by: Darren Kenny <darren.kenny@oracle.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
Patch-Name: 2021-02-security/029-kern-partition-Check-for-NULL-before-dereferencing-input-string.patch
grub-core/kern/partition.c