Skip to content
Commit 9ebc6176 authored by Alan Coopersmith's avatar Alan Coopersmith Committed by Julien Cristau
Browse files

integer overflow in XDGAOpenFramebuffer()



rep.length is a CARD32 and should be bounds checked before left shifting
to come up with the size to allocate and read from the network, though
since both functions take the same size, there should be no way for the
buffer to be overflowed in this case.

Signed-off-by: default avatarAlan Coopersmith <alan.coopersmith@oracle.com>
Signed-off-by: default avatarJulien Cristau <jcristau@debian.org>
parent 2147c468
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment