tgsi: fix buffer overflow
[mesa.git] / src / gallium / auxiliary / tgsi / tgsi_exec.c
index fb5105173c6db753af780b0c794032fb3083939b..41dd0f0466a28285e78321004aefe9f0a6b6b26e 100644 (file)
@@ -4011,7 +4011,7 @@ static void
 exec_atomop_buf(struct tgsi_exec_machine *mach,
                 const struct tgsi_full_instruction *inst)
 {
-   union tgsi_exec_channel r[3];
+   union tgsi_exec_channel r[4];
    union tgsi_exec_channel value[4], value2[4];
    float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE];
    float rgba2[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE];