Skip to content
Snippets Groups Projects
  1. Feb 21, 2018
    • Sean Bright's avatar
      AST-2018-006: Properly handle WebSocket frames with 0 length payload. · 64361379
      Sean Bright authored
      In ast_websocket_read() we were not adequately checking that the
      payload_len was non-zero before passing it to ws_safe_read(). Calling
      ws_safe_read with a len argument of 0 will result in a busy loop until
      the underlying socket is closed.
      
      ASTERISK-27658 #close
      
      Change-Id: I9d59f83bc563f711df1a6197c57de473f6b0663a
      64361379
  2. Feb 19, 2018
  3. Feb 16, 2018
  4. Feb 15, 2018
  5. Feb 14, 2018
  6. Feb 13, 2018
  7. Feb 12, 2018
  8. Feb 10, 2018
Loading