Skip to content
Snippets Groups Projects
  1. Jan 03, 2020
  2. Dec 31, 2019
  3. Dec 24, 2019
    • Sébastien Blin's avatar
      sipcall: avoid use after free on the invite session · 4ad78be5
      Sébastien Blin authored and Adrien Béraud's avatar Adrien Béraud committed
      pjsip uses a counter to delete objects when the ref counter is equals to 0.
      This means that our unique_ptr on the invite will be invalid if resources are
      already freed by pjproject. To avoid this, we need to increment and decrement
      the counter when we respectively create and destroy our unique_ptr on the
      invite session
      
      Change-Id: Ida5c687004b91100f1c10f83e32c1a40264c775c
      4ad78be5
    • Sébastien Blin's avatar
      rfc6544: resend is_pending status when closing/connecting a new socket · 957cc3f2
      Sébastien Blin authored
      During the negotiation, if the TURN needed to be resetted or got a EBUSY
      status, the is_pending boolean was stuck to is_pending=true and the ICE
      session was immediately considered as failed.
      
      Change-Id: I0d8caac3ec04fec0ad32d9569013025a9787f7ab
      957cc3f2
  4. Dec 23, 2019
  5. Dec 20, 2019
  6. Dec 19, 2019
  7. Dec 17, 2019
  8. Dec 12, 2019
  9. Dec 11, 2019
  10. Dec 08, 2019
  11. Dec 06, 2019
  12. Dec 05, 2019
  13. Dec 04, 2019
  14. Dec 03, 2019
  15. Nov 29, 2019
  16. Nov 28, 2019
  17. Nov 27, 2019
  18. Nov 26, 2019
  19. Nov 22, 2019
Loading