mpromonet / v4l2rtspserver

RTSP Server for V4L2 device capture supporting HEVC/H264/JPEG/VP8/VP9
The Unlicense
1.83k stars 423 forks source link

Some coverity fixes #222

Closed herostrat closed 2 years ago

herostrat commented 3 years ago

I tried to solve three coverity warnings.

The three commits correspond to the CIDs

mpromonet commented 3 years ago

Hi herostrat,

Thanks for your submission, at a glance I feel the exit you suggest for getopt parsing awkward, the getopt assure a argument is given with ":" only "::" allow to have no argument.

Best Regards, Michel.