ossrs / srs

SRS is a simple, high-efficiency, real-time media server supporting RTMP, WebRTC, HLS, HTTP-FLV, HTTP-TS, SRT, MPEG-DASH, and GB28181.
https://ossrs.io
MIT License
25.87k stars 5.39k forks source link

Fix security scan problems. v6.0.131 #4100

Closed suzp1984 closed 5 months ago

suzp1984 commented 5 months ago
  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.