]> git.99rst.org Git - git.git/commit
osx-keychain: fix compiler warning
authorLessley Dennington <redacted>
Tue, 19 Jul 2022 17:25:03 +0000 (17:25 +0000)
committerJunio C Hamano <redacted>
Tue, 19 Jul 2022 18:25:15 +0000 (11:25 -0700)
commitf2fc531585215d02a75a4d1ce7e6964e9eb21812
tree2372f34c601d6dea88e62bf5262db6f2bb417ac9
parentbbea4dcf42b28eb7ce64a6306cdde875ae5d09ca
osx-keychain: fix compiler warning

Update git-credential-osxkeychain.c to remove 'format string is not a string
literal (potentially insecure)' compiler warning by treating the string as
an argument.

Signed-off-by: Lessley Dennington <redacted>
Acked-by: Derrick Stolee <redacted>
Signed-off-by: Junio C Hamano <redacted>
contrib/credential/osxkeychain/git-credential-osxkeychain.c
git clone https://git.99rst.org/PROJECT