From d9ee31ab05efbd2d598cc93a41a8834f84d30803 Mon Sep 17 00:00:00 2001 From: Oliver McFadden Date: Mon, 15 Mar 2010 23:46:33 +0200 Subject: exa: exaFinishAccess: Overrun of static array "pExaScr->access" of size 6 at position 6 with index variable "i" Signed-off-by: Oliver McFadden Reviewed-by: Keith Packard Signed-off-by: Keith Packard --- exa/exa.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'exa/exa.c') 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; -- cgit v1.2.3