NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/48864 CVS commit: src/sys/fs/tmpfs



The following reply was made to PR kern/48864; it has been noted by GNATS.

From: "Andreas Gustafsson" <gson%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/48864 CVS commit: src/sys/fs/tmpfs
Date: Mon, 8 Sep 2014 14:49:47 +0000

 Module Name:   src
 Committed By:  gson
 Date:          Mon Sep  8 14:49:47 UTC 2014
 
 Modified Files:
        src/sys/fs/tmpfs: tmpfs_subr.c tmpfs_vnops.c
 
 Log Message:
 Store symlinks without a NUL terminator so that lstat(2) returns the
 correct length.  Fixes the tmpfs part of PR kern/48864.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.96 -r1.97 src/sys/fs/tmpfs/tmpfs_subr.c
 cvs rdiff -u -r1.120 -r1.121 src/sys/fs/tmpfs/tmpfs_vnops.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index