Commit a106b7e8 authored by Clément Bœsch's avatar Clément Bœsch

Merge commit 'd6ded940'

* commit 'd6ded940':
  rtmpproto: Lengthen the filename buffer when receiving streams
Merged-by: 's avatarClément Bœsch <u@pkh.me>
parents 36fcbc00 d6ded940
......@@ -1926,7 +1926,7 @@ static int send_invoke_response(URLContext *s, RTMPPacket *pkt)
{
RTMPContext *rt = s->priv_data;
double seqnum;
char filename[64];
char filename[128];
char command[64];
int stringlen;
char *pchar;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment