Thomas Schwinge, le Wed 07 Sep 2011 17:19:12 +0200, a écrit : > > + new = realloc (buf, buf_len); > > + if (! new) > > + { > > Am I being dense (which is entirely possible), or did you mean to ``free > (buf)'' here, or what is the intent here?
I've commited it right after. Samuel