1. 05 Nov, 2016 3 commits
  2. 24 Oct, 2016 1 commit
  3. 11 Oct, 2016 10 commits
  4. 10 Mar, 2016 2 commits
  5. 21 Feb, 2016 2 commits
  6. 20 Feb, 2016 1 commit
  7. 04 Feb, 2016 2 commits
  8. 04 Jan, 2016 4 commits
  9. 07 Dec, 2015 1 commit
  10. 01 Dec, 2015 2 commits
  11. 27 Nov, 2015 1 commit
  12. 18 Nov, 2015 1 commit
  13. 28 Oct, 2015 1 commit
  14. 22 Oct, 2015 1 commit
    • Dirk Mueller's avatar
      Qt: Do not use temporary reference to utf8 pin · f143d216
      Dirk Mueller authored
      * qt/main.cpp (qt_cmd_handler): Keep utf8 pin byte array.
      
      --
      The pin pointer was invalid after the UTF8 conversion
      as the converted byte array only was temporary in that
      call and the data pointer becomes invalid after it's
      destruction.
      
      Commit message amended by Andre Heinecke. The original
      commit message was:
      
      const char* does not keep the temporary string returned
      from toUtf8() active, since it doesn't keep the reference counter
      set. So you usually just copy out garbage instead of the
      pin that was entered. Just keep the QByteArray which keeps
      the reference active.
      
      GnuPG-bug-id: 2133
      f143d216
  15. 20 Oct, 2015 1 commit
  16. 05 Oct, 2015 1 commit
  17. 02 Oct, 2015 5 commits
  18. 25 Sep, 2015 1 commit