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.orgThis 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 "OpenBTS' transceiver retro-fit".
The branch, ttsou/fixes has been updated
via 7764ca94ce659dad840dc120bfb9b77be561ccbc (commit)
from 520d21c825c4f856b4faec6ddaa1b653d113fd05 (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/osmo-trx/commit/?id=7764ca94ce659dad840dc120bfb9b77be561ccbc
commit 7764ca94ce659dad840dc120bfb9b77be561ccbc
Author: Tom Tsou <tom.tsou at ettus.com>
Date: Thu Apr 28 21:55:17 2016 -0700
common: Add mandatory length field to UDP receive calls
Current UDP receive reads up to MAX_UDP_LENGTH bytes into the
passed in buffer, which may lead to buffer overflow if the
write buffer is of insufficient size.
Add mandatory length argument to UDP socket receive calls.
Reported-by: Simone Margaritelli <simone at zimperium.com>
Signed-off-by: Tom Tsou <tom.tsou at ettus.com>
-----------------------------------------------------------------------
Summary of changes:
CommonLibs/Sockets.cpp | 22 +++++++++-------------
CommonLibs/Sockets.h | 4 ++--
CommonLibs/SocketsTest.cpp | 4 ++--
Transceiver52M/Transceiver.cpp | 4 ++--
4 files changed, 15 insertions(+), 19 deletions(-)
hooks/post-receive
--
OpenBTS' transceiver retro-fit