This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/5903] "iconv" creates unnecessary output


------- Additional Comments From rsa at us dot ibm dot com  2008-03-10 21:17 -------
In libc/iconv/iconv_prog.c the output_file is fopen'ed prior to processing any
of the files specified on the command line.

Perhaps a lazy fopen() of the output_file can take place when an actual
fopen(argv[remaining]) succeeds.

I'll investigate.



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|drepper at redhat dot com   |rsa at us dot ibm dot com
             Status|NEW                         |ASSIGNED


http://sourceware.org/bugzilla/show_bug.cgi?id=5903

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]