mesa/main: In _mesa_CompressedTextureSubImage3D() check found texObj
authorJuha-Pekka Heikkila <juhapekka.heikkila@gmail.com>
Mon, 12 Jan 2015 13:27:24 +0000 (15:27 +0200)
committerJason Ekstrand <jason.ekstrand@intel.com>
Mon, 12 Jan 2015 17:56:43 +0000 (09:56 -0800)
Check returned texObj is not null. If texObj is null there is already
GL_INVALID_OPERATION error set.

Signed-off-by: Juha-Pekka Heikkila <juhapekka.heikkila@gmail.com>
src/mesa/main/teximage.c

index 4fa7f0f..5ada94f 100644 (file)
@@ -4732,6 +4732,8 @@ _mesa_CompressedTextureSubImage3D(GLuint texture, GLint level, GLint xoffset,
 
    texObj = _mesa_lookup_texture_err(ctx, texture,
                                      "glCompressedTextureSubImage3D");
+   if (!texObj)
+      return;
 
    _mesa_compressed_texture_sub_image(ctx, 3, texObj, texObj->Target, level,
                                       xoffset, yoffset, zoffset,