Joschka Seydell
Joschka Seydell
I had a problem with connections to https remotes in a small project of mine and found the solution I propose here. Of course, there is no test for this...
This intends to resolve #546. Comparing string objects to `nullptr` is not prevented by the implementation. Therefore, it should check before starting the actual comparison - which currently leads to...
Users of the EASTL might compare a string object to nullptr. While this is actually a useless operation, given string objects cannot be NULL, it may occurr in templated code...
**Description** Two minor features are added to the `QemuDriver`: _Support machine-specific options_ (e.g. `-machine virt,secure=on`) > While raising an exception for unsupported machines/boards is reasonable, adding machine-specific options shall not...