CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2016/03/15 09:05:24

Modified files:
        sys/kern       : kern_pledge.c 

Log message:
pledge: wl_paths: corrects a memory leak in error code path and an evaluation
order ("a += b > c" is the same as "a += (b > c)" which is wrong here)

ok jca@

Reply via email to