Changes between Initial Version and Version 1 of Ticket #9499


Ignore:
Timestamp:
Nov 6, 2021, 8:56:49 AM (5 years ago)
Author:
wujian
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9499 – Description

    initial v1  
    22How to reproduce:
    33{{{
    4 if (!password || *password == '\0')
    5         '''password = "guest";'''
     4   if (!password || *password == '\0')
     5        password = "guest";
    66
    77    password_decoded = ff_urldecode(password, 0);
     
    1111    user = credentials;
    1212    if (*user == '\0')
    13         '''user = "guest";'''
     13        user = "guest";
    1414}}}
    1515Patches should be submitted to the ffmpeg-devel mailing list and not this bug tracker.