BR 1880905: make sure we have enough zero-padding data for 'DO'
commitd387b8c6ddb40a03eca3fad443a3f09cac2c6f58
authorH. Peter Anvin <hpa@zytor.com>
Mon, 28 Jan 2008 00:39:26 +0000 (27 16:39 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Mon, 28 Jan 2008 00:40:07 +0000 (27 16:40 -0800)
tree549d5bba8eb26eac89da21d5f47dd846f6002e70
parentf3d2d41e06807fcff2af2504536240eef4c483e2
BR 1880905: make sure we have enough zero-padding data for 'DO'

When using DO with a string that was too short, we would run off the
end of an all-zero buffer.  Make sure the buffer is long enough.
assemble.c