Skip to content
  1. Oct 13, 2016
  2. May 20, 2015
  3. Oct 07, 2013
  4. Dec 27, 2012
  5. Jun 27, 2012
  6. Apr 16, 2012
  7. Apr 14, 2012
  8. Mar 30, 2012
  9. Mar 29, 2012
  10. Mar 26, 2012
  11. Mar 25, 2012
  12. Mar 24, 2012
  13. Mar 23, 2012
  14. Mar 21, 2012
  15. Mar 20, 2012
  16. Mar 13, 2012
  17. Mar 09, 2012
  18. Jan 09, 2012
  19. Nov 24, 2011
  20. Nov 15, 2011
    • Martin Pitt's avatar
      game_scm_pre_unwind_handler(): Fix potential format string crash · b02511b2
      Martin Pitt authored and Christian Persch's avatar Christian Persch committed
      Use g_set_error_literal() for setting the error message to the stack trace, as
      this might contain format string macros. Spotted by building with
      -Werror=format-security:
      
      game.c: In function 'game_scm_pre_unwind_handler':
      game.c:425:24: error: format not a string literal and no format arguments [-Werror=format-security]
      (cherry picked from commit 3e6a3c97)
      b02511b2
  21. Nov 14, 2011
  22. Oct 17, 2011