Skip to content
Snippets Groups Projects
  1. Aug 18, 2021
    • Even Rouault's avatar
      CurlURLInputStream constructor: avoid memory leak · 327abd35
      Even Rouault authored
      CurlURLInputStream constructor calls the readMore() method, which can
      throw exceptions. In that situation, the destructor is not called, which
      results in resource/memory leaks. To fix that, catch the exceptions,
      manually do the cleanup and rethrow the exceptions.
      
      Found by ossfuzz (locally)
      327abd35
  2. Jun 15, 2020
  3. Jun 11, 2020
  4. Jun 10, 2020
  5. Jun 09, 2020
  6. Jun 06, 2020
  7. Jun 03, 2020
  8. Jun 02, 2020
  9. Apr 10, 2020
  10. Apr 07, 2020
  11. Apr 03, 2020
Loading