-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mark MCSP responses as NOT_IMPLEMENTED #14853
Conversation
We don't have any CI coverage for this code. |
I guess it does not make it worse then (and validates compilation)? I did a CP on the old code and it seemed to avoid the crash - which is expected because it validates that the cast is ok. |
PR #14853: Size comparison from a92d1a8 to 8eb9f50 Increases above 0.2%:
Increases (26 builds for cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
Decreases (13 builds for cyw30739, esp32, k32w, mbed, nrfconnect)
Full report (34 builds for cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
|
Fast tracking given this is removing code. |
Problem
Potential crash in
AsSecureSession
call.Change overview
Mark MCSP as not implemented. When implementing it should use Group sessions instead of secure sessions.
Fixes #13668
Testing