Binary compatibility report for the cgicc library between 3.2.7 and 3.2.8 versions on x86
Test Info
Library Name | cgicc |
Version #1 | 3.2.7 |
Version #2 | 3.2.8 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 28 |
Total Shared Libraries | 1 |
Total Symbols / Types | 320 / 158 |
Verdict | Incompatible (1.9%) |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 5 |
Removed Symbols | High | 0 |
Problems with Data Types | High | 1 |
Medium | 0 |
Low | 1 |
Problems with Symbols | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Constants | Low | 0 |
Added Symbols (5)
HTTPCookie.h,
libcgicc.so.5.0.2
namespace cgicc
HTTPCookie::isRemoved ( ) const
[symbol: _ZNK5cgicc10HTTPCookie9isRemovedEv]
HTTPCookie::remove ( )
[symbol: _ZN5cgicc10HTTPCookie6removeEv]
HTTPCookie::setRemoved ( bool removed )
[symbol: _ZN5cgicc10HTTPCookie10setRemovedEb]
HTTPRedirectHeader.h,
libcgicc.so.5.0.2
namespace cgicc
HTTPRedirectHeader::HTTPRedirectHeader [in-charge] ( std::string const& url, bool permanent )
[symbol: _ZN5cgicc18HTTPRedirectHeaderC1ERKSsb]
HTTPRedirectHeader::HTTPRedirectHeader [not-in-charge] ( std::string const& url, bool permanent )
[symbol: _ZN5cgicc18HTTPRedirectHeaderC2ERKSsb]
to the top
Problems with Data Types, High Severity (1)
HTTPRedirectHeader.h
namespace cgicc
[+] class HTTPRedirectHeader (1)
| Change |
Effect |
1 | Size of this class has been increased from 20 bytes to 24 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighbouring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (3)
HTTPRedirectHeader::HTTPRedirectHeader [in-charge] ( std::string const& url )This constructor is from 'HTTPRedirectHeader' class.
HTTPRedirectHeader::render ( std::ostream& out ) constThis method is from 'HTTPRedirectHeader' class.
HTTPRedirectHeader::~HTTPRedirectHeader [in-charge] ( )This method is from 'HTTPRedirectHeader' class.
to the top
Problems with Data Types, Low Severity (1)
HTTPRedirectHeader.h
namespace cgicc
[+] class HTTPRedirectHeader (1)
| Change |
Effect |
1 | Field fStatus has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
[+] affected symbols (3)
HTTPRedirectHeader::HTTPRedirectHeader [in-charge] ( std::string const& url )This constructor is from 'HTTPRedirectHeader' class.
HTTPRedirectHeader::render ( std::ostream& out ) constThis method is from 'HTTPRedirectHeader' class.
HTTPRedirectHeader::~HTTPRedirectHeader [in-charge] ( )This method is from 'HTTPRedirectHeader' class.
to the top
Header Files (28)
Cgicc.h
CgiDefs.h
CgiEnvironment.h
CgiInput.h
CgiUtils.h
FormEntry.h
FormFile.h
HTMLAtomicElement.h
HTMLAttribute.h
HTMLAttributeList.h
HTMLBooleanElement.h
HTMLClasses.h
HTMLDoctype.h
HTMLElement.h
HTMLElementList.h
HTTPContentHeader.h
HTTPCookie.h
HTTPHeader.h
HTTPHTMLHeader.h
HTTPPlainHeader.h
HTTPRedirectHeader.h
HTTPResponseHeader.h
HTTPStatusHeader.h
HTTPXHTMLHeader.h
MStreamable.h
XHTMLDoctype.h
XMLDeclaration.h
XMLPI.h
to the top
Shared Libraries (1)
libcgicc.so.5.0.2
to the top