Page MenuHomeFreeBSD

bhyve: Fix unchecked stream I/O in RFB handler
ClosedPublic

Authored by hayzam_gmail.com on Feb 18 2026, 9:48 AM.
Tags
Referenced Files
Unknown Object (File)
Sat, Aug 15, 3:57 PM
Unknown Object (File)
Fri, Aug 14, 2:54 AM
Unknown Object (File)
Thu, Aug 13, 2:06 AM
Unknown Object (File)
Thu, Aug 13, 12:04 AM
Unknown Object (File)
Wed, Aug 12, 7:07 PM
Unknown Object (File)
Tue, Aug 11, 6:41 PM
Unknown Object (File)
Mon, Aug 10, 1:26 PM
Unknown Object (File)
Mon, Aug 10, 12:36 PM
Subscribers

Details

Summary

Convert rfb_send_* helpers to return status codes and check their results. Add missing checks for stream_read() and stream_write() returns during the handshake in rfb_handle() to avoid acting on failed I/O.

Sponsored by: The FreeBSD Foundation
Signed-off-by: Hayzam Sherif <hayzam@gmail.com>

Diff Detail

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

Event Timeline

When uploading a raw patch via the web UI, please be sure to add -U999999 per the guidance here: https://wiki.freebsd.org/Phabricator#Create_a_Revision_via_Web_Interface

Otherwise it's hard to read the patch due to missing context.

Regenerated diff with full context (-U999999) as requested

This revision is now accepted and ready to land.Feb 19 2026, 7:21 PM
This revision was automatically updated to reflect the committed changes.