From: Simon McVittie <smcv@collabora.com>
Date: Thu, 12 Jul 2018 13:32:10 +0100
Subject: [PATCH 11/18] nonce: Don't try to rmdir(NULL) on OOM
If re-initializing the string fails, it will be left in a state
where it has a length of 0 and a NULL buffer. That's valid to
"free", but not valid to pass to rmdir().
Signed-off-by: Simon McVittie <smcv@collabora.com>
---
dbus/dbus-nonce.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)