mongoose icon indicating copy to clipboard operation
mongoose copied to clipboard

Embedded Web Server

Results 43 mongoose issues
Sort by recently updated
recently updated
newest added

- My goal is: deal http chunk doubt - My actions were: call mg_ http_ delete_ Chunks are only in the first chunk - My expectation was: mongoose should not...

I'm seeing this get flagged by coverity: https://github.com/cesanta/mongoose/blob/0a265e79a67d7bfcdca27f2ccb98ccb474677ec6/src/rpc.c#L5 ```c Dereferencing "rpc", which is known to be "NULL". ```

I'm seeing this get flagged by coverity: https://github.com/cesanta/mongoose/blob/0a265e79a67d7bfcdca27f2ccb98ccb474677ec6/src/iobuf.c#L47 ```c Passing "io" to "mg_iobuf_resize", which dereferences null "io->buf". ```

I'm seeing this get flagged by coverity: https://github.com/cesanta/mongoose/blob/0a265e79a67d7bfcdca27f2ccb98ccb474677ec6/src/net.c#L227 ```c Dereferencing a pointer that might be "NULL" "t" when calling "mg_timer_init". ```

I'm seeing this get flagged by coverity: https://github.com/cesanta/mongoose/blob/0a265e79a67d7bfcdca27f2ccb98ccb474677ec6/src/net.c#L12 ```c "va_end" was not called for "tmp". ```

Please make several changes to the tutorial, and keep those in mind for the future write-ups: **Don't use bullet points if items are long** Only use bullet points when the...

That one was bugging me for a long time. Seemingly unimportant and unnecessary change - though I believe it is a net positive long term.

Please use only screenshots that are kept on mongoose.ws - cleanup all references to github's screenshots in the repo and on the website.