Opened 9 years ago
Last modified 9 years ago
#356 new defect
a line length limitation of a response file
Reported by: | KO Myung-Hun | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | new |
Component: | libc | Version: | 0.6.6 |
Severity: | normal | Keywords: | |
Cc: |
Description
Hi/2.
_response() read arguments from a response file. Unfortunately, however, it has a line length limitation, 8192 bytes. Moreover, some programs pass a longer argument than 8192 bytes. kLIBC programs cannot process them.
Attachments (2)
Change History (3)
by , 9 years ago
Attachment: | _response.diff added |
---|
comment:1 by , 9 years ago
_response.c
should show second and third argument as one line, respectively.
Real testcases are bootstrap.sh
of automake
and make dist-zip
of GnuTLS 3.3.22
.
Note:
See TracTickets
for help on using tickets.
patch for _response()