Hacker News new | ask | show | jobs
by lang4d 194 days ago
I'd be surprised if some combination of ASAN and UBSAN wouldn't catch this and similar dangling references
1 comments

I thought it should too, but it doesn't seem to, unless I made a mistake, which I probably did: https://godbolt.org/z/Ex63vxj4r
I think you need to actually use the dangling reference: https://godbolt.org/z/f4s3fT3nM
Ah, that would make sense, yes. Thanks!