Searched hist:"90 f580b954090e669da234f6c8e8d0379ff9d8bc" (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/fs/autofs/ |
H A D | autofs_vnops.c | diff 90f580b954090e669da234f6c8e8d0379ff9d8bc Sun Jan 03 17:32:30 CET 2021 Mark Johnston <markj@FreeBSD.org> 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 <faraz@elttam.com> Reviewed by: kib MFC after: 3 days Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D27792
|
/freebsd/sys/fs/smbfs/ |
H A D | smbfs_io.c | diff 90f580b954090e669da234f6c8e8d0379ff9d8bc Sun Jan 03 17:32:30 CET 2021 Mark Johnston <markj@FreeBSD.org> 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 <faraz@elttam.com> Reviewed by: kib MFC after: 3 days Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D27792
|
/freebsd/sys/kern/ |
H A D | uipc_mqueue.c | diff 90f580b954090e669da234f6c8e8d0379ff9d8bc Sun Jan 03 17:32:30 CET 2021 Mark Johnston <markj@FreeBSD.org> 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 <faraz@elttam.com> Reviewed by: kib MFC after: 3 days Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D27792
|
/freebsd/sys/fs/tmpfs/ |
H A D | tmpfs_subr.c | diff 90f580b954090e669da234f6c8e8d0379ff9d8bc Sun Jan 03 17:32:30 CET 2021 Mark Johnston <markj@FreeBSD.org> 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 <faraz@elttam.com> Reviewed by: kib MFC after: 3 days Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D27792
|