Log of /httpd/sandbox/mod_pop3/pop_core.c
Parent Directory
|
Revision Log
Revision
94007 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Mar 18 23:46:34 2002 UTC
(7 years, 8 months ago)
by
jwoolley
Original Path:
httpd/mod_pop3/trunk/pop_core.c
File length: 8376 byte(s)
Diff to
previous 92806
(
colored)
Fix several bugs in pop_crlf_escape_filter():
* it was writing to what should be a const buf
* the \r was being inserted before e when it should have been
inserted after e
* it missed some cases of one-byte buckets
Note: there is still some small brokenness here because it misses any
bare LF's at the beginning of buckets it didn't create. Fixing that
will require it to keep track of its state to note whether it's seen the
accompanying CR or not.
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
enter a numeric revision.