srs/trunk/src
Jacob Su ea7e2c2849
Fix security scan problems. v6.0.131 (#4100)
1. fix redundant null check, there is no potential risks by the way,
just redundant null check.
2. Potential use pointer after free, that's not true. So we can ignore
this one, or find a way to make stupid security tool happy.

---------

Co-authored-by: winlin <winlinvip@gmail.com>
2024-06-21 15:59:15 +08:00
..
app Fix security scan problems. v6.0.131 (#4100) 2024-06-21 15:59:15 +08:00
core Fix security scan problems. v6.0.131 (#4100) 2024-06-21 15:59:15 +08:00
kernel SmartPtr: Support shared ptr for live source. v6.0.129 (#4089) 2024-06-15 07:54:56 +08:00
main Build: Fix module failed for main_ingest_hls and mp4_parser. v6.0.119 (#4005) 2024-03-26 16:26:12 +08:00
protocol SmartPtr: Support load test for source by srs-bench. v6.0.130 (#4097) 2024-06-21 07:13:12 +08:00
utest SmartPtr: Support load test for source by srs-bench. v6.0.130 (#4097) 2024-06-21 07:13:12 +08:00