@parzivalwolfram@infosec.exchange
Post #3574292
2025-01-04 14:09 UTC
somehow, in trying to fix the type mismatch between SIZE_MAX and size_t, i forgot you can use typedef'd types... as types you can cast to!
i'm fucking stupid i swear
Replies (1)
-
@parzivalwolfram@infosec.exchange 2025-01-04 14:20
`__typeof__((size_t)ULONG_MAX)` != `__typeof__(size_t)`, apparently. never mind, nothing is fixed here.