Skip to content
Success

Changes

Summary

  1. abis: Fix reusing bts->*_link while it is being destroyed (details)
Commit a7b3a780ae546f2078992b3118683d0fe6ebb0cd by Pau Espin Pedrol
abis: Fix reusing bts->*_link while it is being destroyed

Call to e1inp_sign_link_destroy() may trigger a sign_down() callback,
which if happening synchronously, could end up reentring the same code
path we are in before bts->*_link was set to NULL.
Avoid it by marking the pointer as NULL immediatelly before calling
e1inp_sign_link_destroy().

Change-Id: Ibc06cdc2d2cd2028b7676fa0c3211ae251cca587
The file was modifiedsrc/common/abis.c