Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Sanitizer failures in FS tests (#23243)
* Add a mode parameter to the open() call in test_fs_enotdir to avoid reading the uninitialized parameter when using O_CREAT * Add a call to closedir pair the call to fdopendir in in test_fs_readdir_ino_matches_stat_ino, which allows the implementation to free the underlying stream and make LSan happy.
- Loading branch information