On Mar 13, 2018 2:04 PM, Theo de Raadt <[email protected]> wrote: > > > If a process forks two children does the parent need separate imsg > > bufs for each? I'm thinking one will do and just use the header to > > decide who it's from. Is that correct or should they be separated? > > The socket layer will conspire against you. >
What's new? So I take it that they should be separated. Which was my first guess before I began over thinking.

