git: DragonFly_RELEASE_6_4 kernel - Correct bug in CANSIGNAL macro
    Aaron LI 
    aly at crater.dragonflybsd.org
       
    Sun Mar 16 22:05:12 PDT 2025
    
    
  
commit 87ada5e36131e20dca928d3f0cca60cf466fcf16
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/87ada5e36131e20dca928d3f0cca60cf466fcf16
-- 
DragonFly BSD source repository
    
    
More information about the Commits
mailing list