[Bug 186808] emulators/virtualbox-ose VNC option doesn't support port ranges for "Remote Desktop Server Port" in Display, Remote Display
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Feb 4 20:26:09 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=186808
--- Comment #4 from dereks at lifeofadishwasher.com ---
This appears to be an upstream bug.
https://www.virtualbox.org/browser/vbox/trunk/src/VBox/ExtPacks/VNC/VBoxVNC.cpp#L306
This should be using RDE_QP_NETWORK_PORT_RANGE
https://www.virtualbox.org/browser/vbox/trunk/include/VBox/RemoteDesktop/VRDE.h#L1130
and
https://www.virtualbox.org/browser/vbox/trunk/src/VBox/Main/src-client/ConsoleVRDPServer.cpp#L570
Otherwise using RDE_QP_NETWORK_PORT a value like 5990-6000 would always be
converted to 5990?
https://www.virtualbox.org/browser/vbox/trunk/src/VBox/Main/src-client/ConsoleVRDPServer.cpp#L568
If you agree with this I can file a bug with virtualbox.org's public bug
tracker.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-emulation
mailing list