rfbserver: fix a typo

pull/3/head
Christian Beier 6 years ago
parent 449cbe9028
commit f23248a415
No known key found for this signature in database
GPG Key ID: 421BB3B45C6067F8

@ -2581,7 +2581,7 @@ rfbProcessClientNormalMessage(rfbClientPtr cl)
* argument. Here we impose a limit of 1 MB so that the value fits
* into all of the types to prevent from misinterpretation and thus
* from accessing uninitialized memory (CVE-2018-7225) and also to
* prevent from a denial-of-service by allocating to much memory in
* prevent from a denial-of-service by allocating too much memory in
* the server. */
if (msg.cct.length > 1<<20) {
rfbLog("rfbClientCutText: too big cut text length requested: %u B > 1 MB\n", (unsigned int)msg.cct.length);

Loading…
Cancel
Save