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=5b8b8c62b4958276983e942702020...
commit 5b8b8c62b4958276983e942702020ae6d42f5327 Author: Neels Hofmeyr neels@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
osmocom-commitlog@lists.osmocom.org