libosmocore.git branch neels/deb9-asan created. 0.10.2-198-g51cd7505

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
Mon Mar 5 14:50:26 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, neels/deb9-asan has been created
        at  51cd750520a2d5027b531f569372f28b838a3e6c (commit)

- Log -----------------------------------------------------------------
http://cgit.osmocom.org/libosmocore/commit/?id=51cd750520a2d5027b531f569372f28b838a3e6c

commit 51cd750520a2d5027b531f569372f28b838a3e6c
Author: Neels Hofmeyr <neels at hofmeyr.de>
Date:   Mon Mar 5 15:46:38 2018 +0100

    fix logging talloc ctx: add osmo_init_logging2()
    
    Deprecate osmo_init_logging() for the benefit of adding an explicit talloc
    context argument to new function osmo_init_logging2().
    
    Before now, *all* of our code uses a NULL ctx for logging, which amounts to
    talloc "leaks" hit by address sanitizer builds on newer gcc (e.g. on debian 9).
    Passing a ctx to log_init() instead of hardcoded NULL allows fixing that.
    
    Change-Id: I216837780e9405fdaec8059c63d10699c695b360

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


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



More information about the osmocom-commitlog mailing list