Re: possible memory leak

2003-02-20 Thread jra
On Fri, Jan 24, 2003 at 11:07:49AM -0800, Leo Qiu wrote: > Hi, > > I seem to find some possible memory leaks in Samba > code. The patch is attached, Could you guys have a > look to check whether it is correct? One of them was, one wasn't. I've added comments to the POSIX_ACL code to make it clear

Re: possible memory leak

2003-01-24 Thread jra
On Fri, Jan 24, 2003 at 11:07:49AM -0800, Leo Qiu wrote: > Hi, > > I seem to find some possible memory leaks in Samba > code. The patch is attached, Could you guys have a > look to check whether it is correct? Looks correct. I'll apply these soon. Thanks ! Jeremy.

possible memory leak

2003-01-24 Thread Leo Qiu
Hi, I seem to find some possible memory leaks in Samba code. The patch is attached, Could you guys have a look to check whether it is correct? Thanks a lot. Leo --- samba-2.2.7a/source/lib/util.c.old Fri Jan 24 12:06:46 2003 +++ samba-2.2.7a/source/lib/util.c Fri Jan 24 12:07:50 2003 @@

possible memory leak

2002-04-13 Thread andreas moroder
Hello, libsmb/clireadwrite.c at there is a possible memory leak. If realloc fails the memory of the buffers is lost. static BOOL cli_issue_write(struct cli_state *cli, int fnum, off_t offset, uint16 mode, char *buf, size_t size, int i) { char *p

Re: Possible memory leak password.c/pass_check_smb().

2002-04-08 Thread Jeremy Allison
On Mon, Apr 08, 2002 at 09:24:21AM -0400, Adrian Chung wrote: > [sent to samba-general, should have probably send it here] > > Hi! I'm running Samba 2.2.3a with a whole bunch of Windows XP > clients, and have been noticing that Samba has been consuming all > available memory resources if left un

Possible memory leak password.c/pass_check_smb().

2002-04-08 Thread Adrian Chung
[sent to samba-general, should have probably send it here] Hi! I'm running Samba 2.2.3a with a whole bunch of Windows XP clients, and have been noticing that Samba has been consuming all available memory resources if left unchecked for about a week. After some digging, and correlating the follo