NetBSD-Bugs archive

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

Re: kern/52993 (case sensitive HFS+ can return data from wrong file)



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

From: Sevan Janiyan <sevan%NetBSD.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: kern/52993 (case sensitive HFS+ can return data from wrong file)
Date: Sun, 30 Dec 2018 22:10:24 +0000

 Hi Harold,
 
 On 30/12/2018 16:10, Harold Gutch wrote:
 >  If you want I can redo this test with current, but as sys/fs/hfs is
 >  virtually unchanged this shouldn't change anything.  I am not sure
 >  what else I can add right now.
 >  
 >  Or do you have some other issue with the patched module?
 
 Apologies, I made a mistake in that I hadn't realised HFS support was
 via a loadable module, hence I only built a new kernel. I have just
 built a new set of modules & can see the issue is now resolved.
 
 optislab# vnconfig vnd0 /home/me/kern52993-test.dmg
 optislab# mount_hfs /dev/dk0 /mnt
 
 
 optislab# cat /mnt/test
 
 
 foo
 optislab# cat /mnt/test123
 
 
 bar
 optislab# ls -li /mnt/
 total 42
 20 -rw-r--r--  1 501   staff  8196 Feb  9  2018 .DS_Store
 17 dr-xr-xr-t  1 root  wheel   512 Feb  9  2018 .HFS+ Private Directory
 Data?
 18 drwx------  1 501   staff   512 Feb  9  2018 .fseventsd
 23 -rw-r--r--  1 501   staff     4 Feb  9  2018 test
 24 -rw-r--r--  1 501   staff     4 Feb  9  2018 test123
 
 
 Sevan
 


Home | Main Index | Thread Index | Old Index