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 "The Open Source GSM Base Band stack".
The branch, master has been updated via 8a2e935cdb67ff93a0ec8382b41f173b216ca3b5 (commit) from fc20a37cb375dac11f45b78a446237c70f00841c (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/osmocom-bb/commit/?id=8a2e935cdb67ff93a0ec8382b41f17...
commit 8a2e935cdb67ff93a0ec8382b41f173b216ca3b5 Author: Felix Domke tmbinc@elitedvb.net Date: Wed Jul 15 04:09:50 2015 +0200
layer1: fix chan_nr2mf_task_mask for TCH/H channel
"multiframe", the frame layout (used to compute neighbor cell monitoring pattern) was uninitialized in TCH/H case.
This, in combination with gcc optimizing the "switch(multiframe)"-statement into a LUT without bounds- checking (since using an uninitialized value is undefined behavior) caused neigh_task to be filled with an out-of- bounds value, eventually crashing the TDMA scheduler.
Written-by: Felix Domke tmbinc@elitedvb.net Signed-off-by: Sylvain Munaut tnt@246tNt.com
-----------------------------------------------------------------------
Summary of changes: src/target/firmware/layer1/l23_api.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
hooks/post-receive
osmocom-commitlog@lists.osmocom.org