1. 15 8月, 2018 1 次提交
    • M
      storage: Properly terminate secrets · bfd91dc0
      Michal Privoznik 提交于
      The virSecretGetSecretString() helper looks up a secret for given
      pool and returns its value in @secret_value and its length in
      @secret_value_size. However, the trailing '\0' is not included in
      either of the variables. This is because usually the value of the
      secret is passed to some encoder (usually base64 encoder) where
      the trailing zero must not be accounted for.
      
      However, in two places we actually want the string as we don't
      process it any further.
      Signed-off-by: NMichal Privoznik <mprivozn@redhat.com>
      Reviewed-by: NJán Tomko <jtomko@redhat.com>
      bfd91dc0
  2. 13 8月, 2018 3 次提交
  3. 09 8月, 2018 1 次提交
  4. 06 8月, 2018 3 次提交
  5. 25 7月, 2018 2 次提交
  6. 24 7月, 2018 1 次提交
  7. 11 7月, 2018 1 次提交
  8. 06 7月, 2018 1 次提交
  9. 27 6月, 2018 7 次提交
  10. 12 6月, 2018 1 次提交
  11. 07 6月, 2018 1 次提交
  12. 05 6月, 2018 1 次提交
  13. 29 5月, 2018 1 次提交
  14. 25 5月, 2018 1 次提交
  15. 16 5月, 2018 12 次提交
  16. 07 5月, 2018 1 次提交
  17. 04 5月, 2018 2 次提交