Advertisement
Guest User

Untitled

a guest
Jan 21st, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.22 KB | None | 0 0
  1. ==3969==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x62500065bfff at pc 0x0000009705fb bp 0x7f86c5af7650 sp 0x7f86c5af7640
  2. WRITE of size 1 at 0x62500065bfff thread T9 ([ET_NET 7])
  3. #0 0x9705fa in mime_scanner_get(MIMEScanner*, char const**, char const*, char const**, char const**, bool*, bool, int) /usr/local/src/trafficserver/proxy/hdrs/MIME.cc:2446
  4. #1 0x970dc4 in mime_parser_parse(MIMEParser*, HdrHeap*, MIMEHdrImpl*, char const**, char const*, bool, bool) /usr/local/src/trafficserver/proxy/hdrs/MIME.cc:2572
  5. #2 0x94c82a in http_parser_parse_req(HTTPParser*, HdrHeap*, HTTPHdrImpl*, char const**, char const*, bool, bool, bool) /usr/local/src/trafficserver/proxy/hdrs/HTTP.cc:1120
  6. #3 0x95d503 in HTTPHdr::parse_req(HTTPParser*, IOBufferReader*, int*, bool, bool) /usr/local/src/trafficserver/proxy/hdrs/HdrTSOnly.cc:74
  7. #4 0x73a2ba in HttpSM::state_read_client_request_header(int, void*) /usr/local/src/trafficserver/proxy/http/HttpSM.cc:626
  8. #5 0x74f7ce in HttpSM::main_handler(int, void*) /usr/local/src/trafficserver/proxy/http/HttpSM.cc:2573
  9. #6 0x5df728 in Continuation::handleEvent(int, void*) /usr/local/src/trafficserver/iocore/eventsystem/I_Continuation.h:153
  10. #7 0x73898d in HttpSM::setup_client_read_request_header() /usr/local/src/trafficserver/proxy/http/HttpSM.cc:530
  11. #8 0x744036 in HttpSM::handle_api_return() /usr/local/src/trafficserver/proxy/http/HttpSM.cc:1575
  12. #9 0x7966b1 in HttpSM::do_api_callout() /usr/local/src/trafficserver/proxy/http/HttpSM.cc:350
  13. #10 0x736cef in HttpSM::state_add_to_list(int, void*) /usr/local/src/trafficserver/proxy/http/HttpSM.cc:376
  14. #11 0x738595 in HttpSM::attach_client_session(ProxyClientTransaction*, IOBufferReader*) /usr/local/src/trafficserver/proxy/http/HttpSM.cc:510
  15. #12 0x66d76e in ProxyClientTransaction::new_transaction() /usr/local/src/trafficserver/proxy/ProxyClientTransaction.cc:60
  16. #13 0xabeaf6 in QUICSimpleApp::main_event_handler(int, Event*) /usr/local/src/trafficserver/proxy/hq/QUICSimpleApp.cc:79
  17. #14 0x5df728 in Continuation::handleEvent(int, void*) /usr/local/src/trafficserver/iocore/eventsystem/I_Continuation.h:153
  18. #15 0xbd5720 in QUICStream::_signal_read_event() /usr/local/src/trafficserver/iocore/net/quic/QUICStream.cc:398
  19. #16 0xbd4c47 in QUICStream::recv(std::shared_ptr<QUICStreamFrame const>) /usr/local/src/trafficserver/iocore/net/quic/QUICStream.cc:336
  20. #17 0xbcb557 in QUICStreamManager::_handle_frame(std::shared_ptr<QUICStreamFrame const> const&) /usr/local/src/trafficserver/iocore/net/quic/QUICStreamManager.cc:178
  21. #18 0xbcaa45 in QUICStreamManager::handle_frame(std::shared_ptr<QUICFrame const>) /usr/local/src/trafficserver/iocore/net/quic/QUICStreamManager.cc:126
  22. #19 0xbb3c11 in QUICFrameDispatcher::receive_frames(unsigned char const*, unsigned short, bool&) /usr/local/src/trafficserver/iocore/net/quic/QUICFrameDispatcher.cc:68
  23. #20 0xb61294 in QUICNetVConnection::_recv_and_ack(unsigned char const*, unsigned short, unsigned long) /usr/local/src/trafficserver/iocore/net/QUICNetVConnection.cc:922
  24. #21 0xb5d942 in QUICNetVConnection::_state_connection_established_process_packet(std::unique_ptr<QUICPacket, void (*)(QUICPacket*)>) /usr/local/src/trafficserver/iocore/net/QUICNetVConnection.cc:710
  25. #22 0xb5e10a in QUICNetVConnection::_state_common_receive_packet() /usr/local/src/trafficserver/iocore/net/QUICNetVConnection.cc:752
  26. #23 0xb5b317 in QUICNetVConnection::state_connection_established(int, Event*) /usr/local/src/trafficserver/iocore/net/QUICNetVConnection.cc:468
  27. #24 0x5df728 in Continuation::handleEvent(int, void*) /usr/local/src/trafficserver/iocore/eventsystem/I_Continuation.h:153
  28. #25 0xc413b9 in EThread::process_event(Event*, int) /usr/local/src/trafficserver/iocore/eventsystem/UnixEThread.cc:130
  29. #26 0xc42267 in EThread::execute_regular() /usr/local/src/trafficserver/iocore/eventsystem/UnixEThread.cc:243
  30. #27 0xc42e3d in EThread::execute() /usr/local/src/trafficserver/iocore/eventsystem/UnixEThread.cc:324
  31. #28 0xc3f612 in spawn_thread_internal /usr/local/src/trafficserver/iocore/eventsystem/Thread.cc:85
  32. #29 0x7f86ce25436c in start_thread (/lib64/libpthread.so.0+0x736c)
  33. #30 0x7f86cd4cee1e in __GI___clone (/lib64/libc.so.6+0x110e1e)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement