Home » U++ Library support » U++ MT-multithreading and servers » XmlRpc: possible crash fixed
XmlRpc: possible crash fixed [message #32033] |
Mon, 18 April 2011 13:53 |
zsolt
Messages: 702 Registered: December 2005 Location: Budapest, Hungary
|
Contributor |
|
|
In ValueGetStruct_ function, value checking is missing. This is allowing the client to crash your server.
Adding the line
ValueCheck(IsNull(v) || IsValueMap(v));
to the beginning of the function template <class T>
void ValueGetStruct_(T& x, const Value& v) at line 196 of XmlRpc.h eliminated the crashes of my server app.
[Updated on: Mon, 18 April 2011 13:54] Report message to a moderator
|
|
|
Goto Forum:
Current Time: Sat May 10 00:22:50 CEST 2025
Total time taken to generate the page: 0.01726 seconds
|