On Mon, 2012-05-14 at 15:48 -0400, Stephen Gallagher wrote:
> On Mon, 2012-05-14 at 16:05 +0200, Jakub Hrozek wrote:
> > I found two sssd_nss bugs pretty much by accident.
> > 
> > [PATCH 1/2] NSS: keep a pointer to body after body is reallocated
> > When a memory is reallocated with talloc_realloc, the original pointer
> > might be relocated elsewhere. The "fullname" pointer used to point to
> > the original location before realloc which led to use-after-free issues.
> > 
> > [PATCH 2/2] Use sized_string correctly in FQDN domains
> > We were using the structure itself instead of the string pointer, which
> > led to crashes when the domain was fully qualified.
> 
> Ack to both.

Pushed to master.

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
sssd-devel mailing list
sssd-devel@lists.fedorahosted.org
https://fedorahosted.org/mailman/listinfo/sssd-devel

Reply via email to