points by johncolanduoni 7 days ago

I don’t believe that’s the case based on the example in the blog post. The fd field in that struct was passed into the later function by value (i.e. as an int, not an *int), so there was no interior pointer in play at all.

aleksi 7 days ago

You are right; I stand corrected