Ticket #3821 (new defect) — at Initial Version
Initialize struct stat st_[acm]tim.tv_nsec when present
Reported by: | zaytsev | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 4.8.20 |
Component: | mc-vfs | Version: | master |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Branch state: | merged | Votes for changeset: |
Description
OS takes care to initialize struct stat properly. By not using an OS syscall or a libc wrapper to fill struct stat, we have to take care of initializing all fields (or at least those being used later) explicitly.
Note: See
TracTickets for help on using
tickets.