The Samba-Bugzilla – Attachment 2213 Details for
Bug 4207
Samba resource usage grows out of control when allocating from heap
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
grep output for listenset
grep_output2.txt (text/plain), 993 bytes, created by
Garrett Cooper
on 2006-11-10 19:37:04 UTC
(
hide
)
Description:
grep output for listenset
Filename:
MIME Type:
Creator:
Garrett Cooper
Created:
2006-11-10 19:37:04 UTC
Size:
993 bytes
patch
obsolete
>smbd/server.c:static BOOL parse_ports_and_listen(const int sock_addr, char* ports, fdset *listenset, int *fd_listenset, int *num_sockets) { >smbd/server.c: // "fd_listenset[num_sockets] = s" equivalent below >smbd/server.c: *(fd_listenset+(*num_sockets)) = s; >smbd/server.c: int fd_listenset[FD_SETSIZE]; >smbd/server.c: &fd_listenset[0], >smbd/server.c: &fd_listenset[0], >smbd/server.c: if(FD_ISSET(fd_listenset[i], &lfds)) { >smbd/server.c: s = fd_listenset[i]; >smbd/server.c: FD_CLR(fd_listenset[i],&lfds); >smbd/server.c: close(fd_listenset[i]); >smbd/server.orig: int fd_listenset[FD_SETSIZE]; >smbd/server.orig: s = fd_listenset[num_sockets] = open_socket_in(SOCK_STREAM, port, 0, ifip->s_addr, True); >smbd/server.orig: fd_listenset[num_sockets] = s; >smbd/server.orig: if(FD_ISSET(fd_listenset[i],&lfds)) { >smbd/server.orig: s = fd_listenset[i]; >smbd/server.orig: FD_CLR(fd_listenset[i],&lfds); >smbd/server.orig: close(fd_listenset[i]);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 4207
:
2205
|
2206
|
2207
|
2208
|
2209
|
2210
|
2211
|
2212
| 2213 |
2214
|
2215