Page MenuHomeFreeBSD

stand: fix buffer overflow in getrootmount()
ClosedPublic

Authored by rew on Feb 22 2023, 6:55 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, May 12, 5:56 AM
Unknown Object (File)
Thu, May 9, 12:35 PM
Unknown Object (File)
Thu, May 9, 8:25 AM
Unknown Object (File)
Wed, May 8, 11:46 PM
Unknown Object (File)
Mar 11 2024, 7:28 AM
Unknown Object (File)
Mar 11 2024, 7:05 AM
Unknown Object (File)
Mar 11 2024, 7:05 AM
Unknown Object (File)
Mar 7 2024, 10:19 PM
Subscribers

Diff Detail

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

Event Timeline

rew requested review of this revision.Feb 22 2023, 6:55 PM
allanjude added a subscriber: allanjude.

Reviewed by: allanjude

Got catch

This revision is now accepted and ready to land.Feb 22 2023, 11:26 PM

This looks good to me... Most of the time, it would be fine and there's no attack surface here since if you can control this you likely can control way more...

Good catch though.

This revision was automatically updated to reflect the committed changes.