Quicr / numero-uri

BSD 2-Clause "Simplified" License
1 stars 0 forks source link

Fix use after scope issue #47

Closed RichLogan closed 1 year ago

RichLogan commented 1 year ago

I think there was a bug here that I found with asan where we're holding onto a string view that we shouldn't. Run the tests under asan and you'll see it. I'm not entirely sure, but I think we need to use this immediately, we can't store it. This seemed to make asan happy at least, but happy to defer to anyone who knows what they're doing.