[pulseaudio-tickets] [PulseAudio] #185: conf-parser and cli-command limit line length to 256
PulseAudio
trac-noreply at tango.0pointer.de
Tue Dec 11 09:02:44 PST 2007
#185: conf-parser and cli-command limit line length to 256
-------------------------+--------------------------------------------------
Reporter: kritzstapf | Owner: lennart
Type: defect | Status: new
Priority: high | Milestone:
Component: core | Severity: trivial
Resolution: | Keywords: conf-parser line length
-------------------------+--------------------------------------------------
Changes (by kritzstapf):
* summary: conf-parser limits line length to 256 => conf-parser and cli-
command limit line length to 256
Comment:
== CLI Fix ==
change line 1366 of cli-command.c to create a larger array:
{{{
1336: char line[256];
}}}
{{{
1336: char line[1024];
}}}
--
Ticket URL: <http://www.pulseaudio.org/ticket/185#comment:1>
PulseAudio <http://pulseaudio.org/>
The PulseAudio Sound Server
More information about the pulseaudio-bugs
mailing list