Binary compatibility report for the cgicc library between 3.2 and 3.2.1 versions on x86
Test Info
Library Name | cgicc |
Version #1 | 3.2 |
Version #2 | 3.2.1 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 24 |
Total Shared Libraries | 1 |
Total Symbols / Types | 274 / 133 |
Verdict | Incompatible (1.5%) |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 16 |
Removed Symbols | High | 4 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 4 |
Medium | 0 |
Low | 0 |
Problems with Constants | Low | 0 |
Added Symbols (16)
Cgicc.h,
libcgicc.so.1.3.0
namespace cgicc
Cgicc::Cgicc [in-charge] ( CgiInput* input )
[symbol: _ZN5cgicc5CgiccC1EPNS_8CgiInputE]
Cgicc::Cgicc [not-in-charge] ( CgiInput* input )
[symbol: _ZN5cgicc5CgiccC2EPNS_8CgiInputE]
CgiEnvironment.h,
libcgicc.so.1.3.0
namespace cgicc
CgiEnvironment::CgiEnvironment [in-charge] ( CgiInput* input )
[symbol: _ZN5cgicc14CgiEnvironmentC1EPNS_8CgiInputE]
CgiEnvironment::CgiEnvironment [not-in-charge] ( CgiInput* input )
[symbol: _ZN5cgicc14CgiEnvironmentC2EPNS_8CgiInputE]
CgiInput.h,
libcgicc.so.1.3.0
namespace cgicc
CgiInput::CgiInput [in-charge] ( )
[symbol: _ZN5cgicc8CgiInputC1Ev]
CgiInput::CgiInput [in-charge] ( CgiInput const& input )
[symbol: _ZN5cgicc8CgiInputC1ERKS0_]
CgiInput::CgiInput [not-in-charge] ( )
[symbol: _ZN5cgicc8CgiInputC2Ev]
CgiInput::CgiInput [not-in-charge] ( CgiInput const& input )
[symbol: _ZN5cgicc8CgiInputC2ERKS0_]
CgiInput::getenv ( char const* varName )
[symbol: _ZN5cgicc8CgiInput6getenvEPKc]
CgiInput::operator!= ( CgiInput const& input ) const
[symbol: _ZNK5cgicc8CgiInputneERKS0_]
CgiInput::operator = ( CgiInput const& p1 )
[symbol: _ZN5cgicc8CgiInputaSERKS0_]
CgiInput::operator == ( CgiInput const& p1 ) const
[symbol: _ZNK5cgicc8CgiInputeqERKS0_]
CgiInput::read ( char* data, size_t length )
[symbol: _ZN5cgicc8CgiInput4readEPcj]
CgiInput::~CgiInput [in-charge-deleting] ( )
[symbol: _ZN5cgicc8CgiInputD0Ev]
CgiInput::~CgiInput [in-charge] ( )
[symbol: _ZN5cgicc8CgiInputD1Ev]
CgiInput::~CgiInput [not-in-charge] ( )
[symbol: _ZN5cgicc8CgiInputD2Ev]
to the top
Removed Symbols (4)
Cgicc.h,
libcgicc.so.1.2.0
namespace cgicc
Cgicc::Cgicc [in-charge] ( reader_function_t stream_reader )
[symbol: _ZN5cgicc5CgiccC1EPFjPvjE]
Cgicc::Cgicc [not-in-charge] ( reader_function_t stream_reader )
[symbol: _ZN5cgicc5CgiccC2EPFjPvjE]
CgiEnvironment.h,
libcgicc.so.1.2.0
namespace cgicc
CgiEnvironment::CgiEnvironment [in-charge] ( reader_function_t stream_reader )
[symbol: _ZN5cgicc14CgiEnvironmentC1EPFjPvjE]
CgiEnvironment::CgiEnvironment [not-in-charge] ( reader_function_t stream_reader )
[symbol: _ZN5cgicc14CgiEnvironmentC2EPFjPvjE]
to the top
Problems with Symbols, High Severity (4)
Cgicc.h,
libcgicc.so.1.2.0
namespace cgicc
[+] Cgicc::Cgicc [in-charge] ( reader_function_t stream_reader ) (1)
changed to:Cgicc::Cgicc [in-charge] ( CgiInput* input )
[symbol: _ZN5cgicc5CgiccC1EPFjPvjE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5cgicc5CgiccC1EPFjPvjE to _ZN5cgicc5CgiccC1EPNS_8CgiInputE. This may cause "undefined reference" linker error in old client applications. |
[+] Cgicc::Cgicc [not-in-charge] ( reader_function_t stream_reader ) (1)
changed to:Cgicc::Cgicc [not-in-charge] ( CgiInput* input )
[symbol: _ZN5cgicc5CgiccC2EPFjPvjE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5cgicc5CgiccC2EPFjPvjE to _ZN5cgicc5CgiccC2EPNS_8CgiInputE. This may cause "undefined reference" linker error in old client applications. |
CgiEnvironment.h,
libcgicc.so.1.2.0
namespace cgicc
[+] CgiEnvironment::CgiEnvironment [not-in-charge] ( reader_function_t stream_reader ) (1)
changed to:CgiEnvironment::CgiEnvironment [not-in-charge] ( CgiInput* input )
[symbol: _ZN5cgicc14CgiEnvironmentC2EPFjPvjE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5cgicc14CgiEnvironmentC2EPFjPvjE to _ZN5cgicc14CgiEnvironmentC2EPNS_8CgiInputE. This may cause "undefined reference" linker error in old client applications. |
[+] CgiEnvironment::CgiEnvironment [in-charge] ( reader_function_t stream_reader ) (1)
changed to:CgiEnvironment::CgiEnvironment [in-charge] ( CgiInput* input )
[symbol: _ZN5cgicc14CgiEnvironmentC1EPFjPvjE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5cgicc14CgiEnvironmentC1EPFjPvjE to _ZN5cgicc14CgiEnvironmentC1EPNS_8CgiInputE. This may cause "undefined reference" linker error in old client applications. |
to the top
Header Files (24)
Cgicc.h
CgiDefs.h
CgiEnvironment.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
HTTPHeaders.h
HTTPHTMLHeader.h
HTTPPlainHeader.h
HTTPRedirectHeader.h
HTTPResponseHeader.h
HTTPStatusHeader.h
MStreamable.h
to the top
Shared Libraries (1)
libcgicc.so.1.2.0
to the top