Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
contrib/git-credential-gnome-keyring.c: use secure memory for reading…
… passwords gnome-keyring provides functions to allocate non-pageable memory (if possible). Let's use them to allocate memory that may be used to hold secure data read from the keyring. Signed-off-by: Brandon Casey <drafnel@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
- Loading branch information