Forgot to advance the dest buffer (shame on me)

edge.strict_endians
uvman 2006-10-28 23:35:56 +00:00
parent c59a3aedbd
commit f51136ac9d
1 changed files with 1 additions and 0 deletions

View File

@ -216,6 +216,7 @@ do_next_tag:
goto return_overflow;
/* memmove() is safe with overlapping blocks. */
memmove(dest, dest_back_addr, length);
dest += length;
/* Advance source position and continue with the next token. */
cb += 2;
}