[krbdev.mit.edu #8679] git commit
Greg Hudson via RT
rt-comment at KRBDEV-PROD-APP-1.mit.edu
Sun May 13 01:13:45 EDT 2018
Fix Leash build error with recent Visual Studio
Visual Studio 2015 and later do not allow manipulation of the _flag
field inside a file handle. In Leash's out2con.cpp (used only for the
debugging -console flag), do not try to mark the allocated file handle
as free after copying it to *stdout; a one-time memory leak here is
unimportant.
https://github.com/krb5/krb5/commit/e7315768eb52ad44e73ff1c51ef18fe5371412fc
Author: Greg Hudson <ghudson at mit.edu>
Commit: e7315768eb52ad44e73ff1c51ef18fe5371412fc
Branch: master
src/windows/leash/out2con.cpp | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
More information about the krb5-bugs
mailing list