[In order for any reply to be added to the PR database, ] [you need to include <[EMAIL PROTECTED]> in the Cc line ] [and leave the subject line UNCHANGED. This is not done] [automatically because of the potential for mail loops. ] [If you do not include this Cc, your reply may be ig- ] [nored unless you are responding to an explicit request ] [from a developer. ] [Reply only with text; DO NOT SEND ATTACHMENTS! ]
Synopsis: ap_bwrite bug with large writes? State-Changed-From-To: open-closed State-Changed-By: dgaudet State-Changed-When: Tue Apr 20 09:48:35 PDT 1999 State-Changed-Why: Nope, if you look at the loop right below the one you mentioned it writes directly from the user supplied buffer rather than copying the bytes around. Your change would cause all the bytes to be copied. But thanks for looking :) Dean