Highlights
- Arctic Code Vault Contributor
Popular repositories
-
-
Forked from microsoft/diskspd
DISKSPD is a storage load generator / performance test tool from the Windows/Windows Server and Cloud Server Infrastructure Engineering teams
C++ 1
-
-
-
Forked from docker/engine-api
Go libraries providing client and server components compatible with the Docker engine
Go
-
Forked from distribution/distribution
The Docker toolset to pack, ship, store, and deliver content
Go
39 contributions in the last year
Contribution activity
February 2021
January 2021
Reviewed 1 pull request in 1 repository
rust-lang/rustfmt 1 pull request
Created an issue in rust-lang/rust that received 8 comments
File implementation on Windows has unsound methods
File
's read
, write
, seek_read
, and seek_write
all have soundness issues in Windows under some conditions. In the below, I describe the problem and…