]> git.ipfire.org Git - thirdparty/grub.git/commit
iso9660: Don't leak memory on realloc() failures
authorPeter Jones <pjones@redhat.com>
Sat, 4 Jul 2020 16:25:09 +0000 (12:25 -0400)
committerDaniel Kiper <daniel.kiper@oracle.com>
Wed, 29 Jul 2020 14:55:48 +0000 (16:55 +0200)
commit2a1edcf2ede865b60604815d3bc5c01029379ca4
tree35c0a5a5fd701e4f6685a7930d20c27b873a7197
parent3f05d693d1274965ffbe4ba99080dc2c570944c6
iso9660: Don't leak memory on realloc() failures

Signed-off-by: Peter Jones <pjones@redhat.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
grub-core/fs/iso9660.c