microsoft / regorus

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

C# strings aren't null terminated #319

Closed anakrish closed 2 months ago

anakrish commented 2 months ago

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

anakrish commented 2 months ago

fixed by #318