1. 12 10月, 2019 1 次提交
    • Sebastian Kemper's avatar
      [mod_event_multicast] Fix memory leak · fc41980f
      Sebastian Kemper 提交于
      Taken from FS-11193:
      
      In "event_handler()" function, when encrypting data using openssl 1.1.0,
      the context ctx is allocated by "EVP_CIPHER_CTX_new()", then data is
      encrypted, and at the end, EVP_CIPHER_CTX_cleanup is called. This
      function resets the context (the function itself is deprecated, and has
      been renamed to "EVP_CIPHER_CTX_reset) so that it can be used again. The
      correct call would be to "EVP_CIPHER_CTX_free()", which frees the
      memory. The code for openssl 1.0 is OK, since the "ctx" struct is kept
      in stack.  The same thing happens during decryption. "ctx" is allocated,
      but never freed.
      Signed-off-by: 's avatarEneas U de Queiroz <cote2004-github@yahoo.com>
      Signed-off-by: 's avatarSebastian Kemper <sebastian_ml@gmx.net>
      fc41980f
  2. 01 10月, 2019 6 次提交
  3. 26 9月, 2019 2 次提交
  4. 17 9月, 2019 3 次提交
  5. 09 9月, 2019 2 次提交
  6. 06 9月, 2019 8 次提交
  7. 05 9月, 2019 1 次提交
    • Andrey Volk's avatar
      Merge pull request #1244 in FS/freeswitch from… · d0c6b30c
      Andrey Volk 提交于
      Merge pull request #1244 in FS/freeswitch from ~DRAGOS_OANCEA_NX/freeswitch-dragos-nx:fix/FS-10191/disable_video_floor_event_for_audio to master
      
      * commit '4d4afbeb':
        FS-10191: don't send "video-floor-change" event for audio-only conference
      d0c6b30c
  8. 29 8月, 2019 1 次提交
  9. 28 8月, 2019 1 次提交
  10. 27 8月, 2019 5 次提交
  11. 26 8月, 2019 2 次提交
  12. 25 8月, 2019 1 次提交
  13. 22 8月, 2019 2 次提交
  14. 20 8月, 2019 3 次提交
  15. 19 8月, 2019 2 次提交