Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F154471883
D23591.id68010.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
360 B
Referenced Files
None
Subscribers
None
D23591.id68010.diff
View Options
Index: usr.sbin/bhyve/rfb.c
===================================================================
--- usr.sbin/bhyve/rfb.c
+++ usr.sbin/bhyve/rfb.c
@@ -769,7 +769,7 @@
stream_write(cfd, vbuf, strlen(vbuf));
/* 1b. Read client version */
- len = read(cfd, buf, sizeof(buf));
+ len = stream_read(cfd, buf, 12);
/* 2a. Send security type */
buf[0] = 1;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Apr 29, 5:08 PM (3 h, 28 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
32363903
Default Alt Text
D23591.id68010.diff (360 B)
Attached To
Mode
D23591: bhyve: use stream_read() to read 12 bytes of RFB client version
Attached
Detach File
Event Timeline
Log In to Comment