microsoft / regorus

Regorus - A fast, lightweight Rego (OPA policy language) interpreter written in Rust.
MIT License
150 stars 33 forks source link

C# strings aren't null terminated #319

Closed anakrish closed 1 month ago

anakrish commented 1 month ago

When sending C# strings to Rust, null terminator must be added explicitly.

anakrish commented 1 month ago

fixed by #318