K 10 svn:author V 6 emaste K 8 svn:date V 27 2021-01-29T01:20:57.713993Z 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: 6bddcd7682b1ac90f01134c7ffa3f9ed023b1338 Git Author: markj@FreeBSD.org END