While doing wbinfo -N requests, winbindd crashed into gdb. Fixed the bug, will attach a patch.
Created attachment 397 [details] Patch winbindd_wins.c to fix temp addr buf problem This patch changes the use of a char * to an fstrcpy into a local static buffer, when calling inet_ntoa. Later in the old code, it was found that the address pointed to by "addr" was out of range, implying that another ntoa call had overwritten it.
moving to 3.0
resetting component
Can't reproduce any problem with 3.2 and master. Please re-open if it's still an issue with current code. Thanks, Volker