Binary compatibility report for the Vala library between 0.13.0 and 0.13.1 versions on x86
Test Info
Library Name | Vala |
Version #1 | 0.13.0 |
Version #2 | 0.13.1 |
CPU Architecture | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 4 |
Total Shared Libraries | 1 |
Total Symbols / Types | 2710 / 822 |
Verdict | Compatible |
---|
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 2 |
Removed Symbols | High | 0 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 0 |
Medium | 0 |
Low | 1 |
Problems with Constants | Low | 0 |
Other Changes | - | 0 |
Added Symbols (2)
vala.h,
libvala-0.14.so.0.0.0
vala_class_set_lower_case_cprefix ( ValaClass* self, gchar const* cprefix )
valacodegen.h,
libvala-0.14.so.0.0.0
vala_ccode_base_module_return_out_parameter ( ValaCCodeBaseModule* self, ValaParameter* param )
to the top
Problems with Symbols, Low Severity (1)
vala.h,
libvala-0.14.so.0.0.0
[+] vala_lambda_expression_add_parameter ( ValaLambdaExpression* self, gchar const* param ) (1)
changed to:vala_lambda_expression_add_parameter ( ValaLambdaExpression* self, ValaParameter* param )
| Change | Effect |
---|
1 | Base type of 2nd parameter param has been changed from char (1 byte) to _ValaParameter (28 bytes). | Memory stored by pointer may be incorrectly initialized by applications. |
to the top
Header Files (4)
vala.h
valaccode.h
valacodegen.h
valagee.h
to the top
Shared Libraries (1)
libvala-0.14.so.0.0.0
to the top