libosmo-netif.git branch master updated. 0.0.6-50-g0bacc71

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 Apr 10 06:52:26 UTC 2017


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  0bacc71fc208e5cdf0727de027438b8e901ff666 (commit)
      from  a2c2b59165ebb63ccca0838922501b717d5233a7 (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=0bacc71fc208e5cdf0727de027438b8e901ff666

commit 0bacc71fc208e5cdf0727de027438b8e901ff666
Author: Harald Welte <laforge at gnumonks.org>
Date:   Sat Apr 8 22:09:57 2017 +0200

    stream/datagram: Consistently use osmo_talloc_replace_string()
    
    during osmo_*_set_addr(), we must make sure to talloc_free() any old
    address before copying in the new address.  Not all functions did this,
    and those that did implemented it manually.  Let's use
    osmo_talloc_replace_string() which is exactly intended for this case.
    
    Change-Id: Ie1b140a160c66e8b62c745174865d5ba525cb2c2

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

Summary of changes:
 src/datagram.c | 14 ++++----------
 src/stream.c   |  8 ++++----
 2 files changed, 8 insertions(+), 14 deletions(-)


hooks/post-receive
-- 
Osmocom network interface library



More information about the osmocom-commitlog mailing list