Closed
Description
Hi,
I just starting trying your library and noticed a warning:
cpp-httplib/httplib.h:256:54: warning: unused parameter ‘bufsiz’ [-Wunused-parameter]
inline bool socket_gets(Stream& strm, char* buf, int bufsiz)
I could ignore it, but since it's a buffer size, wouldn't that be a bug and the bufsize should be used to prevent buffer overflow, no ?
Thanks
Baptiste
Metadata
Metadata
Assignees
Labels
No labels