Attention is currently required from: fixeria.
pespin has posted comments on this change by fixeria. ( https://gerrit.osmocom.org/c/osmo-sgsn/+/42602?usp=email )
Change subject: sgsn_libgtp: fix NULL dereference in cb_delete_context() ......................................................................
Patch Set 1:
(2 comments)
Patchset:
PS1: Is there some ticket related to this scenario?
File src/sgsn/sgsn_libgtp.c:
https://gerrit.osmocom.org/c/osmo-sgsn/+/42602/comment/e7107333_043cfb46?usp... : PS1, Line 708: if (!pctx) So iiuc this patch fixes a crash happening after a condition which shouldn't have happened in first place? Maybe Try to understand why this condition is happening and add in that place an ASSERT or panic so it can be noticed and debugged further?