aboutsummaryrefslogtreecommitdiff
path: root/modules/RulesBin.xml
diff options
context:
space:
mode:
authorAndrey Ponomarenko <aponomarenko@rosalab.ru>2013-06-14 16:33:03 +0400
committerAndrey Ponomarenko <aponomarenko@rosalab.ru>2013-06-14 16:33:03 +0400
commit46bef51336341bdb98ccb48ef77e476d78e1ec01 (patch)
tree6dbaa30fd6a90dedf706109dae3e378fedf09a6b /modules/RulesBin.xml
parente2bc20b25bf23ed5bb6a0bee92f1240d0d23c188 (diff)
downloadabi-compliance-checker-46bef51336341bdb98ccb48ef77e476d78e1ec01.tar.gz
Fixed identification of target headers; Decreased severity of Field_Size rule in some particular cases
Diffstat (limited to 'modules/RulesBin.xml')
-rw-r--r--modules/RulesBin.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/modules/RulesBin.xml b/modules/RulesBin.xml
index e9daea3..285d07f 100644
--- a/modules/RulesBin.xml
+++ b/modules/RulesBin.xml
@@ -1422,6 +1422,24 @@
<rule>
<id>
+ Struct_Field_Size_Increased
+ </id>
+ <severity>
+ Low
+ </severity>
+ <kind>
+ Fields
+ </kind>
+ <change>
+ Size of field @target has been changed from @old_size to @new_size.
+ </change>
+ <effect>
+ Previous accesses of applications and library functions to this field may be broken.
+ </effect>
+</rule>
+
+<rule>
+ <id>
Field_Size_And_Layout
</id>
<severity>