diff options
author | Eamon Walsh <ewalsh@tycho.nsa.gov> | 2008-04-14 19:24:02 -0400 |
---|---|---|
committer | Eamon Walsh <ewalsh@moss-charon.epoch.ncsc.mil> | 2008-04-14 19:24:02 -0400 |
commit | b15d25b2c6b950bfc844ee626870c84f46f21082 (patch) | |
tree | ece361e3a1a6621b3722587802f35d3213c7d616 /src/xvmc.xml | |
parent | d1f26106925f64907a8e4a26ab7678f5b3e8b6ca (diff) |
Require a length specification for lists in reply structures.
Diffstat (limited to 'src/xvmc.xml')
-rw-r--r-- | src/xvmc.xml | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/src/xvmc.xml b/src/xvmc.xml index ecfafea..ac80003 100644 --- a/src/xvmc.xml +++ b/src/xvmc.xml @@ -78,7 +78,9 @@ authorization from the authors. <field type="CARD16" name="height_actual" /> <field type="CARD32" name="flags_return" /> <pad bytes="20" /> - <list type="CARD32" name="priv_data" /> + <list type="CARD32" name="priv_data"> + <fieldref>length</fieldref> + </list> </reply> </request> @@ -92,7 +94,9 @@ authorization from the authors. <reply> <pad bytes="1" /> <pad bytes="24" /> - <list type="CARD32" name="priv_data" /> + <list type="CARD32" name="priv_data"> + <fieldref>length</fieldref> + </list> </reply> </request> @@ -116,7 +120,9 @@ authorization from the authors. <value>4</value> </list> <pad bytes="12" /> - <list type="CARD32" name="priv_data" /> + <list type="CARD32" name="priv_data"> + <fieldref>length</fieldref> + </list> </reply> </request> |