git: kernel - Fix missing token release in msync() error path

Matthew Dillon dillon at crater.dragonflybsd.org
Mon Oct 31 11:19:02 PDT 2011


commit 6730ca37321fee1faea98884c1708ceb5fc68256
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Mon Oct 31 11:16:59 2011 -0700

    kernel - Fix missing token release in msync() error path
    
    * Fix a missing token release in the msync() error path that would lead
      to a panic in the syscall return code.
    
    Reported-by: swildner

Summary of changes:
 sys/vm/vm_map.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/6730ca37321fee1faea98884c1708ceb5fc68256


-- 
DragonFly BSD source repository





More information about the Commits mailing list