@wkampich commented on this pull request.


In src/modules/lost/utilities.c:

>  
 	pkg_free(ptr);
-	ptr = NULL;
+	*held = NULL;
+}
+
+/*
+ * lost_copy_string(str, int*) {

yes true pkg_str_dup(..) would be an option; basically I only use the function when a pointer to a string is necessary and requires zero termination


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.