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 9a938ae882a4d21f132291136c92d5311b84d7e2 (commit)
via d8e79c7fff7f1b004551589a0eb32026e5cba812 (commit)
via dd2456043348cbfb9fb81fd88e33c6864d718cee (commit)
via 39720acb069a33dfef77f07044efe89d0327d963 (commit)
via 00393e1a042df7d8d5fc59d6443502b6bd82c520 (commit)
from b93f60f7cd4bebbe6c26a456ea0b394fcafc731f (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=9a938ae882a4d21f132291136c92…
commit 9a938ae882a4d21f132291136c92d5311b84d7e2
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Thu Nov 16 17:34:07 2017 +0100
gsm0808_test: sanitize: fix msgb memleak
Helps fix sanitizer build on debian 9.
Change-Id: I0097d63bbb4e7ee20eb4a8474f4fef32d39e625f
http://cgit.osmocom.org/libosmocore/commit/?id=d8e79c7fff7f1b004551589a0eb3…
commit d8e79c7fff7f1b004551589a0eb32026e5cba812
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Thu Nov 16 17:30:44 2017 +0100
gsm0408_test: sanitize: cleanup msgb
Remove initial msgb talloc context creation: if we create a root ctx for msgb
that all msgb are allocated in, we would in a final cleanup discard all msgbs,
i.e. we would not verify that all msgb are cleaned up properly.
If we create the msgb context and *don't* clean it up in the end, the sanitizer
build fails because the context root is not cleaned up.
Easiest is to actually allocate all msgb at NULL ctx, because then any msgb
that aren't cleaned up properly would still linger, while we don't leave a
root
ctx that we need to clean up either.
Helps fix sanitizer build on debian 9.
Change-Id: I1f2d1d05c75bbf4d92787f9735083f18cdc90f6f
http://cgit.osmocom.org/libosmocore/commit/?id=dd2456043348cbfb9fb81fd88e33…
commit dd2456043348cbfb9fb81fd88e33c6864d718cee
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Thu Nov 16 16:25:08 2017 +0100
lapd_test: sanitize: fix msgb memleaks
Helps fix sanitizer build on debian 9.
Change-Id: I0add9eac7225db23bc02fc2aaee5f42258d34e25
http://cgit.osmocom.org/libosmocore/commit/?id=39720acb069a33dfef77f07044ef…
commit 39720acb069a33dfef77f07044efe89d0327d963
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Thu Nov 16 16:24:36 2017 +0100
abis_test: sanitize: fix msgb memleak
Helps fix sanitizer build on debian 9.
Change-Id: I69750d9cd2b8f30bfc6d2dfd9e62576e46989fab
http://cgit.osmocom.org/libosmocore/commit/?id=00393e1a042df7d8d5fc59d64435…
commit 00393e1a042df7d8d5fc59d6443502b6bd82c520
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Thu Nov 16 16:24:04 2017 +0100
memleak: osmo_config_list_parse: getline() needs free also on error
Helps fix sanitizer build on debian 9.
Change-Id: Iddf0a6cc733cd81d5f6c1eb62fc079ad319db119
-----------------------------------------------------------------------
Summary of changes:
src/msgfile.c | 5 +++--
tests/abis/abis_test.c | 2 ++
tests/gsm0408/gsm0408_test.c | 1 -
tests/gsm0808/gsm0808_test.c | 2 ++
tests/lapd/lapd_test.c | 9 +++++++++
5 files changed, 16 insertions(+), 3 deletions(-)
hooks/post-receive
--
An utility library for Open Source Mobile Communications