Add the 'Auto' pageflipping command to the verifier. I don't think any
authorKeith Whitwell <keith@tungstengraphics.com>
Fri, 17 Dec 2004 14:11:05 +0000 (14:11 +0000)
committerKeith Whitwell <keith@tungstengraphics.com>
Fri, 17 Dec 2004 14:11:05 +0000 (14:11 +0000)
    verification is required for the arguments of this packet from a
    security point of view.

shared/via_verifier.c

index f88c545..e29725b 100644 (file)
@@ -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:
 
                /*