Opened 8 years ago

Last modified 8 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)

_response.diff (1.3 KB) - added by KO Myung-Hun 8 years ago.
patch for _response()
_response.c (959 bytes) - added by KO Myung-Hun 8 years ago.
testcase

Download all attachments as: .zip

Change History (3)

Changed 8 years ago by KO Myung-Hun

Attachment: _response.diff added

patch for _response()

Changed 8 years ago by KO Myung-Hun

Attachment: _response.c added

testcase

comment:1 Changed 8 years ago by KO Myung-Hun

_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.