File remove_soap_maxlength.patch of Package virtualbox.openSUSE_Leap_42.3_Update
Index: VirtualBox-5.2.24/src/VBox/Main/webservice/vboxweb.cpp
===================================================================
--- VirtualBox-5.2.24.orig/src/VBox/Main/webservice/vboxweb.cpp
+++ VirtualBox-5.2.24/src/VBox/Main/webservice/vboxweb.cpp
@@ -620,7 +620,7 @@ void SoapThread::process()
// be on the safe side (SOAP is quite wordy when representing arrays,
// and some API uses need to deal with large arrays). Good that binary
// data is no longer represented by byte arrays...
- m_soap->recv_maxlength = _16M;
+// m_soap->recv_maxlength = _16M;
// process the request; this goes into the COM code in methodmaps.cpp
do {
#ifdef WITH_OPENSSL