Page MenuHomeFreeBSD

mbuf: Fix an offset calculation in m_apply_extpg_one()
ClosedPublic

Authored by markj on Nov 10 2021, 12:45 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Aug 13, 4:40 PM
Unknown Object (File)
Wed, Aug 12, 10:07 PM
Unknown Object (File)
Wed, Aug 12, 2:01 PM
Unknown Object (File)
Mon, Aug 10, 9:27 AM
Unknown Object (File)
Mon, Aug 10, 3:07 AM
Unknown Object (File)
Sun, Aug 9, 3:54 AM
Unknown Object (File)
Sat, Aug 8, 10:52 PM
Unknown Object (File)
Sat, Aug 8, 1:50 PM
Subscribers

Details

Summary

We were not including the requested starting offset in the page offset.

Fixes: 3c7a01d773ac ("Extend m_apply() to support unmapped mbufs.")

Diff Detail

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