cvs commit: src/sys/kern kern_exit.c src/sys/nfsclient nfs_lock.c nlminfo.h src/sys/sys lockf.h

Gleb Smirnoff glebius at FreeBSD.org
Thu Oct 27 11:32:41 PDT 2005


glebius     2005-10-27 18:32:39 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/kern             kern_exit.c 
    sys/nfsclient        nfs_lock.c nlminfo.h 
    sys/sys              lockf.h 
  Log:
  MFC:
    - Fix leak of struct nlminfo on process exit.
    - Fix malloc type collision, that made the above problem
      difficult to understand.
  
    Reported by:  Vladimir Sharun <sharun ukr.net>
  
  Approved by:    re (scottl)
  
  Revision   Changes    Path
  1.263.2.3  +9 -0      src/sys/kern/kern_exit.c
  1.40.2.1   +15 -1     src/sys/nfsclient/nfs_lock.c
  1.2.14.1   +1 -3      src/sys/nfsclient/nlminfo.h
  1.18.2.1   +0 -4      src/sys/sys/lockf.h


More information about the cvs-src mailing list