mFAST icon indicating copy to clipboard operation
mFAST copied to clipboard

A FAST (FIX Adapted for STreaming) encoder/decoder

Results 33 mFAST issues
Sort by recently updated
recently updated
newest added

String fields common to multiple template definitions within a templates collection, with copy attributes, result in duplicate memory references. These result in unexpected behavior, including duplicate free's in this simple...

mfast_fix/src/mfast/coder/decoder/fast_istreambuf.h(47): Throw in function unsigned char mfast::fast_istreambuf::sbumpc() Dynamic exception type: boost::exception_detail::clone_impl std::exception::what: std::exception [mfast::tag_error_code*] = Buffer underflow void MdiFoHandler::handleMulticastPacket(const char *buf, const int32_t incomingLen) { // DEBUG_LOG("packet length = "

``` mfast315128adcd459/p/include/mfast/ext_ref.h:131:40: error: no member named 'optional' in 'ext_cref' 131 | bool present() const { return !this->optional() || base_.present(); } | ~~~~ ^ 1 error generated. ``` Guess other places...