Sauna-ATC-Training-Simulator / sauna-api

ATC Simulator REST API
GNU General Public License v3.0
0 stars 0 forks source link

Crash when sending invalid flightplan to server #24

Closed samuel-rey closed 1 year ago

samuel-rey commented 1 year ago

If a flightplan is invalid, the program leaves the struct empty. When an empty FlightPlan struct is sent to send_flight_plan, the program crashes.