summaryrefslogtreecommitdiff
path: root/exa
diff options
context:
space:
mode:
authorOliver McFadden <oliver.mcfadden@nokia.com>2010-03-15 23:46:33 +0200
committerKeith Packard <keithp@keithp.com>2010-03-21 15:20:07 -0700
commitd9ee31ab05efbd2d598cc93a41a8834f84d30803 (patch)
treed88f93ea989594b925cdcf6ae1536c918445b33b /exa
parent67a8c659f25218904bae64aac6e98e326c90330b (diff)
exa: exaFinishAccess: Overrun of static array "pExaScr->access" of size 6 at position 6 with index variable "i"
Signed-off-by: Oliver McFadden <oliver.mcfadden@nokia.com> Reviewed-by: Keith Packard <keithp@keithp.com> Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'exa')
-rw-r--r--exa/exa.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/exa/exa.c b/exa/exa.c
index c5ac7dec2..590d9a500 100644
--- a/exa/exa.c
+++ b/exa/exa.c
@@ -417,8 +417,8 @@ exaFinishAccess(DrawablePtr pDrawable, int index)
/* Catch unbalanced Prepare/FinishAccess calls. */
if (i == EXA_NUM_PREPARE_INDICES)
- EXA_FatalErrorDebug(("EXA bug: FinishAccess called without PrepareAccess for pixmap 0x%p.\n",
- pPixmap));
+ EXA_FatalErrorDebugWithRet(("EXA bug: FinishAccess called without PrepareAccess for pixmap 0x%p.\n",
+ pPixmap),);
pExaScr->access[i].pixmap = NULL;