Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 May 2011 20:10:12 +0000 (UTC)
From:      Pawel Jakub Dawidek <pjd@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs zfs_dir.c
Message-ID:  <201105242010.p4OKAL9G072506@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
pjd         2011-05-24 20:10:12 UTC

  FreeBSD src repository

  Modified files:
    sys/cddl/contrib/opensolaris/uts/common/fs/zfs zfs_dir.c 
  Log:
  SVN rev 222268 on 2011-05-24 20:10:12Z by pjd
  
  Don't pass pointer to name buffer which is on the stack to another thread,
  because the stack might be paged out once the other thread tries to use the
  data. Instead, just allocate memory.
  
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.11      +11 -20    src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_dir.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201105242010.p4OKAL9G072506>