Skip to content
Snippets Groups Projects
  1. Jul 07, 2006
    • Matt Johnston's avatar
      Fixes from Erik Hovland: · 4cb673b6
      Matt Johnston authored
      cli-authpubkey.c:
          fix leak of keybuf
      
      cli-kex.c:
          fix leak of fingerprint fp
      
      cli-service.c:
          remove commented out code
      
      dropbearkey.c:
          don't attepmt to free NULL key on failure
      
      common-kex.c:
          only free key if it is initialised
      
      keyimport.c:
          remove dead encrypted-key code
          don't leak a FILE* loading OpenSSH keys
      
      rsa.c, dss.c:
          check return values for some libtommath functions
      
      svr-kex.c:
          check return value retrieving DH kex mpint
      
      svr-tcpfwd.c:
          fix null-dereference if remote tcp forward request fails
      
      tcp-accept.c:
          don't incorrectly free the tcpinfo var
      
      --HG--
      extra : convert_revision : 640a55bc710cbaa6d212453c750026c770e19193
      4cb673b6
    • Matt Johnston's avatar
      BUG: The strings 'name' and 'instruction' are always allocated · cee2ec16
      Matt Johnston authored
      but are only freed if the length of the string is greater then
      zero. They should always be freed.
      FIX: take the m_free(<string>) out of the conditional
      
      From Erik Hovland
      
      --HG--
      extra : convert_revision : 13227a7365411821cb194fb45ccb23a9b9fb98cc
      cee2ec16
    • Matt Johnston's avatar
      BUG: mp_div_2d returns status and it isn't checked. · 934a6d41
      Matt Johnston authored
      FIX: Check and return status.
      From Erik Hovland
      
      --HG--
      extra : convert_revision : 5ffd8cbe12baca17918527c8e8e626600849ad10
      934a6d41
  2. Jun 13, 2006
  3. Jun 12, 2006
  4. Jun 11, 2006
  5. Jun 10, 2006
  6. Jun 08, 2006
  7. Jun 07, 2006
  8. Apr 18, 2006
  9. Apr 12, 2006
  10. Mar 27, 2006
  11. Mar 26, 2006
  12. Mar 25, 2006
  13. Mar 22, 2006
  14. Mar 11, 2006
  15. Mar 09, 2006
  16. Mar 08, 2006