Elektrine lite

← Feed

@bugaevc@floss.social

Post #4182670

2026-07-29 04:27 UTC

@idkrn@infosec.exchange so is dereferencing a pointer (that you thought cannot be null)? What's your point?

Replies (1)

  • @idkrn@infosec.exchange 2026-07-29 04:32

    @bugaevc@floss.social that’s a mistake allowed by the language. Null deref is UB is it not? Calling unwrap() is explicitly telling the program to panic. It’s not really meant for production use. Think of it like todo!()

    Open ##4182669