Skip to content
  1. Aug 21, 2017
  2. Jul 25, 2017
  3. Jul 17, 2017
    • Bastien Nocera's avatar
      thumbnail: Fix use of uninitialised value · cf1b2130
      Bastien Nocera authored
      The pixbuf to be written as a placeholder thumbnail was never
      initialised to be empty, so might contain random data from the stack.
      Use gdk_pixbuf_fill() to solve this problem.
      
      Use of uninitialised value of size 8
         at 0x9A8ED44: crc32_little (crc32.c:287)
         by 0x9A8ED44: crc32_z (crc32.c:220)
         by 0x8A617FB: png_calculate_crc (png.c:153)
         by 0x8A7FACF: png_write_complete_chunk (pngwutil.c:187)
         by 0x8A801B1: png_compress_IDAT (pngwutil.c:1047)
         by 0x8A81F8E: png_write_filtered_row (pngwutil.c:2743)
         by 0x8A81F8E: png_write_find_filter (pngwutil.c:2713)
         by 0x8A7CF21: png_write_row (pngwrite.c:888)
         by 0x8A7D20E: png_write_rows (pngwrite.c:582)
         by 0x8263A08: real_save_png (io-png.c:1139)
         by 0x8263B0A: gdk_pixbuf__png_image_save (io-png.c:1166)
         by 0x8250FF8: gdk_pixbuf_real_save (gdk-pixbuf-io.c:2180)
         by 0x8251820: gdk_pixbuf_savev (gdk-pixbuf-io.c:2479)
         by 0x8251534: gdk_pixbuf_save (gdk-pixbuf-io.c:2418)
         by 0x5342324: save_thumbnail (gnome-desktop-thumbnail.c:1224)
         by 0x53424DD: gnome_desktop_thumbnail_factory_create_failed_thumbnail (gnome-desktop-thumbnail.c:1313)
         by 0x4E89B6A: eog_thumbnail_load (eog-thumbnail.c:518)
         by 0x4E6BA39: eog_job_thumbnail_run (eog-jobs.c:1270)
         by 0x4E69796: eog_job_run (eog-jobs.c:271)
         by 0x4E689A2: eog_job_process (eog-job-scheduler.c:153)
         by 0x4E688AA: eog_job_scheduler (eog-job-scheduler.c:128)
         by 0x97E4004: g_thread_proxy (gthread.c:784)
         by 0x9CAA36C: start_thread (in /usr/lib64/libpthread-2.25.so)
         by 0x9FD2E9E: clone (in /usr/lib64/libc-2.25.so)
      Uninitialised value was created by a stack allocation
         at 0x8262D5E: real_save_png (io-png.c:871)
      
      https://bugzilla.gnome.org/show_bug.cgi?id=784915
      cf1b2130
  4. May 08, 2017
  5. Apr 09, 2017
  6. Mar 27, 2017
  7. Mar 25, 2017
  8. Mar 21, 2017
  9. Mar 14, 2017
  10. Feb 27, 2017
  11. Feb 13, 2017
  12. Feb 03, 2017
  13. Jan 19, 2017
  14. Dec 13, 2016
  15. Dec 12, 2016
  16. Nov 22, 2016
  17. Nov 07, 2016
  18. Oct 28, 2016
  19. Oct 10, 2016
  20. Sep 22, 2016
  21. Sep 19, 2016
  22. Sep 13, 2016
  23. Sep 08, 2016
  24. Sep 05, 2016
  25. Aug 17, 2016
  26. Aug 16, 2016
  27. Jul 22, 2016
  28. Jul 18, 2016
  29. Jun 26, 2016
  30. Jun 25, 2016
  31. Jun 21, 2016
  32. May 30, 2016
  33. May 26, 2016