lvntky / nexus.c

Simple and tiny Web Server implemented in C
MIT License
2 stars 0 forks source link

malloc(): corrupted top size #2

Open yuppox opened 1 month ago

yuppox commented 1 month ago

I tried using wget to get index.html and the server exited with the error:

malloc(): corrupted top size

If I don't pass anything in the path of the URL, it works.

lvntky commented 1 month ago

That's interesting, Thank you for reporting @yuppox . I think we can fix this with updating the get request handler. I can assign it to if you are interested.