necouchman commented on a change in pull request #228:
URL: https://github.com/apache/guacamole-server/pull/228#discussion_r491256994



##########
File path: src/libguac/string.c
##########
@@ -81,6 +81,17 @@ size_t guac_strlcat(char* restrict dest, const char* 
restrict src, size_t n) {
 
 }
 
+char* guac_strdup(const char* str) {

Review comment:
       Okay, wrote a couple of basic tests - not sure if there are other cases 
I should test in there??




----------------------------------------------------------------
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.

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


Reply via email to