libosmocore.git branch master updated. 0.10.2-194-g5b8b8c62

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/osmocom-commitlog@lists.osmocom.org/.

gitosis at osmocom.org gitosis at osmocom.org
Thu Mar 1 19:00:54 UTC 2018


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "An utility library for Open Source Mobile Communications".

The branch, master has been updated
       via  5b8b8c62b4958276983e942702020ae6d42f5327 (commit)
      from  ccfc387fb906f24e163e1a3a141a37a9e27acee2 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://cgit.osmocom.org/libosmocore/commit/?id=5b8b8c62b4958276983e942702020ae6d42f5327

commit 5b8b8c62b4958276983e942702020ae6d42f5327
Author: Neels Hofmeyr <neels at hofmeyr.de>
Date:   Thu Mar 1 19:32:11 2018 +0100

    gsm23003_test: fix: compare members instead of bcmp
    
    In certain builds (for me a build with no -O2 flag) the recently added
    gsm23003_test test_mnc_from_str() fails, because bcmp() compares all bytes of
    sizeof(struct test_mnc_from_str_result), which has valid data for 7 bytes plus
    one padding byte that may contain arbitrary values. Instead of bcmp(), rather
    compare the actual members one by one.
    
    Change-Id: I28b28457c7b0462c950612fd9b87b5c7181d8bad

-----------------------------------------------------------------------

Summary of changes:
 tests/gsm23003/gsm23003_test.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
An utility library for Open Source Mobile Communications



More information about the osmocom-commitlog mailing list