Test Info
| Library Name | libgd |
| Version #1 | 2.2.5-2 |
| Version #2 | 2.3.0 |
| Arch | x86_64 |
| GCC Version | 9 |
| Subject | Binary Compatibility |
Test Results
| Total Header Files | 10 |
| Total Libraries | 1 |
| Total Symbols / Types | 240 / 58 |
| Compatibility |
100% |
Problem Summary
| Severity | Count |
|---|
| Added Symbols | - | 0 |
| Removed Symbols | High | 0 |
Problems with Data Types | High | 0 |
| Medium | 0 |
| Low | 0 |
Problems with Symbols | High | 0 |
| Medium | 0 |
| Low | 6 |
Problems with Constants | Low | 0 |
Problems with Symbols, Low Severity 6
gd.h,
libgd.so.3.0.5
[+] gdImageStringFT ( gdImage* im, int* brect, int fg, char* fontlist, double ptsize, double angle, int x, int y, char* string ) 2
⇣
gdImageStringFT ( gdImage* im, int* brect, int fg, char const* fontlist, double ptsize, double angle, int x, int y, char const* string )
|
Change |
Effect |
| 1 |
Type of 4th parameter fontlist has been changed from char* to char const*. |
Replacement of parameter data type may indicate a change in its semantic meaning. |
| 2 |
Type of 9th parameter string has been changed from char* to char const*. |
Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] gdImageStringFTEx ( gdImage* im, int* brect, int fg, char* fontlist, double ptsize, double angle, int x, int y, char* string, gdFTStringExtraPtr strex ) 2
⇣
gdImageStringFTEx ( gdImage* im, int* brect, int fg, char const* fontlist, double ptsize, double angle, int x, int y, char const* string, gdFTStringExtraPtr strex )
|
Change |
Effect |
| 1 |
Type of 4th parameter fontlist has been changed from char* to char const*. |
Replacement of parameter data type may indicate a change in its semantic meaning. |
| 2 |
Type of 9th parameter string has been changed from char* to char const*. |
Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] gdImageStringTTF ( gdImage* im, int* brect, int fg, char* fontlist, double ptsize, double angle, int x, int y, char* string ) 2
⇣
gdImageStringTTF ( gdImage* im, int* brect, int fg, char const* fontlist, double ptsize, double angle, int x, int y, char const* string )
|
Change |
Effect |
| 1 |
Type of 4th parameter fontlist has been changed from char* to char const*. |
Replacement of parameter data type may indicate a change in its semantic meaning. |
| 2 |
Type of 9th parameter string has been changed from char* to char const*. |
Replacement of parameter data type may indicate a change in its semantic meaning. |
to the top
Header Files 10
entities.h
gd.h
gd_io.h
gdcache.h
gdfontg.h
gdfontl.h
gdfontmb.h
gdfonts.h
gdfontt.h
gdfx.h
to the top
Libraries 1
libgd.so.3.0.5
to the top