diff options
author | Oliver McFadden <oliver.mcfadden@nokia.com> | 2010-03-15 23:46:33 +0200 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2010-03-21 15:20:07 -0700 |
commit | d9ee31ab05efbd2d598cc93a41a8834f84d30803 (patch) | |
tree | d88f93ea989594b925cdcf6ae1536c918445b33b /exa/exa.c | |
parent | 67a8c659f25218904bae64aac6e98e326c90330b (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/exa.c')
-rw-r--r-- | exa/exa.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; |