Skip to content
Snippets Groups Projects
  1. May 31, 2012
  2. May 30, 2012
    • Nick Mathewson's avatar
      Add __attribute__(format)s for our varargs printf/scanf wrappers · e2848946
      Nick Mathewson authored
      It turns out that if you set the third argument of
      __attribute__(format) to 0, GCC and Clang will check the format
      argument without expecting to find variadic arguments.  This is the
      correct behavior for vsnprintf, vasprintf, and vscanf.
      
      I'm hoping this will fix bug 5969 (a clang warning) by telling clang that
      the format argument to tor_vasprintf is indeed a format string.
      e2848946
  3. May 16, 2012
  4. May 15, 2012
  5. May 10, 2012
  6. May 07, 2012
  7. Apr 19, 2012
  8. Apr 11, 2012
  9. Apr 10, 2012
  10. Apr 05, 2012
  11. Apr 04, 2012
  12. Apr 01, 2012
  13. Mar 26, 2012
  14. Mar 09, 2012
Loading