Skip to content
  1. Jan 24, 2011
  2. Jan 20, 2011
    • Richard Levitte's avatar
      PR: 2434 · 54db7969
      Richard Levitte authored
      Under Windows, there seems to be a problem relinking fips_premain_dso
      because that file is locked.  Changing from backtick op to using
      system() with redirection and reading the hash from the output file
      seems to fix the problem.
      
      In an ideal world, there should be no difference, as a command in a
      backtick op should terminate before the backtick returns, same as it
      does with system().  We suspect, though, that the loaded binary is
      cached by Windows for a little while, and that reading the output from
      a file provides enough delay for the lock to drop before we try to
      relink.
      54db7969
  3. Jan 04, 2011
  4. Jan 03, 2011
  5. Dec 13, 2010
  6. Dec 11, 2010
  7. Dec 02, 2010
  8. Dec 01, 2010
  9. Nov 29, 2010
  10. Nov 27, 2010
  11. Nov 26, 2010
  12. Nov 22, 2010
  13. Nov 16, 2010
  14. Nov 02, 2010
  15. Oct 11, 2010
    • Dr. Stephen Henson's avatar
      PR: 2295 · 05bbbe92
      Dr. Stephen Henson authored
      Submitted by: Alexei Khlebnikov <alexei.khlebnikov@opera.com>
      Reviewed by: steve
      
      OOM checking. Leak in OOM fix. Fall-through comment. Duplicate code
      elimination.
      05bbbe92
  16. Oct 10, 2010
    • Dr. Stephen Henson's avatar
      PR: 2314 · a0731292
      Dr. Stephen Henson authored
      Submitted by: Mounir IDRASSI <mounir.idrassi@idrix.net>
      Reviewed by: steve
      
      Fix for double free bug in ssl/s3_clnt.c CVE-2010-2939
      a0731292
  17. Oct 06, 2010
  18. Oct 04, 2010
  19. Oct 03, 2010
  20. Sep 20, 2010
  21. Sep 19, 2010
  22. Aug 30, 2010
  23. Aug 26, 2010