Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package zchunk for openSUSE:Factory checked 
in at 2026-09-14 16:20:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/zchunk (Old)
 and      /work/SRC/openSUSE:Factory/.zchunk.new.1265 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "zchunk"

Mon Sep 14 16:20:04 2026 rev:27 rq:1377557 version:1.5.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/zchunk/zchunk.changes    2026-01-03 
17:25:55.648068531 +0100
+++ /work/SRC/openSUSE:Factory/.zchunk.new.1265/zchunk.changes  2026-09-14 
16:20:13.218116980 +0200
@@ -1,0 +2,10 @@
+Sat Sep 12 14:17:09 UTC 2026 - Martin Pluskal <[email protected]>
+
+- update to 1.5.4:
+  * memory leak and use-after-free fixes in compression,
+    download range, header and index handling
+  * raise meson BuildRequires floor to 0.54.0 per upstream
+- drop Group: tags, modernize suse_version conditional
+  (spec-cleaner)
+
+-------------------------------------------------------------------

Old:
----
  zchunk-1.5.3.tar.gz

New:
----
  zchunk-1.5.4.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ zchunk.spec ++++++
--- /var/tmp/diff_new_pack.CqNNVh/_old  2026-09-14 16:20:14.042151670 +0200
+++ /var/tmp/diff_new_pack.CqNNVh/_new  2026-09-14 16:20:14.046151838 +0200
@@ -21,14 +21,13 @@
 %global libname libzck%{somajor}
 %global devname libzck-devel
 Name:           zchunk
-Version:        1.5.3
+Version:        1.5.4
 Release:        0
 Summary:        Compressed file format that allows easy deltas
 License:        BSD-2-Clause AND MIT
-Group:          Productivity/Archiving/Compression
 URL:            https://github.com/zchunk/zchunk
 Source0:        %{url}/archive/%{version}/%{name}-%{version}.tar.gz
-BuildRequires:  meson >= 0.44.0
+BuildRequires:  meson >= 0.54.0
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(libcurl)
 BuildRequires:  pkgconfig(libzstd)
@@ -46,7 +45,6 @@
 
 %package -n %{libname}
 Summary:        Zchunk library
-Group:          System/Libraries
 
 %description -n %{libname}
 zchunk is a compressed file format that splits the file into independent
@@ -59,7 +57,6 @@
 
 %package -n %{devname}
 Summary:        Headers for building against zchunk
-Group:          Development/Libraries/C and C++
 Requires:       %{libname} = %{version}-%{release}
 Provides:       %{name}-devel = %{version}-%{release}
 
@@ -87,7 +84,7 @@
 # Install dictionary generation script
 mkdir -p %{buildroot}%{_libexecdir}
 install -p contrib/gen_xml_dictionary 
%{buildroot}%{_libexecdir}/zck_gen_xml_dictionary
-%if %{suse_version} >= 1600
+%if 0%{?suse_version} >= 1600
 %python3_fix_shebang_path %{buildroot}%{_libexecdir}/*
 %endif
 

++++++ zchunk-1.5.3.tar.gz -> zchunk-1.5.4.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zchunk-1.5.3/.github/workflows/main.yml 
new/zchunk-1.5.4/.github/workflows/main.yml
--- old/zchunk-1.5.3/.github/workflows/main.yml 2025-11-22 14:23:32.000000000 
+0100
+++ new/zchunk-1.5.4/.github/workflows/main.yml 2026-08-02 23:52:50.000000000 
+0200
@@ -55,59 +55,6 @@
           cd builddir
           ninja test
 
-  windows-meson-wrap:
-    runs-on: windows-latest
-
-    name: Compile and run tests (windows-latest-meson-wrap)
-    steps:
-      - uses: actions/checkout@v2
-
-      - uses: actions/setup-python@v1
-        with:
-          python-version: '3.x'
-
-      - name: Install meson and ninja
-        run: pip install meson ninja
-
-      - name: Compile zchunk
-        shell: cmd /C CALL {0}
-        run: |
-          meson setup builddir
-          meson compile -C builddir
-
-      - name: Run zchunk tests
-        shell: cmd /C CALL {0}
-        run: |
-          cd builddir
-          ninja test
-
-  windows-static:
-    runs-on: windows-latest
-
-    name: Compile and run tests (windows-latest-static)
-    steps:
-      - uses: actions/checkout@v2
-
-      - uses: actions/setup-python@v1
-        with:
-          python-version: '3.x'
-
-      - name: Install meson and ninja
-        run: pip install meson ninja
-
-      - name: Compile zchunk
-        shell: cmd /C CALL {0}
-        run: |
-          meson setup builddir --default-library=static
-          meson compile -C builddir
-
-      - name: Run zchunk tests
-        shell: cmd /C CALL {0}
-        run: |
-          cd builddir
-          ninja test
-
-
   macos:
     runs-on: macos-latest
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zchunk-1.5.3/meson.build new/zchunk-1.5.4/meson.build
--- old/zchunk-1.5.3/meson.build        2025-11-22 14:23:32.000000000 +0100
+++ new/zchunk-1.5.4/meson.build        2026-08-02 23:52:50.000000000 +0200
@@ -1,7 +1,7 @@
 project(
     'zck', 'c',
-    version : '1.5.3',
-    meson_version : '>=0.53.0',
+    version : '1.5.4',
+    meson_version : '>=0.54.0',
     default_options : ['c_std=gnu11']
 )
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zchunk-1.5.3/src/lib/comp/comp.c 
new/zchunk-1.5.4/src/lib/comp/comp.c
--- old/zchunk-1.5.3/src/lib/comp/comp.c        2025-11-22 14:23:32.000000000 
+0100
+++ new/zchunk-1.5.4/src/lib/comp/comp.c        2026-08-02 23:52:50.000000000 
+0200
@@ -101,7 +101,8 @@
     size_t dl_size = dst_size;
     if(dl_size > comp->dc_data_size - comp->dc_data_loc)
         dl_size = comp->dc_data_size - comp->dc_data_loc;
-    memcpy(dst, comp->dc_data+comp->dc_data_loc, dl_size);
+    if(dl_size > 0)
+        memcpy(dst, comp->dc_data+comp->dc_data_loc, dl_size);
     comp->dc_data_loc += dl_size;
     if(dl_size > 0)
         zck_log(ZCK_LOG_DEBUG, "Reading %llu bytes from decompressed buffer",
@@ -414,8 +415,9 @@
                 (long long unsigned) comp->dc_data_loc);
     zck_log(ZCK_LOG_DEBUG, "Adding %llu bytes to decompressed buffer",
             (long long unsigned) src_size);
-    memcpy(temp, comp->dc_data + comp->dc_data_loc,
-           comp->dc_data_size - comp->dc_data_loc);
+    if(comp->dc_data_size > comp->dc_data_loc)
+        memcpy(temp, comp->dc_data + comp->dc_data_loc,
+               comp->dc_data_size - comp->dc_data_loc);
     free(comp->dc_data);
     comp->dc_data_size -= comp->dc_data_loc;
     comp->dc_data_loc = 0;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zchunk-1.5.3/src/lib/dl/range.c 
new/zchunk-1.5.4/src/lib/dl/range.c
--- old/zchunk-1.5.3/src/lib/dl/range.c 2025-11-22 14:23:32.000000000 +0100
+++ new/zchunk-1.5.4/src/lib/dl/range.c 2026-08-02 23:52:50.000000000 +0200
@@ -153,6 +153,9 @@
 }
 
 char ZCK_PUBLIC_API *zck_get_range_char(zckCtx *zck, zckRange *range) {
+    if(range == NULL || range->first == NULL)
+        return zmalloc(1);
+
     int buf_size = BUF_SIZE;
     char *output = zmalloc(buf_size);
     if (!output) {
@@ -160,7 +163,6 @@
        return NULL;
     }
     int loc = 0;
-    int count = 0;
     zckRangeItem *ri = range->first;
     while(ri) {
         int length = snprintf(output+loc, buf_size-loc, "%llu-%llu,",
@@ -182,7 +184,6 @@
             continue;
         }
         loc += length;
-        count++;
         ri = ri->next;
     }
     output[loc-1]='\0'; // Remove final comma
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zchunk-1.5.3/src/lib/header.c 
new/zchunk-1.5.4/src/lib/header.c
--- old/zchunk-1.5.3/src/lib/header.c   2025-11-22 14:23:32.000000000 +0100
+++ new/zchunk-1.5.4/src/lib/header.c   2026-08-02 23:52:50.000000000 +0200
@@ -195,6 +195,10 @@
             if(!compint_to_size(zck, &data_size, header+length, &length,
                                 max_length))
                 return false;
+            if(data_size > max_length - length) {
+                set_fatal_error(zck, "Optional element exceeds header size");
+                return false;
+            }
             if(!read_optional_element(zck, id, data_size, header+length))
                 return false;
             length += data_size;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zchunk-1.5.3/src/lib/index/index_read.c 
new/zchunk-1.5.4/src/lib/index/index_read.c
--- old/zchunk-1.5.3/src/lib/index/index_read.c 2025-11-22 14:23:32.000000000 
+0100
+++ new/zchunk-1.5.4/src/lib/index/index_read.c 2026-08-02 23:52:50.000000000 
+0200
@@ -41,13 +41,30 @@
 
 #include "zck_private.h"
 
+static void index_read_free_chunk(zckChunk **chunk) {
+    if(*chunk == NULL)
+        return;
+
+    free((*chunk)->digest);
+    free((*chunk)->digest_uncompressed);
+    free(*chunk);
+    *chunk = NULL;
+}
+
 bool index_read(zckCtx *zck, char *data, size_t size, size_t max_length) {
     VALIDATE_BOOL(zck);
+    if(size > max_length) {
+        set_fatal_error(zck, "Index exceeds header size");
+        return false;
+    }
+
     size_t length = 0;
 
     /* Read and configure hash type */
     int hash_type = 0;
