[Quickfix-developers] A buffer overrun has occurred
Brought to you by:
orenmnero
From: Alessandro H. <roo...@gm...> - 2008-05-15 18:04:26
|
A buffer overrun has occurred in AERoteadorFront.exe which has corrupted the program's internal state. Source Code: std::stringstream cfgstring; cfgstring << "[DEFAULT]" << std::endl << "ConnectionType=" << "acceptor" << std::endl << "SocketAcceptPort=" << "5001" << std::endl << "SocketReuseAddress=" << "Y" << std::endl << "StartTime=" << "00:00:00" << std::endl << "EndTime=" << "00:00:00" << std::endl << std::endl << "[SESSION]" << std::endl << "BeginString=" << "FIX.4.4" << std::endl << "SenderCompID=" << "VENDOR" << std::endl << "TargetCompID=" << "CLIENT1" << std::endl << "FileStorePath=" << "store" << std::endl //<< "DataDictionary=" << "../spec/FIX44BMF.xml" << std::endl << std::endl; FIX::SessionSettings s; cfgstring >> s; // <- A Buffer Overrun ocurr there Anyone can help me. Thanks Alessandro |