On Thu, 2011-04-21 at 12:30 +0200, Jan Zelený wrote:
Nack.
You still have unchecked talloc_strdup() calls in this patch in select_principal_from_keytab().
I don't think so, all talloc_strdup() calls in that function are checked for NULL output. But there was a tiny glitch, which is fixed in attached patch.
Jan
Sorry, I wrote talloc_strdup() and really meant talloc_asprintf(). Mea culpa.
Could you please elaborate on the "tiny glitch" as well?