NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/51572 CVS commit: src/lib/libc/stdio



The following reply was made to PR lib/51572; it has been noted by GNATS.

From: "Christos Zoulas" <christos%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/51572 CVS commit: src/lib/libc/stdio
Date: Sun, 23 Oct 2016 17:01:52 -0400

 Module Name:	src
 Committed By:	christos
 Date:		Sun Oct 23 21:01:52 UTC 2016
 
 Modified Files:
 	src/lib/libc/stdio: funopen.c
 
 Log Message:
 PR/51572: calling funopen on each printw call is a tad excessive, but this
 is not a reason for funopen to leak. Always call the close function since we
 are indirecting through our cookie and we need to free it.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.14 -r1.15 src/lib/libc/stdio/funopen.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index