The Samba-Bugzilla – Attachment 361 Details for
Bug 972
SEGFAULT in cli_ds_getprimarydominfo
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
check pointer before calling memcpy()
look (text/plain), 504 bytes, created by
Gerald (Jerry) Carter (dead mail address)
on 2004-01-14 21:15:09 UTC
(
hide
)
Description:
check pointer before calling memcpy()
Filename:
MIME Type:
Creator:
Gerald (Jerry) Carter (dead mail address)
Created:
2004-01-14 21:15:09 UTC
Size:
504 bytes
patch
obsolete
>Index: rpc_client/cli_ds.c >=================================================================== >RCS file: /data/cvs/samba/source/rpc_client/cli_ds.c,v >retrieving revision 1.2.2.8 >diff -u -r1.2.2.8 cli_ds.c >--- rpc_client/cli_ds.c 8 Jan 2004 22:21:29 -0000 1.2.2.8 >+++ rpc_client/cli_ds.c 15 Jan 2004 05:13:47 -0000 >@@ -62,7 +62,7 @@ > > result = r.status; > >- if (ctr) { >+ if ( r.ptr && ctr ) { > ctr->basic = talloc(mem_ctx, sizeof(DSROLE_PRIMARY_DOMAIN_INFO_BASIC)); > if (!ctr->basic) > goto done;
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 972
: 361