The Samba-Bugzilla – Attachment 228 Details for
Bug 691
nss_winbind causes core dump on Solaris 8
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Source for test-program used to generate the core dump
pwent.c (text/plain), 260 bytes, created by
Svein Olav Bjerkeset
on 2003-10-28 04:35:16 UTC
(
hide
)
Description:
Source for test-program used to generate the core dump
Filename:
MIME Type:
Creator:
Svein Olav Bjerkeset
Created:
2003-10-28 04:35:16 UTC
Size:
260 bytes
patch
obsolete
>#include <stdio.h> >#include <pwd.h> > >int main (int argc, char **argv) >{ > int i; > struct passwd pw; > char buffer[2048]; > > i = 0; > while (getpwent_r (&pw, buffer, sizeof(buffer))) { > printf ("[%04u] '%s': uid=%d\n", i++, pw.pw_name, pw.pw_uid); > } > return 0; >}
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 691
: 228