libosmocore.git branch master updated. 0.10.2-81-gf360b42c

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
Fri Dec 22 16:30:19 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 "An utility library for Open Source Mobile Communications".

The branch, master has been updated
       via  f360b42ca11bdad01036b95ca1983533ed35c542 (commit)
       via  aafc27ce37337bdca4a8e9db4e186b808585070a (commit)
      from  074478dc619a75dc29c78b9b148d960c4605d99c (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=f360b42ca11bdad01036b95ca1983533ed35c542

commit f360b42ca11bdad01036b95ca1983533ed35c542
Author: Harald Welte <laforge at gnumonks.org>
Date:   Fri Dec 22 16:43:24 2017 +0100

    control_if: Close control connection socket/fd on read/write == 0
    
    When read() or write() system calls return '0' on a stream socket,
    it means that the connection has been closed ("EOF").  We must
    accordingly close this socket and remove all related state.
    
    Before this patch, every new CTRL connection would introduce a leak
    of both some memory/state, as well as a file descriptor :(
    
    Change-Id: I4fb70e5f123b37dece29f156c5f430c875e7cbaf

http://cgit.osmocom.org/libosmocore/commit/?id=aafc27ce37337bdca4a8e9db4e186b808585070a

commit aafc27ce37337bdca4a8e9db4e186b808585070a
Author: Harald Welte <laforge at gnumonks.org>
Date:   Mon Nov 20 20:22:22 2017 +0100

    timer: fixup whitespace issues
    
    Change-Id: Ic0c8fc407a45ff4b0d3da1d3e4fdf8885b5bca9b

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

Summary of changes:
 src/ctrl/control_if.c | 10 +++++++++-
 src/timer.c           |  6 +++---
 2 files changed, 12 insertions(+), 4 deletions(-)


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



More information about the osmocom-commitlog mailing list