contrib/git-credential-gnome-keyring.c: use secure memory functions for passwds
commit9fe3e6cf9e5e3dbf8777dd78dbd27c44cfc4eb85
authorBrandon Casey <drafnel@gmail.com>
Mon, 23 Sep 2013 18:49:11 +0000 (23 11:49 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 16 Oct 2013 16:35:31 +0000 (16 09:35 -0700)
tree7993505a412391bc206262d8a7bbf1e3cf5f24a0
parent8bb7a54c57d5bd8113886fc04be8d22d10337eef
contrib/git-credential-gnome-keyring.c: use secure memory functions for passwds

gnome-keyring provides functions for allocating non-pageable memory (if
possible) intended to be used for storing passwords.  Let's use them.

Signed-off-by: Brandon Casey <drafnel@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/credential/gnome-keyring/git-credential-gnome-keyring.c