Skip to content
Snippets Groups Projects
  1. Oct 09, 2018
  2. Sep 12, 2018
  3. Jun 19, 2018
  4. Jan 17, 2018
  5. Oct 16, 2017
  6. 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
  7. Oct 13, 2017
  8. Jul 11, 2017
  9. Jul 10, 2017
  10. Jul 11, 2017
  11. May 31, 2017
  12. Jun 02, 2017
  13. May 01, 2017
  14. Apr 19, 2017
  15. Apr 27, 2017
  16. Jan 18, 2017
  17. Jan 05, 2017
  18. Dec 15, 2016
  19. Dec 14, 2016
  20. Nov 19, 2016
  21. Nov 16, 2016
  22. Nov 09, 2017
  23. 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
  24. Nov 11, 2016
  25. Oct 25, 2016
  26. Nov 15, 2016
  27. Nov 10, 2016
  28. Nov 09, 2016
  29. Nov 07, 2016
  30. Nov 04, 2016
  31. Sep 28, 2016
  32. Sep 25, 2016
  33. Sep 22, 2016
  34. Aug 26, 2016
  35. Aug 25, 2016
  36. Aug 16, 2016
Loading