git: kernel - Correct bug in CANSIGNAL macro

Matthew Dillon dillon at crater.dragonflybsd.org
Sat Mar 8 23:12:29 PST 2025


commit 6bbd5710d27bcc68f1e6254acc891a41b270ddce
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Sat Mar 8 23:10:58 2025 -0800

    kernel - Correct bug in CANSIGNAL macro
    
    * Correct a bug in the CANSIGNAL(q, ...) macro which improperly used
      the non-macro variable (p) in one location.  It turns out that all
      use-cases passed (p) as the (q) argument anyway, so fortunately the
      bug had no effect.  But it definitely needed to be fixed.
    
    Found-by: aly
    Reported-by: aly

Summary of changes:
 sys/kern/kern_sig.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/6bbd5710d27bcc68f1e6254acc891a41b270ddce


-- 
DragonFly BSD source repository


More information about the Commits mailing list