forked from madler/zlib
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Readme and index restructuring (madler#346)
* Added cmake build instructions, build options, install instructions, and repository contents to README.md. * Moved INDEX file content to README.md files. * Added configure instructions and options. * Added CodeFactor to build integration.
- Loading branch information
Showing
6 changed files
with
154 additions
and
90 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Contents | ||
-------- | ||
|
||
|Name|Description| | ||
|:-|:-| | ||
|fill_window_sse.c|SSE2 optimized fill_window| | ||
|deflate_quick.c|SSE4 optimized deflate strategy for use as level 1| | ||
|crc_folding.c|SSE4 + PCLMULQDQ optimized CRC folding implementation| |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
Contents | ||
-------- | ||
|
||
|Name|Description| | ||
|-|-| | ||
|[CVE-2003-0107.c](https://nvd.nist.gov/vuln/detail/CVE-2003-0107)|Buffer overflow in the gzprintf function, requires ZLIB_COMPAT| | ||
|[CVE-2002-0059](https://nvd.nist.gov/vuln/detail/CVE-2002-0059)|inflateEnd to release memory more than once| | ||
|[CVE-2004-0797](https://nvd.nist.gov/vuln/detail/CVE-2004-0797)|Error handling in inflate and inflateBack causes crash| | ||
|[CVE-2005-1849](https://nvd.nist.gov/vuln/detail/CVE-2005-1849)|inftrees.h bug causes crash| | ||
|[CVE-2005-2096](https://nvd.nist.gov/vuln/detail/CVE-2005-2096)|Buffer overflow when incomplete code description | ||
|[GH-361](https://github.com/zlib-ng/zlib-ng/issues/361)|Test case for overlapping matches| | ||
|[GH-364](https://github.com/zlib-ng/zlib-ng/issues/364)|Test case for switching compression levels| |