Re: [PATCH] Cygwin: Zero out gmon header before use

2021-06-26 Thread Jon Turney
On 23/06/2021 09:56, Mark Geisert wrote: Tools that process gmon.out files can be confused by gmon header fields with garbage in them due to lack of initialization. Repair that. Applied. Thanks.

[PATCH] Cygwin: Zero out gmon header before use

2021-06-23 Thread Mark Geisert
Tools that process gmon.out files can be confused by gmon header fields with garbage in them due to lack of initialization. Repair that. --- winsup/cygwin/gmon.c | 1 + 1 file changed, 1 insertion(+) diff --git a/winsup/cygwin/gmon.c b/winsup/cygwin/gmon.c index b31842cd9..8b1c449c4 100644 ---