Whiley / WhileyCompiler

The Whiley Compiler (WyC)
http://whiley.org
Apache License 2.0
219 stars 36 forks source link

Missing tests for unsafe modifier #1094

Closed DavePearce closed 3 years ago

DavePearce commented 3 years ago

There are missing tests around the unsafe modifier. Specifically, we can currently attack it by take the address of an unsafe method or function and then calling it later.