K 10 svn:author V 5 markj K 8 svn:date V 27 2021-01-06T14:58:41.198827Z K 7 svn:log V 467 Ensure that dirent's d_off field is initialized We have the d_off field in struct dirent for providing the seek offset of the next directory entry. Several filesystems were not initializing the field, which ends up being copied out to userland. Reported by: Syed Faraz Abrar Reviewed by: kib (cherry picked from commit 90f580b954090e669da234f6c8e8d0379ff9d8bc) Git Hash: acaac0eefa1f2675dfc49faa077e3fb10949d540 Git Author: markj@FreeBSD.org END