-> n.p.m.netlib Sam Emrick wrote:
> Our test folks somehow managed (I'm guessing some flavor of cross-platform > ftp) to have a set of html files where all lines are terminated with > x'0D0D0A', that is, seemingly booth unix line end and pc line end on each > line. The testcase continuously loops through 18 such files. Memory leaks > wildly (in the c heap). Fixing the line ends (remove/strip the 'extra' 0D > from all lines of all files) appears to fix (or at least greatly reduce) > the leaks. So, questions are: is this anyway in any universe from any > flavor of html server a valid or expected or should-handle-it anyway line > end ? > Any idea what/where code might be involved in the leak? Thanks! > Sam > >
