From eaaf0a5211883608e2e698cde04bcb0da4c4a4ee Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Fri, 17 Dec 2004 14:11:05 +0000 Subject: [PATCH] Add the 'Auto' pageflipping command to the verifier. I don't think any verification is required for the arguments of this packet from a security point of view. --- shared/via_verifier.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/shared/via_verifier.c b/shared/via_verifier.c index f88c545..e29725b 100644 --- a/shared/via_verifier.c +++ b/shared/via_verifier.c @@ -549,6 +549,10 @@ via_check_header2( uint32_t const **buffer, const uint32_t *buf_end ) case (HC_ParaType_Tex | (HC_SubType_TexGeneral << 8)): hz_table = table3; break; + case HC_ParaType_Auto: + buf += 2; + *buffer = buf; + return state_command; default: /* -- 2.7.4