-    if(!compint_to_int(zck, &hash_type, data + length, &length, max_length)) {
+    if(length >= size ||
+       !compint_to_int(zck, &hash_type, data + length, &length,
+                       size - length)) {
         set_fatal_error(zck, "Unable to read hash type");
         return false;
     }
@@ -58,8 +75,9 @@
 
     /* Read number of index entries */
     size_t index_count;
-    if(!compint_to_size(zck, &index_count, data + length, &length,
-                        max_length)) {
+    if(length >= size ||
+       !compint_to_size(zck, &index_count, data + length, &length,
+                        size - length)) {
         set_fatal_error(zck, "Unable to read index count");
         return false;
     }
@@ -69,7 +87,7 @@
     size_t idx_loc = 0;
     int count = 0;
     while(length < size) {
-        if(length + zck->index.digest_size > max_length) {
+        if(zck->index.digest_size > size - length) {
             set_fatal_error(zck, "Read past end of header");
             return false;
         }
@@ -90,35 +108,34 @@
         }
         memcpy(new->digest, data+length, zck->index.digest_size);
         new->digest_size = zck->index.digest_size;
-        HASH_FIND(hh, zck->index.ht, new->digest, new->digest_size, tmp);
-        if(!tmp)
-            HASH_ADD_KEYPTR(hh, zck->index.ht, new->digest, new->digest_size,
-                            new);
         length += zck->index.digest_size;
 
         /* Read uncompressed entry digest, if any */
         if (zck->has_uncompressed_source) {
             /* same size for digest as compressed */
+            if(zck->index.digest_size > size - length) {
+                set_fatal_error(zck, "Read past end of index");
+                index_read_free_chunk(&new);
+                return false;
+            }
             new->digest_uncompressed = zmalloc(zck->index.digest_size);
             if (!new->digest_uncompressed) {
-                free(new->digest);
-                free(new);
                 zck_log(ZCK_LOG_ERROR, "OOM in %s", __func__);
+                index_read_free_chunk(&new);
                 return false;
             }
             memcpy(new->digest_uncompressed, data+length, 
zck->index.digest_size);
-            HASH_FIND(hhuncomp, zck->index.htuncomp, new->digest_uncompressed, 
new->digest_size, tmp);
-            if(!tmp)
-               HASH_ADD_KEYPTR(hhuncomp, zck->index.htuncomp, 
new->digest_uncompressed, new->digest_size,
-                               new);
             length += zck->index.digest_size;
-       }
+        }
+
         /* Read and store entry length */
         size_t chunk_length = 0;
-        if(!compint_to_size(zck, &chunk_length, data+length, &length,
-                            max_length)) {
+        if(length >= size ||
+           !compint_to_size(zck, &chunk_length, data+length, &length,
+                            size - length)) {
             set_fatal_error(zck, "Unable to read chunk %i compressed size",
                             count);
+            index_read_free_chunk(&new);
             return false;
         }
         new->start = idx_loc;
@@ -126,10 +143,12 @@
 
         /* Read and store uncompressed entry length */
         chunk_length = 0;
-        if(!compint_to_size(zck, &chunk_length, data+length, &length,
-                            max_length)) {
+        if(length >= size ||
+           !compint_to_size(zck, &chunk_length, data+length, &length,
+                            size - length)) {
             set_fatal_error(zck, "Unable to read chunk %i uncompressed size",
                             count);
+            index_read_free_chunk(&new);
             return false;
         }
         new->length = chunk_length;
@@ -145,6 +164,23 @@
         else
             zck->index.first = new;
         prev = new;
+
+        HASH_FIND(hh, zck->index.ht, new->digest, new->digest_size, tmp);
+        if(!tmp)
+            HASH_ADD_KEYPTR(hh, zck->index.ht, new->digest, new->digest_size,
+                            new);
+        if(zck->has_uncompressed_source) {
+            HASH_FIND(hhuncomp, zck->index.htuncomp, new->digest_uncompressed,
+                      new->digest_size, tmp);
+            if(!tmp)
+                HASH_ADD_KEYPTR(hhuncomp, zck->index.htuncomp,
+                                new->digest_uncompressed, new->digest_size,
+                                new);
+        }
+    }
+    if(count == 0 || (size_t)count != index_count) {
+        set_fatal_error(zck, "Index entry count does not match index data");
+        return false;
     }
     free(zck->index_string);
     zck->index_string = NULL;
Binary files old/zchunk-1.5.3/test/abi/stable/libzck.so.1.5.3 and 
new/zchunk-1.5.4/test/abi/stable/libzck.so.1.5.3 differ
Binary files old/zchunk-1.5.3/test/abi/stable/libzck.so.1.5.4 and 
new/zchunk-1.5.4/test/abi/stable/libzck.so.1.5.4 differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zchunk-1.5.3/test/abi/stable/zck.h 
new/zchunk-1.5.4/test/abi/stable/zck.h
--- old/zchunk-1.5.3/test/abi/stable/zck.h      2025-11-22 14:23:32.000000000 
+0100
+++ new/zchunk-1.5.4/test/abi/stable/zck.h      2026-08-02 23:52:50.000000000 
+0200
@@ -1,7 +1,7 @@
 #ifndef ZCK_H
 #define ZCK_H
 
-#define ZCK_VERSION "1.5.3"
+#define ZCK_VERSION "1.5.4"
 
 #include <stdlib.h>
 #include <stdbool.h>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/zchunk-1.5.3/test/compat_reports/zchunk/1.5.2_to_1.5.3/compat_report.html 
new/zchunk-1.5.4/test/compat_reports/zchunk/1.5.2_to_1.5.3/compat_report.html
--- 
old/zchunk-1.5.3/test/compat_reports/zchunk/1.5.2_to_1.5.3/compat_report.html   
    2025-11-22 14:23:32.000000000 +0100
+++ 
new/zchunk-1.5.4/test/compat_reports/zchunk/1.5.2_to_1.5.3/compat_report.html   
    1970-01-01 01:00:00.000000000 +0100
@@ -1,502 +0,0 @@
-<!-- 
kind:binary;verdict:compatible;affected:0;added:0;removed:0;type_problems_high:0;type_problems_medium:0;type_problems_low:0;interface_problems_high:0;interface_problems_medium:0;interface_problems_low:0;changed_constants:0;tool_version:2.3
 -->
-<!-- 
kind:source;verdict:compatible;affected:0;added:0;removed:0;type_problems_high:0;type_problems_medium:0;type_problems_low:0;interface_problems_high:0;interface_problems_medium:0;interface_problems_low:0;changed_constants:0;tool_version:2.3
 -->
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
-<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-<meta name="viewport" content="width=device-width,initial-scale=1" />
-<meta name="keywords" content="zchunk, compatibility, API, ABI, report" />
-<meta name="description" content="API/ABI compatibility report for the zchunk 
object between 1.5.2 and 1.5.3 versions" />
-<meta name="robots" content="noindex" />
-<title>zchunk: 1.5.2 to 1.5.3 compatibility report</title>
-<style type="text/css">
-body {
-    font-family:Arial, sans-serif;
-    background-color:White;
-    color:Black;
-}
-hr {
-    color:Black;
-    background-color:Black;
-    height:1px;
-    border:0;
-}
-h1 {
-    margin-bottom:0px;
-    padding-bottom:0px;
-    font-size:1.625em;
-}
-h2 {
-    margin-bottom:0px;
-    padding-bottom:0px;
-    font-size:1.25em;
-    white-space:nowrap;
-}
-span.section {
-    font-weight:bold;
-    cursor:pointer;
-    color:#003E69;
-    white-space:nowrap;
-    margin-left:0.3125em;
-}
-span.new_sign {
-    font-weight:bold;
-    margin-left:1.65em;
-    color:#003E69;
-}
-span.new_sign_lbl {
-    margin-left:3em;
-    font-size:1em;
-    color:Black;
-}
-span:hover.section {
-    color:#336699;
-}
-span.sect_aff {
-    cursor:pointer;
-    padding-left:1.55em;
-    font-size:0.875em;
-    color:#cc3300;
-}
-span.sect_info {
-    cursor:pointer;
-    padding-left:1.55em;
-    font-size:0.875em;
-    color:Black;
-}
-span.ext {
-    font-weight:normal;
-}
-span.h_name {
-    color:#cc3300;
-    font-size:0.875em;
-    font-weight:bold;
-}
-div.h_list, div.lib_list {
-    font-size:0.94em;
-    padding-left:0.4em;
-}
-span.ns {
-    color:#408080;
-    font-size:0.94em;
-}
-span.lib_name {
-    color:Green;
-    font-size:0.875em;
-    font-weight:bold;
-}
-span.iname {
-    font-weight:bold;
-    color:#003E69;
-    margin-left:0.3125em;
-}
-span.iname_b {
-    font-weight:bold;
-}
-span.iname_a {
-    color:#333333;
-    font-weight:bold;
-    font-size:0.94em;
-}
-span.sym_p {
-    font-weight:normal;
-    white-space:normal;
-}
-span.sym_pd {
-    white-space:normal;
-}
-span.sym_p span, span.sym_pd span {
-    white-space:nowrap;
-}
-div.affect {
-    padding-left:1em;
-    padding-bottom:10px;
-    font-size:0.87em;
-    font-style:italic;
-    line-height:0.9em;
-}
-div.affected {
-    padding-left:1.9em;
-    padding-top:10px;
-}
-table.ptable {
-    border-collapse:collapse;
-    border:1px outset black;
-    margin-left:0.95em;
-    margin-top:3px;
-    margin-bottom:3px;
-    width:56.25em;
-}
-table.ptable td {
-    border:1px solid gray;
-    padding:3px;
-    font-size:0.875em;
-    text-align:left;
-    vertical-align:top;
-    max-width:28em;
-    word-wrap:break-word;
-}
-table.ptable th.pn {
-    width:2%;
-}
-table.ptable th.chg {
-    width:47%;
-}
-table.vtable {
-    border-collapse:collapse;
-    border:1px outset black;
-    margin-left:1.9em;
-    margin-top:0.7em;
-}
-table.vtable td {
-    border:1px solid gray;
-    padding:3px;
-    font-size:0.875em;
-    vertical-align:top;
-    max-width:450px;
-    word-wrap:break-word;
-}
-table.ptable th, table.vtable th {
-    background-color:#eeeeee;
-    font-weight:bold;
-    color:#333333;
-    font-family:Verdana, Arial;
-    font-size:0.875em;
-    border:1px solid gray;
-    text-align:center;
-    vertical-align:top;
-    white-space:nowrap;
-    padding:3px;
-}
-table.summary {
-    border-collapse:collapse;
-    border:1px outset black;
-}
-table.summary th {
-    background-color:#eeeeee;
-    font-weight:normal;
-    text-align:left;
-    font-size:0.94em;
-    white-space:nowrap;
-    border:1px inset gray;
-    padding:3px;
-}
-table.summary td {
-    text-align:right;
-    white-space:nowrap;
-    border:1px inset gray;
-    padding:3px 5px 3px 10px;
-}
-span.mngl {
-    padding-left:1em;
-    font-size:0.875em;
-    cursor:text;
-    color:#444444;
-    font-weight:bold;
-}
-span.pleft {
-    padding-left:2.5em;
-}
-span.sym_ver {
-    color:#333333;
-    white-space:nowrap;
-    font-family:"DejaVu Sans Mono", Monospace;
-}
-span.attr {
-    color:#333333;
-    font-weight:normal;
-}
-span.color_p {
-    font-style:italic;
-    color:Brown;
-}
-span.p {
-    font-style:italic;
-}
-span.fp {
-    font-style:italic;
-    background-color:#DCDCDC;
-}
-span.ttype {
-    font-weight:normal;
-}
-span.nowrap {
-    white-space:nowrap;
-}
-span.value {
-    font-weight:bold;
-}
-.passed {
-    background-color:#CCFFCC;
-    font-weight:normal;
-}
-.warning {
-    background-color:#F4F4AF;
-    font-weight:normal;
-}
-.failed {
-    background-color:#FFCCCC;
-    font-weight:normal;
-}
-.new {
-    background-color:#C6DEFF;
-    font-weight:normal;
-}
-.compatible {
-    background-color:#CCFFCC;
-    font-weight:normal;
-}
-.almost_compatible {
-    background-color:#FFDAA3;
-    font-weight:normal;
-}
-.incompatible {
-    background-color:#FFCCCC;
-    font-weight:normal;
-}
-.gray {
-    background-color:#DCDCDC;
-    font-weight:normal;
-}
-.top_ref {
-    font-size:0.69em;
-}
-.footer {
-    font-size:0.75em;
-}
-
-.tabset {
-    float:left;
-}
-a.tab {
-    border:1px solid Black;
-    float:left;
-    margin:0px 5px -1px 0px;
-    padding:3px 5px 3px 5px;
-    position:relative;
-    font-size:0.875em;
-    background-color:#DDD;
-    text-decoration:none;
-    color:Black;
-}
-a.disabled:hover
-{
-    color:Black;
-    background:#EEE;
-}
-a.active:hover
-{
-    color:Black;
-    background:White;
-}
-a.active {
-    border-bottom-color:White;
-    background-color:White;
-}
-div.tab {
-    border-top:1px solid Black;
-    padding:0px;
-    width:100%;
-    clear:both;
-}
-</style>
-<script type="text/javascript" language="JavaScript">
-<!--
-function showContent(header, id)
-{
-    e = document.getElementById(id);
-    if(e.style.display == 'none')
-    {
-        e.style.display = 'block';
-        e.style.visibility = 'visible';
-        header.innerHTML = header.innerHTML.replace(/\[[^0-9 
]\]/gi,"[&minus;]");
-    }
-    else
-    {
-        e.style.display = 'none';
-        e.style.visibility = 'hidden';
-        header.innerHTML = header.innerHTML.replace(/\[[^0-9 ]\]/gi,"[+]");
-    }
-}
-function initTabs()
-{
-    var url = window.location.href;
-    if(url.indexOf('_Source_')!=-1 || url.indexOf('#Source')!=-1)
-    {
-        var tab1 = document.getElementById('BinaryID');
-        var tab2 = document.getElementById('SourceID');
-        tab1.className='tab disabled';
-        tab2.className='tab active';
-    }
-    var sets = document.getElementsByTagName('div');
-    for (var i = 0; i < sets.length; i++)
-    {
-        if (sets[i].className.indexOf('tabset') != -1)
-        {
-            var tabs = [];
-            var links = sets[i].getElementsByTagName('a');
-            for (var j = 0; j < links.length; j++)
-            {
-                if (links[j].className.indexOf('tab') != -1)
-                {
-                    tabs.push(links[j]);
-                    links[j].tabs = tabs;
-                    var tab = 
document.getElementById(links[j].href.substr(links[j].href.indexOf('#') + 1));
-                    //reset all tabs on start
-                    if (tab)
-                    {
-                        if (links[j].className.indexOf('active')!=-1) {
-                            tab.style.display = 'block';
-                        }
-                        else {
-                            tab.style.display = 'none';
-                        }
-                    }
-                    links[j].onclick = function()
-                    {
-                        var tab = 
document.getElementById(this.href.substr(this.href.indexOf('#') + 1));
-                        if (tab)
-                        {
-                            //reset all tabs before change
-                            for (var k = 0; k < this.tabs.length; k++)
-                            {
-                                
document.getElementById(this.tabs[k].href.substr(this.tabs[k].href.indexOf('#') 
+ 1)).style.display = 'none';
-                                this.tabs[k].className = 
this.tabs[k].className.replace('active', 'disabled');
-                            }
-                            this.className = 'tab active';
-                            tab.style.display = 'block';
-                            // window.location.hash = this.id.replace('ID', 
'');
-                            return false;
-                        }
-                    }
-                }
-            }
-        }
-    }
-    if(url.indexOf('#')!=-1) {
-        location.href=location.href;
-    }
-}
-if (window.addEventListener) window.addEventListener('load', initTabs, false);
-else if (window.attachEvent) window.attachEvent('onload', initTabs);
--->
-</script>
-</head>
-<body><a name='Source'></a><a name='Binary'></a><a name='Top'></a><h1>API 
compatibility report for the <span style='color:Blue;'>libzck.so</span> object 
between <span style='color:Red;'>1.5.2</span> and <span 
style='color:Red;'>1.5.3</span> versions on <span 
style='color:Blue;'>x86_64</span></h1>
-
-            <br/>
-            <div class='tabset'>
-            <a id='BinaryID' href='#BinaryTab' class='tab 
active'>Binary<br/>Compatibility</a>
-            <a id='SourceID' href='#SourceTab' style='margin-left:3px' 
class='tab disabled'>Source<br/>Compatibility</a>
-            </div><div id='BinaryTab' class='tab'>
-<h2>Test Info</h2><hr/>
-<table class='summary'>
-<tr><th>Module Name</th><td>zchunk</td></tr>
-<tr><th>Version #1</th><td>1.5.2 (gcc 15.1.1)</td></tr>
-<tr><th>Version #2</th><td>1.5.3 (gcc 15.2.1)</td></tr>
-<tr><th>Arch</th><td>x86_64</td></tr>
-<tr><th>Subject</th><td width='150px'>Binary Compatibility</td></tr>
-</table>
-<h2>Test Results</h2><hr/>
-<table class='summary'><tr><th>Total Header Files</th><td><a href='#Headers' 
style='color:Blue;'>1</a></td></tr>
-<tr><th>Total Source Files</th><td><a href='#Sources' 
style='color:Blue;'>9</a></td></tr>
-<tr><th>Total Objects</th><td><a href='#Libs' 
style='color:Blue;'>1</a></td></tr>
-<tr><th>Total Symbols / Types</th><td>83 / 25</td></tr>
-<tr><th>Compatibility</th>
-<td class='compatible'>100%</td>
-</tr>
-</table>
-<h2>Problem Summary</h2><hr/>
-<table class='summary'><tr><th></th><th 
style='text-align:center;'>Severity</th><th 
style='text-align:center;'>Count</th></tr><tr><th>Added 
Symbols</th><td>-</td><td>0</td></tr>
-<tr><th>Removed Symbols</th><td>High</td><td>0</td></tr>
-<tr><th rowspan='3'>Problems with<br/>Data 
Types</th><td>High</td><td>0</td></tr>
-<tr><td>Medium</td><td>0</td></tr>
-<tr><td>Low</td><td>0</td></tr>
-<tr><th rowspan='3'>Problems with<br/>Symbols</th><td>High</td><td>0</td></tr>
-<tr><td>Medium</td><td>0</td></tr>
-<tr><td>Low</td><td>0</td></tr>
-<tr><th>Problems with<br/>Constants</th><td>Low</td><td>0</td></tr>
-</table>
-
-<a name='Headers'></a><h2>Header Files <span 
class='gray'>&nbsp;1&nbsp;</span></h2><hr/>
-<div class='h_list'>
-zck.h<br/>
-</div>
-<br/><a class='top_ref' href='#Top'>to the top</a><br/>
-<a name='Sources'></a><h2>Source Files <span 
class='gray'>&nbsp;9&nbsp;</span></h2><hr/>
-<div class='h_list'>
-comp.c<br/>
-dl.c<br/>
-error.c<br/>
-hash.c<br/>
-header.c<br/>
-index_read.c<br/>
-log.c<br/>
-range.c<br/>
-zck.c<br/>
-</div>
-<br/><a class='top_ref' href='#Top'>to the top</a><br/>
-<a name='Libs'></a><h2>Objects <span 
class='gray'>&nbsp;1&nbsp;</span></h2><hr/>
-<div class='lib_list'>
-libzck.so.1.5.2<br/>
-</div>
-<br/><a class='top_ref' href='#Top'>to the top</a><br/>
-<br/><br/><br/></div><div id='SourceTab' class='tab'>
-<h2>Test Info</h2><hr/>
-<table class='summary'>
-<tr><th>Module Name</th><td>zchunk</td></tr>
-<tr><th>Version #1</th><td>1.5.2</td></tr>
-<tr><th>Version #2</th><td>1.5.3</td></tr>
-<tr><th>Arch</th><td>x86_64</td></tr>
-<tr><th>Subject</th><td width='150px'>Source Compatibility</td></tr>
-</table>
-<h2>Test Results</h2><hr/>
-<table class='summary'><tr><th>Total Header Files</th><td><a href='#Headers' 
style='color:Blue;'>1</a></td></tr>
-<tr><th>Total Source Files</th><td><a href='#Sources' 
style='color:Blue;'>9</a></td></tr>
-<tr><th>Total Objects</th><td><a href='#Libs' 
style='color:Blue;'>1</a></td></tr>
-<tr><th>Total Symbols / Types</th><td>83 / 25</td></tr>
-<tr><th>Compatibility</th>
-<td class='compatible'>100%</td>
-</tr>
-</table>
-<h2>Problem Summary</h2><hr/>
-<table class='summary'><tr><th></th><th 
style='text-align:center;'>Severity</th><th 
style='text-align:center;'>Count</th></tr><tr><th>Added 
Symbols</th><td>-</td><td>0</td></tr>
-<tr><th>Removed Symbols</th><td>High</td><td>0</td></tr>
-<tr><th rowspan='3'>Problems with<br/>Data 
Types</th><td>High</td><td>0</td></tr>
-<tr><td>Medium</td><td>0</td></tr>
-<tr><td>Low</td><td>0</td></tr>
-<tr><th rowspan='3'>Problems with<br/>Symbols</th><td>High</td><td>0</td></tr>
-<tr><td>Medium</td><td>0</td></tr>
-<tr><td>Low</td><td>0</td></tr>
-<tr><th>Problems with<br/>Constants</th><td>Low</td><td>0</td></tr>
-</table>
-
-<a name='Headers'></a><h2>Header Files <span 
class='gray'>&nbsp;1&nbsp;</span></h2><hr/>
-<div class='h_list'>
-zck.h<br/>
-</div>
-<br/><a class='top_ref' href='#Top'>to the top</a><br/>
-<a name='Sources'></a><h2>Source Files <span 
class='gray'>&nbsp;9&nbsp;</span></h2><hr/>
-<div class='h_list'>
-comp.c<br/>
-dl.c<br/>
-error.c<br/>
-hash.c<br/>
-header.c<br/>
-index_read.c<br/>
-log.c<br/>
-range.c<br/>
-zck.c<br/>
-</div>
-<br/><a class='top_ref' href='#Top'>to the top</a><br/>
-<a name='Libs'></a><h2>Objects <span 
class='gray'>&nbsp;1&nbsp;</span></h2><hr/>
-<div class='lib_list'>
-libzck.so.1.5.2<br/>
-</div>
-<br/><a class='top_ref' href='#Top'>to the top</a><br/>
-<br/><br/><br/></div><hr/>
-<div class='footer' align='right'><i>Generated by <a 
href='https://github.com/lvc/abi-compliance-checker'>ABI Compliance Checker</a> 
2.3 &#160;</i>
-</div>
-<br/>
-
-</body></html>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/zchunk-1.5.3/test/compat_reports/zchunk/1.5.3_to_1.5.4/compat_report.html 
new/zchunk-1.5.4/test/compat_reports/zchunk/1.5.3_to_1.5.4/compat_report.html
--- 
old/zchunk-1.5.3/test/compat_reports/zchunk/1.5.3_to_1.5.4/compat_report.html   
    1970-01-01 01:00:00.000000000 +0100
+++ 
new/zchunk-1.5.4/test/compat_reports/zchunk/1.5.3_to_1.5.4/compat_report.html   
    2026-08-02 23:52:50.000000000 +0200
@@ -0,0 +1,502 @@
+<!-- 
kind:binary;verdict:compatible;affected:0;added:0;removed:0;type_problems_high:0;type_problems_medium:0;type_problems_low:0;interface_problems_high:0;interface_problems_medium:0;interface_problems_low:0;changed_constants:0;tool_version:2.3
 -->
+<!-- 
kind:source;verdict:compatible;affected:0;added:0;removed:0;type_problems_high:0;type_problems_medium:0;type_problems_low:0;interface_problems_high:0;interface_problems_medium:0;interface_problems_low:0;changed_constants:0;tool_version:2.3
 -->
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
+<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<meta name="viewport" content="width=device-width,initial-scale=1" />
+<meta name="keywords" content="zchunk, compatibility, API, ABI, report" />
+<meta name="description" content="API/ABI compatibility report for the zchunk 
object between 1.5.3 and 1.5.4 versions" />
+<meta name="robots" content="noindex" />
+<title>zchunk: 1.5.3 to 1.5.4 compatibility report</title>
+<style type="text/css">
+body {
+    font-family:Arial, sans-serif;
+    background-color:White;
+    color:Black;
+}
+hr {
+    color:Black;
+    background-color:Black;
+    height:1px;
+    border:0;
+}
+h1 {
+    margin-bottom:0px;
+    padding-bottom:0px;
+    font-size:1.625em;
+}
+h2 {
+    margin-bottom:0px;
+    padding-bottom:0px;
+    font-size:1.25em;
+    white-space:nowrap;
+}
+span.section {
+    font-weight:bold;
+    cursor:pointer;
+    color:#003E69;
+    white-space:nowrap;
+    margin-left:0.3125em;
+}
+span.new_sign {
+    font-weight:bold;
+    margin-left:1.65em;
+    color:#003E69;
+}
+span.new_sign_lbl {
+    margin-left:3em;
+    font-size:1em;
+    color:Black;
+}
+span:hover.section {
+    color:#336699;
+}
+span.sect_aff {
+    cursor:pointer;
+    padding-left:1.55em;
+    font-size:0.875em;
+    color:#cc3300;
+}
+span.sect_info {
+    cursor:pointer;
+    padding-left:1.55em;
+    font-size:0.875em;
+    color:Black;
+}
+span.ext {
+    font-weight:normal;
+}
+span.h_name {
+    color:#cc3300;
+    font-size:0.875em;
+    font-weight:bold;
+}
+div.h_list, div.lib_list {
+    font-size:0.94em;
+    padding-left:0.4em;
+}
+span.ns {
+    color:#408080;
+    font-size:0.94em;
+}
+span.lib_name {
+    color:Green;
+    font-size:0.875em;
+    font-weight:bold;
+}
+span.iname {
+    font-weight:bold;
+    color:#003E69;
+    margin-left:0.3125em;
+}
+span.iname_b {
+    font-weight:bold;
+}
+span.iname_a {
+    color:#333333;
+    font-weight:bold;
+    font-size:0.94em;
+}
+span.sym_p {
+    font-weight:normal;
+    white-space:normal;
+}
+span.sym_pd {
+    white-space:normal;
+}
+span.sym_p span, span.sym_pd span {
+    white-space:nowrap;
+}
+div.affect {
+    padding-left:1em;
+    padding-bottom:10px;
+    font-size:0.87em;
+    font-style:italic;
+    line-height:0.9em;
+}
+div.affected {
+    padding-left:1.9em;
+    padding-top:10px;
+}
+table.ptable {
+    border-collapse:collapse;
+    border:1px outset black;
+    margin-left:0.95em;
+    margin-top:3px;
+    margin-bottom:3px;
+    width:56.25em;
+}
+table.ptable td {
+    border:1px solid gray;
+    padding:3px;
+    font-size:0.875em;
+    text-align:left;
+    vertical-align:top;
+    max-width:28em;
+    word-wrap:break-word;
+}
+table.ptable th.pn {
+    width:2%;
+}
+table.ptable th.chg {
+    width:47%;
+}
+table.vtable {
+    border-collapse:collapse;
+    border:1px outset black;
+    margin-left:1.9em;
+    margin-top:0.7em;
+}
+table.vtable td {
+    border:1px solid gray;
+    padding:3px;
+    font-size:0.875em;
+    vertical-align:top;
+    max-width:450px;
+    word-wrap:break-word;
+}
+table.ptable th, table.vtable th {
+    background-color:#eeeeee;
+    font-weight:bold;
+    color:#333333;
+    font-family:Verdana, Arial;
+    font-size:0.875em;
+    border:1px solid gray;
+    text-align:center;
+    vertical-align:top;
+    white-space:nowrap;
+    padding:3px;
+}
+table.summary {
+    border-collapse:collapse;
+    border:1px outset black;
+}
+table.summary th {
+    background-color:#eeeeee;
+    font-weight:normal;
+    text-align:left;
+    font-size:0.94em;
+    white-space:nowrap;
+    border:1px inset gray;
+    padding:3px;
+}
+table.summary td {
+    text-align:right;
+    white-space:nowrap;
+    border:1px inset gray;
+    padding:3px 5px 3px 10px;
+}
+span.mngl {
+    padding-left:1em;
+    font-size:0.875em;
+    cursor:text;
+    color:#444444;
+    font-weight:bold;
+}
+span.pleft {
+    padding-left:2.5em;
+}
+span.sym_ver {
+    color:#333333;
+    white-space:nowrap;
+    font-family:"DejaVu Sans Mono", Monospace;
+}
+span.attr {
+    color:#333333;
+    font-weight:normal;
+}
+span.color_p {
+    font-style:italic;
+    color:Brown;
+}
+span.p {
+    font-style:italic;
+}
+span.fp {
+    font-style:italic;
+    background-color:#DCDCDC;
+}
+span.ttype {
+    font-weight:normal;
+}
+span.nowrap {
+    white-space:nowrap;
+}
+span.value {
+    font-weight:bold;
+}
+.passed {
+    background-color:#CCFFCC;
+    font-weight:normal;
+}
+.warning {
+    background-color:#F4F4AF;
+    font-weight:normal;
+}
+.failed {
+    background-color:#FFCCCC;
+    font-weight:normal;
+}
+.new {
+    background-color:#C6DEFF;
+    font-weight:normal;
+}
+.compatible {
+    background-color:#CCFFCC;
+    font-weight:normal;
+}
+.almost_compatible {
+    background-color:#FFDAA3;
+    font-weight:normal;
+}
+.incompatible {
+    background-color:#FFCCCC;
+    font-weight:normal;
+}
+.gray {
+    background-color:#DCDCDC;
+    font-weight:normal;
+}
+.top_ref {
+    font-size:0.69em;
+}
+.footer {
+    font-size:0.75em;
+}
+
+.tabset {
+    float:left;
+}
+a.tab {
+    border:1px solid Black;
+    float:left;
+    margin:0px 5px -1px 0px;
+    padding:3px 5px 3px 5px;
+    position:relative;
+    font-size:0.875em;
+    background-color:#DDD;
+    text-decoration:none;
+    color:Black;
+}
+a.disabled:hover
+{
+    color:Black;
+    background:#EEE;
+}
+a.active:hover
+{
+    color:Black;
+    background:White;
+}
+a.active {
+    border-bottom-color:White;
+    background-color:White;
+}
+div.tab {
+    border-top:1px solid Black;
+    padding:0px;
+    width:100%;
+    clear:both;
+}
+</style>
+<script type="text/javascript" language="JavaScript">
+<!--
+function showContent(header, id)
+{
+    e = document.getElementById(id);
+    if(e.style.display == 'none')
+    {
+        e.style.display = 'block';
+        e.style.visibility = 'visible';
+        header.innerHTML = header.innerHTML.replace(/\[[^0-9 
]\]/gi,"[&minus;]");
+    }
+    else
+    {
+        e.style.display = 'none';
+        e.style.visibility = 'hidden';
+        header.innerHTML = header.innerHTML.replace(/\[[^0-9 ]\]/gi,"[+]");
+    }
+}
+function initTabs()
+{
+    var url = window.location.href;
+    if(url.indexOf('_Source_')!=-1 || url.indexOf('#Source')!=-1)
+    {
+        var tab1 = document.getElementById('BinaryID');
+        var tab2 = document.getElementById('SourceID');
+        tab1.className='tab disabled';
+        tab2.className='tab active';
+    }
+    var sets = document.getElementsByTagName('div');
+    for (var i = 0; i < sets.length; i++)
+    {
+        if (sets[i].className.indexOf('tabset') != -1)
+        {
+            var tabs = [];
+            var links = sets[i].getElementsByTagName('a');
+            for (var j = 0; j < links.length; j++)
+            {
+                if (links[j].className.indexOf('tab') != -1)
+                {
+                    tabs.push(links[j]);
+                    links[j].tabs = tabs;
+                    var tab = 
document.getElementById(links[j].href.substr(links[j].href.indexOf('#') + 1));
+                    //reset all tabs on start
+                    if (tab)
+                    {
+                        if (links[j].className.indexOf('active')!=-1) {
+                            tab.style.display = 'block';
+                        }
+                        else {
+                            tab.style.display = 'none';
+                        }
+                    }
+                    links[j].onclick = function()
+                    {
+                        var tab = 
document.getElementById(this.href.substr(this.href.indexOf('#') + 1));
+                        if (tab)
+                        {
+                            //reset all tabs before change
+                            for (var k = 0; k < this.tabs.length; k++)
+                            {
+                                
document.getElementById(this.tabs[k].href.substr(this.tabs[k].href.indexOf('#') 
+ 1)).style.display = 'none';
+                                this.tabs[k].className = 
this.tabs[k].className.replace('active', 'disabled');
+                            }
+                            this.className = 'tab active';
+                            tab.style.display = 'block';
+                            // window.location.hash = this.id.replace('ID', 
'');
+                            return false;
+                        }
+                    }
+                }
+            }
+        }
+    }
+    if(url.indexOf('#')!=-1) {
+        location.href=location.href;
+    }
+}
+if (window.addEventListener) window.addEventListener('load', initTabs, false);
+else if (window.attachEvent) window.attachEvent('onload', initTabs);
+-->
+</script>
+</head>
+<body><a name='Source'></a><a name='Binary'></a><a name='Top'></a><h1>API 
compatibility report for the <span style='color:Blue;'>libzck.so</span> object 
between <span style='color:Red;'>1.5.3</span> and <span 
style='color:Red;'>1.5.4</span> versions on <span 
style='color:Blue;'>x86_64</span></h1>
+
+            <br/>
+            <div class='tabset'>
+            <a id='BinaryID' href='#BinaryTab' class='tab 
active'>Binary<br/>Compatibility</a>
+            <a id='SourceID' href='#SourceTab' style='margin-left:3px' 
class='tab disabled'>Source<br/>Compatibility</a>
+            </div><div id='BinaryTab' class='tab'>
+<h2>Test Info</h2><hr/>
+<table class='summary'>
+<tr><th>Module Name</th><td>zchunk</td></tr>
+<tr><th>Version #1</th><td>1.5.3 (gcc 15.2.1)</td></tr>
+<tr><th>Version #2</th><td>1.5.4 (gcc 16.1.1)</td></tr>
+<tr><th>Arch</th><td>x86_64</td></tr>
+<tr><th>Subject</th><td width='150px'>Binary Compatibility</td></tr>
+</table>
+<h2>Test Results</h2><hr/>
+<table class='summary'><tr><th>Total Header Files</th><td><a href='#Headers' 
style='color:Blue;'>1</a></td></tr>
+<tr><th>Total Source Files</th><td><a href='#Sources' 
style='color:Blue;'>9</a></td></tr>
+<tr><th>Total Objects</th><td><a href='#Libs' 
style='color:Blue;'>1</a></td></tr>
+<tr><th>Total Symbols / Types</th><td>83 / 25</td></tr>
+<tr><th>Compatibility</th>
+<td class='compatible'>100%</td>
+</tr>
+</table>
+<h2>Problem Summary</h2><hr/>
+<table class='summary'><tr><th></th><th 
style='text-align:center;'>Severity</th><th 
style='text-align:center;'>Count</th></tr><tr><th>Added 
Symbols</th><td>-</td><td>0</td></tr>
+<tr><th>Removed Symbols</th><td>High</td><td>0</td></tr>
+<tr><th rowspan='3'>Problems with<br/>Data 
Types</th><td>High</td><td>0</td></tr>
+<tr><td>Medium</td><td>0</td></tr>
+<tr><td>Low</td><td>0</td></tr>
+<tr><th rowspan='3'>Problems with<br/>Symbols</th><td>High</td><td>0</td></tr>
+<tr><td>Medium</td><td>0</td></tr>
+<tr><td>Low</td><td>0</td></tr>
+<tr><th>Problems with<br/>Constants</th><td>Low</td><td>0</td></tr>
+</table>
+
+<a name='Headers'></a><h2>Header Files <span 
class='gray'>&nbsp;1&nbsp;</span></h2><hr/>
+<div class='h_list'>
+zck.h<br/>
+</div>
+<br/><a class='top_ref' href='#Top'>to the top</a><br/>
+<a name='Sources'></a><h2>Source Files <span 
class='gray'>&nbsp;9&nbsp;</span></h2><hr/>
+<div class='h_list'>
+comp.c<br/>
+dl.c<br/>
+error.c<br/>
+hash.c<br/>
+header.c<br/>
+index_read.c<br/>
+log.c<br/>
+range.c<br/>
+zck.c<br/>
+</div>
+<br/><a class='top_ref' href='#Top'>to the top</a><br/>
+<a name='Libs'></a><h2>Objects <span 
class='gray'>&nbsp;1&nbsp;</span></h2><hr/>
+<div class='lib_list'>
+libzck.so.1.5.3<br/>
+</div>
+<br/><a class='top_ref' href='#Top'>to the top</a><br/>
+<br/><br/><br/></div><div id='SourceTab' class='tab'>
+<h2>Test Info</h2><hr/>
+<table class='summary'>
+<tr><th>Module Name</th><td>zchunk</td></tr>
+<tr><th>Version #1</th><td>1.5.3</td></tr>
+<tr><th>Version #2</th><td>1.5.4</td></tr>
+<tr><th>Arch</th><td>x86_64</td></tr>
+<tr><th>Subject</th><td width='150px'>Source Compatibility</td></tr>
+</table>
+<h2>Test Results</h2><hr/>
+<table class='summary'><tr><th>Total Header Files</th><td><a href='#Headers' 
style='color:Blue;'>1</a></td></tr>
+<tr><th>Total Source Files</th><td><a href='#Sources' 
style='color:Blue;'>9</a></td></tr>
+<tr><th>Total Objects</th><td><a href='#Libs' 
style='color:Blue;'>1</a></td></tr>
+<tr><th>Total Symbols / Types</th><td>83 / 25</td></tr>
+<tr><th>Compatibility</th>
+<td class='compatible'>100%</td>
+</tr>
+</table>
+<h2>Problem Summary</h2><hr/>
+<table class='summary'><tr><th></th><th 
style='text-align:center;'>Severity</th><th 
style='text-align:center;'>Count</th></tr><tr><th>Added 
Symbols</th><td>-</td><td>0</td></tr>
+<tr><th>Removed Symbols</th><td>High</td><td>0</td></tr>
+<tr><th rowspan='3'>Problems with<br/>Data 
Types</th><td>High</td><td>0</td></tr>
+<tr><td>Medium</td><td>0</td></tr>
+<tr><td>Low</td><td>0</td></tr>
+<tr><th rowspan='3'>Problems with<br/>Symbols</th><td>High</td><td>0</td></tr>
+<tr><td>Medium</td><td>0</td></tr>
+<tr><td>Low</td><td>0</td></tr>
+<tr><th>Problems with<br/>Constants</th><td>Low</td><td>0</td></tr>
+</table>
+
+<a name='Headers'></a><h2>Header Files <span 
class='gray'>&nbsp;1&nbsp;</span></h2><hr/>
+<div class='h_list'>
+zck.h<br/>
+</div>
+<br/><a class='top_ref' href='#Top'>to the top</a><br/>
+<a name='Sources'></a><h2>Source Files <span 
class='gray'>&nbsp;9&nbsp;</span></h2><hr/>
+<div class='h_list'>
+comp.c<br/>
+dl.c<br/>
+error.c<br/>
+hash.c<br/>
+header.c<br/>
+index_read.c<br/>
+log.c<br/>
+range.c<br/>
+zck.c<br/>
+</div>
+<br/><a class='top_ref' href='#Top'>to the top</a><br/>
+<a name='Libs'></a><h2>Objects <span 
class='gray'>&nbsp;1&nbsp;</span></h2><hr/>
+<div class='lib_list'>
+libzck.so.1.5.3<br/>
+</div>
+<br/><a class='top_ref' href='#Top'>to the top</a><br/>
+<br/><br/><br/></div><hr/>
+<div class='footer' align='right'><i>Generated by <a 
href='https://github.com/lvc/abi-compliance-checker'>ABI Compliance Checker</a> 
2.3 &#160;</i>
+</div>
+<br/>
+
+</body></html>

Reply via email to