]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r333239:
authorpfg <pfg@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 14 May 2018 19:21:57 +0000 (19:21 +0000)
committerpfg <pfg@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 14 May 2018 19:21:57 +0000 (19:21 +0000)
commit5ee7d4411b6c6dfb35d2525b64b39f5555022f7b
tree23f605a9e0365935737020b818107e4749304015
parent32ceaa23d7053ded5660e80a4c0b25cad397a462
MFC r333239:
msdosfs: long names of files are created incorrectly.

This fixes a regression that happened in r120492 (2003) where libkiconv
was introduced and we went from checking unlen to checking for '\0'.

PR: 111843
Patch by: Damjan Jovanovic

git-svn-id: svn://svn.freebsd.org/base/stable/10@333611 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/fs/msdosfs/msdosfs_conv.c