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 29d6cd41340a433ca93645df4232d5698b27ae10 (commit)
via 3dd57f737ced1333bb74a03e6af25017291f8f70 (commit)
via e63f88146d353091488322a1fb6a2b9b10887bef (commit)
via a47c8a3f3f1ccbf8963f2a6379562bcf52a381a6 (commit)
via 046b12fa88ba8171b44302a55fbd624ef3b10e8a (commit)
from b2b2fe643f5c1821c477f583a63a38838964bba7 (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=29d6cd41340a433ca93645df42…
commit 29d6cd41340a433ca93645df4232d5698b27ae10
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat Nov 26 15:53:35 2016 +0100
osmo_stream_cli_open2(): Fix bogus EINPROGRESS handling
osmo_sock_init() never returns -1 + errno EINPROGRESS. It will return a
positive fd in case the connect operation is in progress. Therefore,
the related code in osmo_stream_cli_open2() was impossible to execute.
Change-Id: Id3483d1d1d4d2eabba94729ea29e5c93b33abff0
Fixes: Coverity CID 57861
http://cgit.osmocom.org/libosmo-netif/commit/?id=3dd57f737ced1333bb74a03e6a…
commit 3dd57f737ced1333bb74a03e6af25017291f8f70
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat Nov 26 15:51:04 2016 +0100
rs232: Don't pass negative number to strerror()
Change-Id: Ia777221cd0472cd1e7aa79e5146b07048a545dd8
Fixes: Coverity CID 57860
http://cgit.osmocom.org/libosmo-netif/commit/?id=e63f88146d353091488322a1fb…
commit e63f88146d353091488322a1fb6a2b9b10887bef
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat Nov 26 15:49:21 2016 +0100
stream-client: check read() return value before using it as length input to memcpy
Change-Id: Id962821c71b3a1c4c01c1131eb809b8ec8eaa062
Fixes: Coverity CID 57859
http://cgit.osmocom.org/libosmo-netif/commit/?id=a47c8a3f3f1ccbf8963f2a6379…
commit a47c8a3f3f1ccbf8963f2a6379562bcf52a381a6
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat Nov 26 15:39:52 2016 +0100
stream-client: Check for osmo_fd_register() return value
Change-Id: I1b5fa97d14e69ff502b6deba0fd898a01e53420f
Fixes: Coverity CID 57633
http://cgit.osmocom.org/libosmo-netif/commit/?id=046b12fa88ba8171b44302a55f…
commit 046b12fa88ba8171b44302a55fbd624ef3b10e8a
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat Nov 26 15:38:37 2016 +0100
rs232-write: Check return value of osmo_fd_register()
Change-Id: If40e85600ca1dfbda5975d7aa92cccdb11f9c34d
Fixes: Coverity CID 57632
-----------------------------------------------------------------------
Summary of changes:
examples/rs232-write.c | 7 ++++++-
examples/stream-client.c | 10 ++++++++--
src/rs232.c | 2 +-
src/stream.c | 13 +++----------
4 files changed, 18 insertions(+), 14 deletions(-)
hooks/post-receive
--
Osmocom network interface library