Test Info
| Library Name | zlib1g-dev |
| Version #1 | base |
| Version #2 | lfs |
| Arch | ARM |
| Subject | Source Compatibility |
Test Results
| Total Header Files | 4 |
| Total Libraries | 0 |
| Total Symbols / Types | 227 / 53 |
| Compatibility |
99.4% |
Problem Summary
| Severity | Count |
|---|
| Added Symbols | - | 2 |
| Removed Symbols | High | 2 |
Problems with Data Types | High | 0 |
| Medium | 0 |
| Low | 1 |
Problems with Symbols | High | 0 |
| Medium | 2 |
| Low | 0 |
Problems with Constants | Low | 0 |
Other Changes in Constants | - | 7 |
Added Symbols 2
zran.h
deflate_index_build ( FILE* in, long long span, struct deflate_index** built )
_Z19deflate_index_buildP8_IO_FILExPP13deflate_index
deflate_index_extract ( FILE* in, struct deflate_index* index, long long offset, unsigned char* buf, int len )
_Z21deflate_index_extractP8_IO_FILEP13deflate_indexxPhi
to the top
Removed Symbols 2
zran.h
deflate_index_build ( FILE* in, long span, struct deflate_index** built )
_Z19deflate_index_buildP8_IO_FILElPP13deflate_index
deflate_index_extract ( FILE* in, struct deflate_index* index, long offset, unsigned char* buf, int len )
_Z21deflate_index_extractP8_IO_FILEP13deflate_indexlPhi
to the top
Problems with Symbols, Medium Severity 2
zran.h
[+] deflate_index_build ( FILE* in, long span, struct deflate_index** built ) 1
⇣
deflate_index_build ( FILE* in, long long span, struct deflate_index** built )
_Z19deflate_index_buildP8_IO_FILElPP13deflate_index
|
Change |
Effect |
| 1 |
Parameters list has been changed. |
Recompilation of a client program may be broken. |
[+] deflate_index_extract ( FILE* in, struct deflate_index* index, long offset, unsigned char* buf, int len ) 1
⇣
deflate_index_extract ( FILE* in, struct deflate_index* index, long long offset, unsigned char* buf, int len )
_Z21deflate_index_extractP8_IO_FILEP13deflate_indexlPhi
|
Change |
Effect |
| 1 |
Parameters list has been changed. |
Recompilation of a client program may be broken. |
to the top
Problems with Data Types, Low Severity 1
types.h
[+] typedef off_t 1
|
Change |
Effect |
| 1 |
Base type has been changed from long to long long. |
Recompilation of a client program may be broken. |
[+] affected symbols: 1 (0.4%)
deflate_index_free ( struct deflate_index* index )
Field 'index.length' in 1st parameter 'index' (pointer) is of type 'off_t'.
to the top
Other Changes in Constants 7
zlib.h
[+] adler32_combine
|
Change |
Effect |
| 1 |
The constant adler32_combine ( uLong, uLong, long ) with value adler32_combine64 ( uLong, uLong, off64_t ) has been added. |
No effect. |
[+] crc32_combine
|
Change |
Effect |
| 1 |
The constant crc32_combine ( uLong, uLong, long ) with value crc32_combine64 ( uLong, uLong, off64_t ) has been added. |
No effect. |
[+] crc32_combine_gen
|
Change |
Effect |
| 1 |
The constant crc32_combine_gen ( long ) with value crc32_combine_gen64 ( off64_t ) has been added. |
No effect. |
[+] gzoffset
|
Change |
Effect |
| 1 |
The constant gzoffset ( gzFile ) with value gzoffset64 ( gzFile ) has been added. |
No effect. |
[+] gzopen
|
Change |
Effect |
| 1 |
The constant gzopen ( char const*, char const* ) with value gzopen64 ( char const*, char const* ) has been added. |
No effect. |
[+] gzseek
|
Change |
Effect |
| 1 |
The constant gzseek ( gzFile, long, int ) with value gzseek64 ( gzFile, off64_t, int ) has been added. |
No effect. |
[+] gztell
|
Change |
Effect |
| 1 |
The constant gztell ( gzFile ) with value gztell64 ( gzFile ) has been added. |
No effect. |
to the top
Header Files 4
gzlog.h
zconf.h
zlib.h
zran.h
to the top
Libraries 0
to the top