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 BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated via cb9f608094ea31b851b376504c585432340af888 (commit) from 9e36dca82aa139f10e25ca037cf4a7cc03eafea0 (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-bts/commit/?id=cb9f608094ea31b851b376504c585432...
commit cb9f608094ea31b851b376504c585432340af888 Author: Max msuraev@sysmocom.de Date: Wed Sep 6 15:28:31 2017 +0200
Check readv() return value to prevent crash
Previously result of readv() was used unconditionally so when it failed and returned negative value it was treated like very large positive which lead to memory corruption. Fix this and add proper error log.
Change-Id: I956c8d551f45c9dd43b5e9de11dfe20dd8783647 Related: SYS#3865
-----------------------------------------------------------------------
Summary of changes: src/osmo-bts-litecell15/l1_transp_hw.c | 10 ++++++++-- src/osmo-bts-sysmo/l1_transp_hw.c | 10 ++++++++-- 2 files changed, 16 insertions(+), 4 deletions(-)
hooks/post-receive
osmocom-commitlog@lists.osmocom.org