diff --git a/src/read.rs b/src/read.rs index e5a5bc38..d2eb4bf1 100644 --- a/src/read.rs +++ b/src/read.rs @@ -238,6 +238,8 @@ impl ZipArchive { /// /// Paths are sanitized so that they cannot escape the given directory. /// + /// This bails on the first error and does not attempt cleanup. + /// /// # Platform-specific behaviour /// /// On unix systems permissions from the zip file are preserved, if they exist.