jcorporation / myMPD

myMPD is a standalone and mobile friendly web mpd client with a tiny footprint and advanced features.
https://jcorporation.github.io/myMPD/
GNU General Public License v3.0
419 stars 65 forks source link

Update mongoose to 7.x #388

Closed jcorporation closed 3 years ago

jcorporation commented 3 years ago

This major release needs some changes in myMPD code.

https://github.com/cesanta/mongoose/

Harden HTTP service

jcorporation commented 3 years ago

Waiting for issues to be fixed:

jcorporation commented 3 years ago

Is now fixed in mongoose master.

jcorporation commented 3 years ago

New issue in mongoose detected by my myMPD API fuzzer: https://github.com/cesanta/mongoose/issues/1254

Was a bug in myMPD. Removed the usage of mg_http_reply to print jsonrpc results.