Binary compatibility report for the kyotocabinet library between 1.2.43 and 1.2.44 versions on x86
Test Info
Library Name | kyotocabinet |
Version #1 | 1.2.43 |
Version #2 | 1.2.44 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 18 |
Total Shared Libraries | 1 |
Total Symbols / Types | 705 / 284 |
Verdict | Incompatible (0.6%) |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 2 |
Removed Symbols | High | 0 |
Problems with Data Types | High | 2 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 0 |
Medium | 1 |
Low | 0 |
Problems with Constants | Low | 0 |
Added Symbols (2)
kcdb.h,
libkyotocabinet.so.9.5.0
namespace kyotocabinet
DB::Visitor::visit_after ( )
[symbol: _ZN12kyotocabinet2DB7Visitor11visit_afterEv]
DB::Visitor::visit_before ( )
[symbol: _ZN12kyotocabinet2DB7Visitor12visit_beforeEv]
to the top
Problems with Data Types, High Severity (2)
kcdb.h
namespace kyotocabinet
[+] class DB::Visitor (2)
| Change |
Effect |
1 | Virtual method DB::Visitor::visit_after ( ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
2 | Virtual method DB::Visitor::visit_before ( ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 6 entries | Virtual Table (New) - 8 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
DB::~Visitor |
DB::~Visitor |
12 |
DB::~Visitor |
DB::~Visitor |
16 |
DB::Visitor::visit_full |
DB::Visitor::visit_full |
20 |
DB::Visitor::visit_empty |
DB::Visitor::visit_empty |
24 |
|
DB::Visitor::visit_before |
28 |
|
DB::Visitor::visit_after |
[+] affected symbols (3)
DB::Visitor::visit_empty ( char const* kbuf, size_t ksiz, size_t* sp )This method is from 'DB::Visitor' class.
DB::Visitor::visit_full ( char const* kbuf, size_t ksiz, char const* vbuf, size_t vsiz, size_t* sp )This method is from 'DB::Visitor' class.
DB::Visitor::~Visitor [in-charge] ( )This method is from 'DB::Visitor' class.
to the top
Problems with Symbols, Medium Severity (1)
kcutil.h,
libkyotocabinet.so.9.4.0
namespace kyotocabinet
[+] SYSNAME [data] (1)
[symbol: _ZN12kyotocabinet7SYSNAMEE]
| Change | Effect |
---|
1 | This global data became const. | Any attempts of old applications to change this global data may result in crash. |
to the top
Header Files (18)
kccachedb.h
kccommon.h
kccompare.h
kccompress.h
kcdb.h
kcdbext.h
kcdirdb.h
kcfile.h
kchashdb.h
kclangc.h
kcmap.h
kcplantdb.h
kcpolydb.h
kcprotodb.h
kcregex.h
kcstashdb.h
kcthread.h
kcutil.h
to the top
Shared Libraries (1)
libkyotocabinet.so.9.4.0
to the top