Karlson2k / libmicrohttpd

GNU libmicrohttpd repository unofficial mirror on GitHub
https://www.gnu.org/software/libmicrohttpd/
Other
101 stars 29 forks source link

[LGTM] Warning/recommendation #4

Closed silvioprog closed 1 year ago

silvioprog commented 5 years ago

Hi dudes.

LGMT is a continuous security analysis adopted by many projects like curl, apache, nodejs etc. and, after doing some analysis in MHD, the service issued one warning and eight recommendations.

It seems the only relevant recommendation is regarding an Empty block without comment, however, the warning is a little bit serious, The size argument of this snprintf call is derived from its return value, which may exceed the size of the buffer and overflow, issued here.

Both warning(s)/recommendation(s) can be accessed here.

Thank you!