What is Nostr?
Wolf480pl /
npub1704…t88d
2025-02-14 18:02:50

Wolf480pl on Nostr: Is this UB when p is null? int bar(struct foo *p) { int *py = &p->y; if (!p) { return ...

Is this UB when p is null?

int bar(struct foo *p) {
int *py = &p->y;
if (!p) {
return 0;
}
return *py;
}
Author Public Key
npub170403ynslsp4tn32j8tfhjn3cdq2pgut0jpnhrlcxl524gxf36pqput88d