arb_compute_variable_group_size/errors: fix a hang when increasing limits
Without this fix, glGetIntegerv can report INT_MAX, which won't return an error because it's not more than UINT32_MAX, so it will start a dispatch of (INT_MAX+1)^3, which is long enough to be treated as a hang.