From: Peter Oskolkov <[email protected]> Date: Thu, 20 Dec 2018 16:41:52 -0800
> Clang does not recognize that calls to error() terminate execution > and complains about uninitialized variable use that happens after calls > to error(). This noop patchset fixes this. > > Signed-off-by: Peter Oskolkov <[email protected]> I wonder why it's not marked with attribute noreturn. In any event, it isn't, so your patch is of course needed. Applied, thanks.
