dusklang / dusk

The Dusk Programming Language
Other
0 stars 0 forks source link

Deal with lifetime of StringLiteral values #114

Open zachwolfe opened 2 years ago

zachwolfe commented 2 years ago

It is currently possible to use-after-free a StringLiteral value in userspace. This must be fixed.