git: kernel - Fix improper user-space access in sys___semctl()

Matthew Dillon dillon at crater.dragonflybsd.org
Fri Oct 14 09:35:15 PDT 2016


commit b5eb2428f469c4a733353f2d39f50c4a39c14996
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Fri Oct 14 09:32:12 2016 -0700

    kernel - Fix improper user-space access in sys___semctl()
    
    * Fix an improper user-space access in sys__semctl()
    
    * Fix an improper kernel-space access that was using
      a user-supplied pointer.
    
    Reported-by: Mateusz Kocielski - LogicalTrust

Summary of changes:
 sys/kern/sysv_sem.c | 48 ++++++++++++++++++++----------------------------
 1 file changed, 20 insertions(+), 28 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/b5eb2428f469c4a733353f2d39f50c4a39c14996


-- 
DragonFly BSD source repository


More information about the Commits mailing list