Fixing winbindd extra_data response...

Jeremy Allison jra at samba.org
Sat Dec 16 00:04:13 GMT 2006


Just an FYI:, I'm in the process of fixing the
winbindd talloc/malloc confusion w.r.t extra_data.

One thing I want everyone to realize though, as
they've been confused in the past.

xxx = talloc(NULL, size) is *NOT* the same
as xxx = malloc(size) and you can't use
free() on that pointer.

Jeremy.


More information about the samba-technical mailing list