Skip to content
Snippets Groups Projects
  1. Aug 31, 2011
    • Birte Kristina Friesel's avatar
      feh_reload_image: Always die if reload failed · 8b79bc33
      Birte Kristina Friesel authored
      This fixes a segfault in --reload when the image becomes unloadable while feh
      is running.
      
      Note that this does not affect --reload with more than one file: If the
      current image is removed, feh will simply jump to the next image. feh will
      only quit if the file still exists, but can no longer be loaded.
      8b79bc33
  2. Aug 30, 2011
  3. Aug 29, 2011
  4. Aug 26, 2011
  5. Aug 24, 2011
  6. Aug 23, 2011
  7. Aug 18, 2011
  8. Aug 16, 2011
  9. Aug 15, 2011
  10. Aug 13, 2011
  11. Aug 11, 2011
  12. Aug 10, 2011
  13. Aug 09, 2011
  14. Aug 02, 2011
  15. Aug 01, 2011
  16. Jul 31, 2011
  17. Jul 20, 2011
  18. Jun 07, 2011
  19. Jun 06, 2011
  20. May 31, 2011
  21. May 23, 2011
  22. May 19, 2011
  23. May 12, 2011
  24. May 11, 2011
  25. May 10, 2011
    • Birte Kristina Friesel's avatar
      feh_parse_options_from_string: allocate argv list on stack · eb6566cf
      Birte Kristina Friesel authored
      This fixes a really weird bug where continued theme definitions containing
      just one option/value pair caused feh to mis-parse parts of the following
      line.
      
      Apparently, subsequent realloc calls mixed with strdups in another function
      caused parts of the list (argv) content to be overwritten by the content of
      the list pointer itself. I wasn't able to find out the exact causes /
      conditions.
      eb6566cf
Loading