https://source.android.com/security/bulletin/2020-01-01
CVE-2019-17666
CVE-2018-20856
CVE-2019-11599
CVE-2019-15214
ANDROID: update ABI representation

The representation changed, but the tooling did not consider it a leaf
change, hence fell through the cracks. Fixing this. That had changed:

[C]'function int register_pernet_subsys(pernet_operations*)' at net_namespace.c:1051:1 has some indirect sub-type changes:
    parameter 1 of type 'pernet_operations*' has sub-type changes:
      in pointed to type 'struct pernet_operations' at net_namespace.h:330:1:
        type size hasn't changed
        1 data member changes (1 filtered):
         type of 'void ()* pernet_operations::exit' changed:
           in pointed to type 'function type void (net*)':
             parameter 1 of type 'net*' has sub-type changes:
               in pointed to type 'struct net' at net_namespace.h:51:1:
                 type size hasn't changed
                 1 data member changes (1 filtered):
                  type of 'netns_ipv6 net::ipv6' changed:
                    type size hasn't changed
                    1 data member change:
                     type of 'dst_ops netns_ipv6::ip6_dst_ops' changed:
                       type size hasn't changed
                       1 data member changes (1 filtered):
                        type of 'void ()* dst_ops::update_pmtu' changed:
                          in pointed to type 'function type void (dst_entry*, sock*, sk_buff*, typedef u32)':
                            parameter 5 of type 'typedef bool' was added

Bug: 147185563
Change-Id: Ibed95d59e6d01fcc266fbc73885c7deb40baf957
Signed-off-by: Matthias Maennich <maennich@google.com>
1 file changed