Page MenuHomeFreeBSD

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

Authored by markj on Oct 9 2025, 4:00 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 11, 2:26 PM
Unknown Object (File)
Thu, Apr 9, 10:51 PM
Unknown Object (File)
Wed, Apr 8, 2:06 AM
Unknown Object (File)
Tue, Apr 7, 3:55 AM
Unknown Object (File)
Mon, Apr 6, 8:36 PM
Unknown Object (File)
Mon, Apr 6, 3:20 AM
Unknown Object (File)
Sun, Apr 5, 1:17 PM
Unknown Object (File)
Sat, Apr 4, 2:15 AM
Subscribers

Diff Detail

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

Event Timeline

markj requested review of this revision.Oct 9 2025, 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.Oct 9 2025, 4:56 PM

Just clear the whole struct

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