Skip to content
Snippets Groups Projects
  1. Feb 18, 2019
  2. Oct 09, 2018
  3. Sep 12, 2018
  4. Jun 19, 2018
  5. Jun 07, 2018
  6. Jan 17, 2018
  7. Oct 16, 2017
  8. Oct 12, 2017
    • Kitty Barnett's avatar
      MAINT-7081 [FIXED] Access (write) violation / buffer overrun in LLTextureFetchWorker::doWork() · 18fa2e64
      Kitty Barnett authored
      The trouble lines are:
      			U8 * buffer = (U8 *) ALLOCATE_MEM(LLImageBase::getPrivatePool(), total_size);
      			if (cur_size > 0)
      			{
      				memcpy(buffer, mFormattedImage->getData(), cur_size);
      			}
      
      If 'cur_size > mHttpReplyOffset + append_size' then 'total_size -= src_offset' will cause
      total_size to be smaller than cur_size causing a write access violation on the memcpy.
      
      Since the response is invalid it seemed best to make it follow the other failed partial condition.
      (transplanted from 737e28ec6b4d74f3ff915a4effc13d7b615a6a9b)
      18fa2e64
  9. Oct 13, 2017
  10. Jul 11, 2017
  11. Jul 10, 2017
  12. Jul 11, 2017
  13. May 31, 2017
  14. Jun 02, 2017
  15. May 01, 2017
  16. Apr 19, 2017
  17. Apr 27, 2017
  18. Jan 18, 2017
  19. Jan 05, 2017
  20. Dec 15, 2016
  21. Dec 14, 2016
  22. Nov 19, 2016
  23. Nov 16, 2016
  24. Nov 09, 2017
  25. Nov 14, 2016
    • Ansariel's avatar
      STORM-2141: Fix various inventory floater related issues: · 420b1c94
      Ansariel authored
      * Opening new inventory via Control-Shift-I shortcut uses legacy and potentinally dangerous code path
      * Closing new inventory windows don't release memory
      * During shutdown legacy and inoperable code for inventory window cleanup is called
      * Remove old and unused inventory legacy code
      420b1c94
  26. Nov 11, 2016
  27. Oct 25, 2016
  28. Nov 15, 2016
  29. Nov 10, 2016
  30. Nov 09, 2016
  31. Nov 07, 2016
  32. Nov 04, 2016
  33. Sep 28, 2016
  34. Sep 25, 2016
  35. Sep 22, 2016
  36. Aug 26, 2016
Loading