vcl/source/filter/wmf/winwmf.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 6715b5730e3373bcb55a4fba504d88b89f5ec917 Author: Caolán McNamara <caol...@redhat.com> Date: Fri Dec 9 15:26:59 2016 +0000 oss-fuzz we don't want this stream to automatically resize on seeks past end Change-Id: Ie42b2e173cd3ed9faaf17c3c978227613129fa84 (cherry picked from commit f212bd45a7c7d97fb16380cd9fa7c6abbfb71e05) (cherry picked from commit b832d7019f7e7499f5fb3da5d5f49ddbf0f35585) Reviewed-on: https://gerrit.libreoffice.org/31803 Tested-by: Jenkins <c...@libreoffice.org> Reviewed-by: Michael Stahl <mst...@redhat.com> diff --git a/vcl/source/filter/wmf/winwmf.cxx b/vcl/source/filter/wmf/winwmf.cxx index ae5cc87..1c65342 100644 --- a/vcl/source/filter/wmf/winwmf.cxx +++ b/vcl/source/filter/wmf/winwmf.cxx @@ -1092,7 +1092,7 @@ void WMFReader::ReadRecordParams( sal_uInt16 nFunc ) { // first EMF comment nEMFRecCount = nComRecCount; nEMFSize = nEMFTotalSize; - pEMFStream = o3tl::make_unique<SvMemoryStream>( nEMFSize ); + pEMFStream = o3tl::make_unique<SvMemoryStream>(nEMFSize, 0); } else if( ( nEMFRecCount != nComRecCount ) || ( nEMFSize != nEMFTotalSize ) ) // add additional checks here {
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits