]> git.saurik.com Git - apple/xnu.git/blobdiff - libsyscall/mach/mach_msg.c
xnu-4903.221.2.tar.gz
[apple/xnu.git] / libsyscall / mach / mach_msg.c
index bdb446c33fc04313c556f2e8ea317651c6bf6c9e..4b90d19e5a79807702288140a528cfc632e7529d 100644 (file)
@@ -559,6 +559,7 @@ mach_msg_server(
 
                        buffers_swapped = FALSE;
                        old_state = voucher_mach_msg_adopt(&bufRequest->Head);
+                       bufReply->Head = (mach_msg_header_t){};
 
                        (void) (*demux)(&bufRequest->Head, &bufReply->Head);