mstdn.io is one of the many independent Mastodon servers you can use to participate in the fediverse.

Administered by:

Server stats:

369
active users

Stephen Brooks 🦆

@tedu @wolf480pl Never mind I thought it was this, in which optimisation might avoid a segfault completely:

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