You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by pe...@apache.org on 2022/03/25 07:48:36 UTC

[celix] 01/01: Merge pull request #404 from apache/hotfix/array_list_equality

This is an automated email from the ASF dual-hosted git repository.

pengzheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/celix.git

commit 9cf8bc39c1a8916fbdda54eac59b24065f0fe3b2
Merge: 6f1817d a4cb88d
Author: PengZheng <ho...@gmail.com>
AuthorDate: Fri Mar 25 15:48:29 2022 +0800

    Merge pull request #404 from apache/hotfix/array_list_equality
    
    Fix broken array list equality on some 32-bit platforms where sizeof(…

 libs/utils/include/celix_array_list.h |  3 ++
 libs/utils/src/array_list.c           | 87 +++++++++++++++++------------------
 2 files changed, 46 insertions(+), 44 deletions(-)