Attention is currently required from: dexter.
1 comment:
File src/osmo-bsc/abis_rsl.c:
we have to be a bit carefult with assert's to avoid ending up in the sukchan-style of software development, where any (even unexpeted) protocol message can create a denial of service against the program. I didn't check who calls this function, but it looks like it's triggered from the RSL input path..
In general, ASSERT should be used to protect us against programming mistakes in this program (BSC). But not against unexpected messages received from other network elements. In that case we need to do runtime length checking + error handling
To view, visit change 31577. To unsubscribe, or for help writing mail filters, visit settings.