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.

Reply via email to