Page MenuHomeFreeBSD

vm_object: Reset kvo_path on each iteration in vm_object_list_handler()
ClosedPublic

Authored by markj on Thu, Oct 9, 4:00 PM.
Tags
None
Referenced Files
F131990615: D52997.id.diff
Sun, Oct 12, 6:32 PM
F131989713: D52997.diff
Sun, Oct 12, 6:22 PM
Unknown Object (File)
Sat, Oct 11, 4:01 AM
Unknown Object (File)
Sat, Oct 11, 4:01 AM
Unknown Object (File)
Sat, Oct 11, 4:01 AM
Unknown Object (File)
Sat, Oct 11, 4:01 AM
Unknown Object (File)
Sat, Oct 11, 4:01 AM
Unknown Object (File)
Fri, Oct 10, 9:01 PM
Subscribers

Details

Summary

Otherwise we print a bogus path for anonymous objects.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

markj requested review of this revision.Thu, Oct 9, 4:00 PM

Clear a couple of other fields.

Might be bzero() whole *kvo on each iteration?

This revision is now accepted and ready to land.Thu, Oct 9, 4:56 PM

Just clear the whole struct

This revision now requires review to proceed.Thu, Oct 9, 8:36 PM
This revision is now accepted and ready to land.Thu, Oct 9, 8:41 PM