K 10 svn:author V 6 emaste K 8 svn:date V 27 2021-01-29T01:06:06.955011Z K 7 svn:log V 578 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) (cherry picked from commit acaac0eefa1f2675dfc49faa077e3fb10949d540) Approved by: so Security: CVE-2020-25578 Git Hash: 66ace87da47b8036dd8ac2ab2e66ab0042c0d252 Git Author: markj@FreeBSD.org END