Skip to content
Snippets Groups Projects
  1. Dec 16, 2016
    • Richard van der Hoff's avatar
      Avoid buffer overrun on encryption · 8e554ab5
      Richard van der Hoff authored
      Make sure we null-terminate encrypted strings before passing them to
      UTF8ToString.
      
      This used to work when we allocated the buffer on the stack, because it turns
      out that allocate() zeroinits the returned memory. malloc(), of course, does
      not.
      8e554ab5
  2. Dec 15, 2016
  3. Dec 14, 2016
  4. Dec 12, 2016
  5. Oct 27, 2016
  6. Oct 25, 2016
  7. Oct 24, 2016
  8. Oct 21, 2016
  9. Oct 20, 2016
  10. Oct 19, 2016
Loading