[Mesa-dev] [PATCH] texgetimage: add missing return on error
nobled
nobled at dreamwidth.org
Wed Oct 19 04:54:06 PDT 2011
Missed this back in the arb_robustness branch
<6b329b9274b18c50f4177eef7ee087d50ebc1525>.
---
src/mesa/main/texgetimage.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/mesa/main/texgetimage.c b/src/mesa/main/texgetimage.c
index f911886..e6edb45 100644
--- a/src/mesa/main/texgetimage.c
+++ b/src/mesa/main/texgetimage.c
@@ -849,6 +849,7 @@ getcompressedteximage_error_check(struct
gl_context *ctx, GLenum target,
_mesa_error(ctx, GL_INVALID_OPERATION,
"glGetnCompressedTexImageARB(out of bounds access:"
" bufSize (%d) is too small)", clientMemSize);
+ return GL_TRUE;
}
} else {
/* do bounds checking on PBO write */
--
1.7.6.msysgit.0
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-texgetimage-add-missing-return-on-error.patch
Type: application/octet-stream
Size: 959 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20111019/c29cbb5b/attachment.obj>
More information about the mesa-dev
mailing list