ole32: Always check the size of the small block root chain.
commit9c95761d9e3d9f38490efdb2f81c08b38c40c54c
authorVincent Povirk <vincent@codeweavers.com>
Thu, 27 May 2010 22:16:22 +0000 (27 17:16 -0500)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 28 May 2010 14:22:24 +0000 (28 16:22 +0200)
tree0713a1087a1c25b08e07dfde8b9b25f871d18c18
parent07f9087365713bc0c8d2898c83cc1436894474ea
ole32: Always check the size of the small block root chain.

In some storage files, the size of this stream is not a multiple of the big
block size. This means that we may need to enlarge the stream even when we
don't really have to allocate more space for it.
dlls/ole32/storage32.c