https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203649

--- Comment #1 from [email protected] ---
--------------- Source analysis:

I meanwhile learned that err() is also available in userspace and
indeed exits its process.
So it is not a potential SIGSEGV but just a surplus test.

--------------- Remedy proposal:

-        if (var)
-                free(var);
+        free(var);

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to