﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
299	freopen() returns NULL even if it is successful	KO Myung-Hun		"Hi/2.

Like the subject, freopen() returns NULL even if it is successful if filename is NULL.

For examples,

{{{
    FILE *fp = freopen( NULL, ""rb"", stdin );
}}}

fp is set to NULL. However, stdin is changed to binary mode correctly."	defect	new	normal	libc-0.7	libc	0.6.5	normal			
