Browse Source
* Catch all unhandled exceptions derived from std::exception() class in KICAD_PLUGIN::get_remote_zip() to prevent KiCad from crashing when exceptions are thrown from the C++ standard library. * Make boost::system::system_error() catch const and and improve comments about avhttp library usage in KICAD_PLUGIN::get_remote_zip(). Thanks to Dick Hollenbeck for these improvements.pull/7/head
1 changed files with 15 additions and 3 deletions
Loading…
Reference in new issue