]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'js/wincred-fixes'
authorJunio C Hamano <gitster@pobox.com>
Fri, 17 Jul 2026 06:05:46 +0000 (23:05 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 17 Jul 2026 06:05:46 +0000 (23:05 -0700)
The wincred credential helper has been updated to avoid memory
corruption when erasing credentials and to prevent silent
credential loss when storing OAuth tokens, by correcting buffer
allocations and arguments passed to safe-CRT APIs.

* js/wincred-fixes:
  wincred: prevent silent credential loss when storing OAuth tokens
  wincred: avoid memory corruption when erasing a credential


Trivial merge