summaryrefslogtreecommitdiff
path: root/src/glx/indirect_vertex_array.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2013-04-26 16:33:03 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2013-05-30 18:03:45 -0700
commit306f630e676eb901789dd09a0f30d7e7fa941ebe (patch)
tree3aa7e45fd1d42f3045343c356926c9e1cc9d0767 /src/glx/indirect_vertex_array.c
parent2e5a268f18be30df15aed0b44b01a18a37fb5df4 (diff)
integer overflow in XF86DRIGetClientDriverName() [CVE-2013-1993 2/2]
clientDriverNameLength is a CARD32 and needs to be bounds checked before adding one to it to come up with the total size to allocate, to avoid integer overflow leading to underallocation and writing data from the network past the end of the allocated buffer. NOTE: This is a candidate for stable release branches. Reported-by: Ilja Van Sprundel <ivansprundel@ioactive.com> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Brian Paul <brianp@vmware.com>
Diffstat (limited to 'src/glx/indirect_vertex_array.c')
0 files changed, 0 insertions, 0 deletions