> Op 2 jul. 2014 om 15:03 heeft Jared Yanovich <[email protected]> het > volgende geschreven: > >> On Wed, Jul 02, 2014 at 12:37:53PM +0200, Otto Moerbeek wrote: >> >> On Tue, Jul 01, 2014 at 03:56:39PM -0400, Jared Yanovich wrote: >> >> This works better indeed. But is initing the int member only safe? If >> sizeof(top) < sizeof(names), only init some bits of the pointer. > > To be safe, we can switch to memset. But upon a cursory look, names is only > used via that path when binno=-1, which is not the case with tfiles.
We could also swap the union members, so that the biggest comes first. -Otto
