snazzy-d / sdc

The Snazzy D Compiler
MIT License
250 stars 55 forks source link

[GC] Fix an issue where a collection finalizer may actually put a free #403

Closed schveiguy closed 6 days ago

schveiguy commented 6 days ago

pointer into the tbin being used.

deadalnix commented 6 days ago

This is so improbable that I think we can live without a test for this.

schveiguy commented 6 days ago

Yeah, a test would have been based very much on the current way things are implemented, and would possibly become invalid later.