commit | 95967c6809938b7d9626f4c6d4936f3abbf33cad | [log] [tgz] |
---|---|---|
author | Ravi Kumar Bokka <quic_c_rbokka@quicinc.com> | Tue Sep 05 14:05:00 2023 +0530 |
committer | Prashantsinh Parmar <prashantsinh.parmar@fairphone.com> | Mon May 26 14:27:36 2025 +0530 |
tree | 5a470598e76295921adf1a28d5ca431a28c3b310 | |
parent | b36586dd3a03b42fb44100df1bb77759aa05818d [diff] |
securemsm-kernel: Fixed multiple listener registration on same fd Added check to prevent more than one listener registration on a fd. This could lead to potential vulnerabilities of use after free while unregistering the listener. Issue: FP3SEC-1619 Change-Id: Ia2973853943b5619bcf2047629b9c193f6a8c5cf Signed-off-by: Pawan Rai <quic_pawarai@quicinc.com> Signed-off-by: Ravi Kumar Bokka <quic_c_rbokka@quicinc.com>