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 "Osmocom network interface library".
The branch, master has been updated
via c72be77aa330c968f9f1d624e38141b3c2e24323 (commit)
from b6e8d39417b217e9bbf396d50c3ef2a91a6c4054 (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/libosmo-netif/commit/?id=c72be77aa330c968f9f1d624e3…
commit c72be77aa330c968f9f1d624e38141b3c2e24323
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Fri Nov 17 03:29:51 2017 +0100
osmo_stream_{cli,srv}_destroy: fix mem leak: empty msgb queue
On destroying a client or server stream, deallocate any msgbs that are still
pending in the queue.
In libosmo-sccp, the ss7_test.c in test_as(), messages are queued and were,
before this, left floating after the stream was destroyed, causing a sanitizer
memory leak. This patch fixes the leak.
Depends: Ia291832ca445d4071f0ed9a01730d945ff691cf7 (libosmocore)
Change-Id: Iaad35f03e3bdfabf3ba82b16e563c0a5d1f03639
-----------------------------------------------------------------------
Summary of changes:
src/stream.c | 2 ++
1 file changed, 2 insertions(+)
hooks/post-receive
--
Osmocom network interface library