Re: bug in debug.c

2002-09-01 Thread Simo Sorce
Fixed, can you test? Thank you very much. On Sun, 2002-09-01 at 00:00, Kai Krueger wrote: > Hi > > There seems to be a bug in debug.c. It causes samba to crash with SIGSEGV on > startup if a unknown debug class is specified in smb.conf. > The problem is in debug_parse_params()

bug in debug.c

2002-08-31 Thread Kai Krueger
Hi There seems to be a bug in debug.c. It causes samba to crash with SIGSEGV on startup if a unknown debug class is specified in smb.conf. The problem is in debug_parse_params(). This function gets a pointer to the debug classes as parameter instead of useing the global DEBUGLEVEL_CLASS arrays