Bowarc / chess_game

A multiplayer chess game made with ggez
1 stars 1 forks source link

Curl makes the server crash #32

Open Bowarc opened 12 months ago

Bowarc commented 12 months ago

lmfao

Bowarc commented 12 months ago

memory allocation of 6073139484287059271 bytes failed

Bowarc commented 12 months ago

It's because it's not using the 8 bytes header system of our networking crate

Probably will never fix as it's not intended to work anyway

Bowarc commented 3 months ago

Could be fixed by checking the alloc size before actually allocating the bytes