namequery.c

Willis, Robert Rwillis at castlebank.com
Tue Dec 9 01:07:07 GMT 2003


First, let me say I haven't done any C programming since college (10
years ago), but I've been trying to debug a problem that I've had with
Samba 3.0 in an ADS environment,  Basically I'm getting signal 11
crashes in Winbindd.
 
I think that I have narrowed down to the internal_resolve_name function
in namequery.c at line 993 is it malloc'ing room for one ip_service
struct, but at line 1041 it is passing it to the resolve_hosts function
that could overfill it?
 
I think the reason why I'm seeing the issue is that we have alot (30+)
dc in our ads domain. 
 
Is this what I am seeing or should I be looking elsewhere?


More information about the samba-technical mailing list