Menu

#13 crash with betty.userland.com, integer = 0

v0.8.x
closed-fixed
nobody
None
5
2016-01-18
2016-01-18
No

Library crashed if asked betty.userland.com:80/RPC2 , method examples.getStateName, with 1 integer argument = 0. With other values in works.

~~~~C++
iqxmlrpc::Client_base* retval = new Client<http_client_connection>(iqnet::Inet_addr("betty.userland.com", 80), "/RPC2");
retval->set_timeout(500);
Param_list pl;
pl.push_back(Value(0));
Response retval2(retval->execute("examples.getStateName", pl));</http_client_connection>

Discussion

  • Anton Dedov

    Anton Dedov - 2016-01-18

    Confirmed bug in parser. Thanks.

     
  • Anton Dedov

    Anton Dedov - 2016-01-18
    • status: open --> closed-fixed
     
  • Dontsov Evgeny

    Dontsov Evgeny - 2016-01-18

    Thanks a lot!

     

Log in to post a comment.

MongoDB Logo MongoDB