Patch-ID# 102409-02 Keywords: libkvm kvmopen leaks memory sun4m ps Synopsis: SunOS 4.1.4: libkvm fixes Date: Dec/09/98 Solaris Release: 1.1.2 SunOS Release: 4.1.4 Unbundled Product: Unbundled Release: Relevant Architectures: sun4(all) BugId's fixed with this patch: 1154959 4095851 Changes incorporated in this version: 4095851 Patches accumulated and obsoleted by this patch: Patches which conflict with this patch: Patches required with this patch: Obsoleted by: Files included with this patch: sun4/libkvm.a sun4/libkvm.so.0.3 sun4/libkvm_p.a sun4c/libkvm.a sun4c/libkvm.so.0.3 sun4c/libkvm_p.a sun4m/libkvm.a sun4m/libkvm.so.0.3 sun4m/libkvm_p.a Problem Description: 4095851 ps command returns weird, incorrect results 1154959 libkvm leaks memory on sun4m Patch Installation Instructions: 1) As root, make a copy of the existing files: mv /usr/kvm/libkvm.a /usr/kvm/libkvm.a.FCS mv /usr/kvm/libkvm.so.0.3 /usr/kvm/libkvm.so.0.3.FCS mv /usr/kvm/libkvm_p.a /usr/kvm/libkvm_p.a.FCS 2) Copy the new files from the patch directory: cp `arch -k`/libkvm.a /usr/kvm cp `arch -k`/libkvm.so.0.3 /usr/kvm cp `arch -k`/libkvm_p.a /usr/kvm 3) chmod 644 /usr/kvm/libkvm.a chmod 644 /usr/kvm/libkvm_p.a chmod 755 /usr/kvm/libkvm.so.0.3 chown root.staff /usr/kvm/libk*