aleitner commented on code in PR #395:
URL: https://github.com/apache/guacamole-server/pull/395#discussion_r990499154


##########
src/common/clipboard.c:
##########
@@ -154,13 +155,20 @@ void guac_common_clipboard_append(guac_common_clipboard* 
clipboard, const char*
     if (remaining < length)
         length = remaining;
 
+    char output_data[length];
+    memset(output_data, '\0', length);

Review Comment:
   I put it in when I was debugging the variable. Removed



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to