srsran / srsRAN_4G

Open source SDR 4G software suite from Software Radio Systems (SRS) https://docs.srsran.com/projects/4g
https://www.srsran.com
GNU Affero General Public License v3.0
3.45k stars 1.14k forks source link

Fix out-of-bounds write with reset_measurements(SRSRAN_MAX_CARRIERS) #1332

Open dotsimon opened 5 months ago

dotsimon commented 5 months ago

Fix phy_common::reset_measurements out of bounds writes when cc_idx cc_idx >= SRSRAN_MAX_CARRIERS

This case is hit when phy_common::reset() is called.

Possibly fixes #1295 as well.

CLAassistant commented 1 month ago

CLA assistant check
All committers have signed the CLA.