Check test the driver and adapter handle OsString
s correctly
#67
Labels
A-driver
Area: Driver or something related to the internal working of a driver.
A-marker-adapter
Area: Adapter
E-good-first-issue
Participation: Good for newcomers
Lint crates are compiled by
cargo-marker
, the path of the build binary is passed to the adapter via environment values. The loading of these libraries should ideally useOsString
to ensure that it works with whatever interesting path a user might throw at it. This requires a bit of auditing.cargo-marker
has been checked as part of #66 and should be fine. A second pair of eyes would be appreciated :)The text was updated successfully, but these errors were encountered: