From: git repository hosting <gitosis@osmocom.org>
Precedence: list
To: osmocom-commitlog@lists.osmocom.org
Date: Tue, 19 Feb 2013 13:19:07 +0100
Message-ID: <E1U7mA7-00082W-1a@calypso.gnumonks.org>
Subject: libosmo-netif.git branch master updated.
	5cbdd8797a157926aaaaa78f14a424cf8f77eacc
Message: 2

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  5cbdd8797a157926aaaaa78f14a424cf8f77eacc (commit)
       via  01537a3678ad53ef623fe9da9dddafc20871e57f (commit)
      from  5e9c67ea2050af9316e70d458c194eb4c560ea7b (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/cgit/libosmo-netif/commit/?id=5cbdd8797a157926aaaaa78f14a424cf8f77eacc

commit 5cbdd8797a157926aaaaa78f14a424cf8f77eacc
Author: Pablo Neira Ayuso <pablo@gnumonks.org>
Date:   Tue Feb 19 13:16:27 2013 +0100

    osmux: add talloc context
    
    Good for debugging leaks.

http://cgit.osmocom.org/cgit/libosmo-netif/commit/?id=01537a3678ad53ef623fe9da9dddafc20871e57f

commit 01537a3678ad53ef623fe9da9dddafc20871e57f
Author: Pablo Neira Ayuso <pablo@gnumonks.org>
Date:   Tue Feb 19 13:11:48 2013 +0100

    osmux: initialize batch appropriately in osmux_xfrm_input_init
    
    Use talloc_size not talloc. Should fix:
    
    0xb779401a in rb_erase (node=0x200200, root=0xb779c908) at rbtree.c:230
    0xb779401a in rb_erase (node=0x200200, root=0xb779c908) at rbtree.c:230
    0xb778ee48 in osmo_timer_del (timer=0x94aacd0) at timer.c:110
    0xb778ef65 in osmo_timer_add (timer=0x94aacd0) at timer.c:72
    0xb778f03c in osmo_timer_schedule (timer=0x94aacd0, seconds=0, microseconds=64000)
    0xb77360ff in osmux_xfrm_input (h=0x94a4280, msg=0x94b8a50, ccid=18) at osmux.c:390
    
    Due to uninitialization batch structures.

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

Summary of changes:
 src/osmux.c |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
Osmocom network interface library


