On Wed, Mar 28, 2018 at 12:31:01PM +0200, Florian Obser wrote:
> I guess nobody is going to review a 10k line diff...

so benno actually read the diff and points out that we need this:

(already reported upstream)

diff --git services/authzone.c services/authzone.c
index 13e36b2c..fac8e4ed 100644
--- services/authzone.c
+++ services/authzone.c
@@ -5946,7 +5946,7 @@ static char*
 dup_all(char* str)
 {
        char* result = strdup(str);
-       if(!str) {
+       if(!result) {
                log_err("malloc failure");
                return NULL;
        }


-- 
I'm not entirely sure you are real.

Reply via email to