This is an archive of the discontinued LLVM Phabricator instance.

Link sanitized programs on NetBSD with -lkvm
ClosedPublic

Authored by krytarowski on Jan 12 2018, 4:08 PM.

Details

Summary

kvm - kernel memory interface

The kvm(3) functions like kvm_open(), kvm_getargv() or kvm_getenvv()
are used in programs that can request information about a kernel and
its processes. The LLVM sanitizers will make use of them on NetBSD.

Sponsored by <The NetBSD Foundation>

Diff Detail

Repository
rC Clang

Event Timeline

krytarowski created this revision.Jan 12 2018, 4:08 PM
vitalybuka requested changes to this revision.Jan 19 2018, 12:08 PM

Please update the summary. No need to define kvm. Probably just few example of essential functions needed by sanitizers.

This revision now requires changes to proceed.Jan 19 2018, 12:08 PM
vitalybuka accepted this revision.Jan 19 2018, 12:09 PM

LGTM, but please update the summary and git/svn patch description

This revision is now accepted and ready to land.Jan 19 2018, 12:09 PM
krytarowski edited the summary of this revision. (Show Details)Jan 19 2018, 4:55 PM
krytarowski edited the summary of this revision. (Show Details)
This revision was automatically updated to reflect the committed changes.