sendfile over an encrypted ESP tunnel triggers a panic because we fail
to map packet data before trying to compute a checksum. Add the same
mb_unmapped_to_ext() call that we have in other places.
Details
Details
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 36203 Build 33092: arc lint + arc unit
Event Timeline
Comment Actions
I think the patch in D28187 is better. You need to release reference to SP when error occurs before ipsec4_process_packet().