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