Displaying 2 results from an estimated 2 matches for "kcred".
Did you mean:
cred
2009 Apr 09
3
vdev_disk_io_start() sending NULL pointer in ldi_ioctl()
...e NULL pointer de-reference PANIC as we have
sent (deliberately) NULL pointer for return value.
vdev_disk_io_start()
...
...
error = ldi_ioctl(dvd->vd_lh, zio->io_cmd,
(uintptr_t)&zio->io_dk_callback,
FKIOCTL, kcred, NULL);
ldi_ioctl() expects last parameter as an integer pointer ( int *rvalp).
I see that in strdoictl(). Corefile I am analysing has similar BAD trap
while trying to stw %g0, [%i5] ( clr [%i5] )
/*
* Set return value.
*/
*r...
2006 Oct 31
0
PSARC/2002/762 Layered Trusted Solaris
...rusted Extensions for Printing
PSARC/2005/691 Trusted Extensions for Device Allocation
PSARC/2005/723 Solaris Trusted Extensions Filesystem Labeling
PSARC/2006/009 Labeled Auditing
PSARC/2006/155 Trusted Extensions RBAC Changes
PSARC/2006/191 is_system_labeled
6293271 Zone processes should use zone_kcred instead of kcred
6394554 integrate Solaris Trusted Extensions
Files:
create: deleted_files/usr/src/cmd/dminfo/Makefile
create: usr/src/cmd/allocate/dminfo.c
create: usr/src/cmd/devfsadm/devalloc.c
create: usr/src/cmd/ldap/ns_ldap/ldapaddtsol.c
create: usr/src/cmd/lp/lib/lp/tx.c
create: usr/s...