make_path: Use malloc_or_die()
authorFabian Keil <fk@fabiankeil.de>
Wed, 28 Sep 2022 06:06:14 +0000 (08:06 +0200)
committerFabian Keil <fk@fabiankeil.de>
Sun, 2 Oct 2022 07:47:48 +0000 (09:47 +0200)
commitf87573e378e440c0f0aba367e04928f7da8aafae
tree294bc1583bfbec1c1d6ed06e00b18b52a07cb2b5
parentca730075198372125a3dc5ad4d34c79010ffffed
make_path: Use malloc_or_die()

... in cases where allocation errors were already fatal anyway.
miscutil.c