You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Replace deprecated sprintf() with snprintf() in arg_conversion,
SyslogCDR, AnswerMachine, XmlRpcClient, XmlRpcServer, and AmUtils
- Remove deprecated 'register' storage class specifier in AmSdp,
AmUriParser, and parse_100rel
- Add virtual destructor to SBCEventLogHandler (polymorphic base class)
- Fix string literal pointer arithmetic with array subscript in
parse_header for C++ standard compliance
- Guard #pragma GCC diagnostic for -Wclass-memaccess (GCC-only) in
sip_parser_async.h to avoid warnings on Clang
- Fix integer overflow in MuxStreamQueue stream_id loop
(AmRtpMuxStream)
- Conditionally add MacPorts paths on Darwin only if they exist
- Set CMAKE_CXX_STANDARD to C++11 in CMakeLists.txt
0 commit comments