(decode_type): tagdatalen should be an size_t.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15672 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -420,8 +420,7 @@ decode_type (const char *name, const Type *t, int optional,
|
|||||||
case TTag:{
|
case TTag:{
|
||||||
fprintf(codefile,
|
fprintf(codefile,
|
||||||
"{\n"
|
"{\n"
|
||||||
"int tagdatalen;\n"
|
"size_t tagdatalen, oldlen;\n");
|
||||||
"size_t oldlen;\n");
|
|
||||||
if(dce_fix)
|
if(dce_fix)
|
||||||
fprintf(codefile,
|
fprintf(codefile,
|
||||||
"int dce_fix;\n");
|
"int dce_fix;\n");
|
||||||
|
Reference in New Issue
Block a user