Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/lib/libkvm



Module Name:    src
Committed By:   yamt
Date:           Sun Mar 15 02:17:11 UTC 2026

Modified Files:
        src/lib/libkvm: kvm_proc.c

Log Message:
libkvm: fix kvm_getargv/kvm_getenvv

these functions always fail because of a regression in 2022.
("read the ps arguments from the correct place.")

this commit restores them by adding a missing p_psstrp initialization.


To generate a diff of this commit:
cvs rdiff -u -r1.100 -r1.101 src/lib/libkvm/kvm_proc.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index