On Thu, Jul 05, 2012 at 01:00:50PM +0200, Diego Elio Pettenò wrote:
It's not for the bytes themselves (since it's uninitialised it's mapped to the zero page, which means that it doesn't really use up space). It's more about having code that seems to do one thing but is actually doing another..
True, I will try to get my act together and initialize the talloc context.