Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Unified Diff: third_party/zlib/README.chromium

Issue 8873039: Add an API to unpack Zip files directly from and to file descriptors. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/zlib/README.chromium
diff --git a/third_party/zlib/README.chromium b/third_party/zlib/README.chromium
index d174a4c2f0da6982dd3f9d6b057db4c503269c2c..4c30d5d86be932629cc559cc31df512029b4a977 100644
--- a/third_party/zlib/README.chromium
+++ b/third_party/zlib/README.chromium
@@ -1,6 +1,7 @@
Name: zlib
URL: http://zlib.net/
Version: 1.2.3
+Security Critical: yes
Description:
General purpose compression library
@@ -10,3 +11,5 @@ A few minor changes, all marked with "Google":
- Added #ifdefs to avoid compile warnings when NO_GZCOMPRESS is defined.
- Removed use of strerror for WinCE in gzio.c.
- Added 'int z_errno' global for WinCE, to which 'errno' is defined in zutil.h.
+- Added 'fdopen_file_func' and 'fill_fdopen_filefunc' to allow opening
+ zip files from file descriptors.

Powered by Google App Engine
This is Rietveld 408576698