]> git.ipfire.org Git - thirdparty/cups.git/commit
Static file copy buffers reduced from 64k to 32k to work around
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Fri, 5 May 2006 17:58:07 +0000 (17:58 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Fri, 5 May 2006 17:58:07 +0000 (17:58 +0000)
commit1fb9f3e8d25950d6f2548aee832fc565332a0745
tree817d87c415b287573780bbb516153967dbf4b508
parent3ce98222a63bdea2c8b16f79232df43c783026a1
Static file copy buffers reduced from 64k to 32k to work around
bogus MallocDebug library assumptions (STR #1660)

backend/ipp.c:
    - main(): Reduce buffer size to 32768.

backend/lpd.c:
    - main(): Reduce buffer size to 32768.

cups/request.c:
    - cupsDoFileRequest(): Reduce buffer size to 32768.

scheduler/mime.c:
    - load_types(): Reduce line buffer size to 32768.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@5495 7a7537e8-13f0-0310-91df-b6672ffda945
CHANGES.txt
backend/ipp.c
backend/lpd.c
cups/request.c
scheduler/mime.c