gozfree / gear-lib

Gear-Lib, C library for IOT Embedded Multimedia and Network
MIT License
2.97k stars 805 forks source link

Uninitialized local variable #106

Open szsam opened 6 months ago

szsam commented 6 months ago

https://github.com/gozfree/gear-lib/blob/bffbfd25af4ff7b04ebfafdab391b55270b0273e/gear-lib/librtsp/rtp.c#L383 The variable ret may not be initialized at this access.