Y
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
steveklabnik
194 days ago
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
link
aw1621107
193 days ago
I think you need to actually use the dangling reference:
https://godbolt.org/z/f4s3fT3nM
link
steveklabnik
193 days ago
Ah, that would make sense, yes. Thanks!
link