Blame SOURCES/postfix-3.5.9-whitespace-name-fix.patch

962864
diff --git a/src/cleanup/cleanup_message.c b/src/cleanup/cleanup_message.c
962864
index 391c711..be5ce42 100644
962864
--- a/src/cleanup/cleanup_message.c
962864
+++ b/src/cleanup/cleanup_message.c
962864
@@ -773,6 +773,8 @@ static void cleanup_header_done_callback(void *context)
962864
 		    /* Normalize whitespace. */
962864
 		    token = tok822_scan_limit(state->fullname, &dummy_token,
962864
 					      var_token_limit);
962864
+		    if (!token)
962864
+				token = tok822_alloc(TOK822_QSTRING, state->fullname);
962864
 		} else {
962864
 		    token = tok822_alloc(TOK822_QSTRING, state->fullname);
962864
 		}