Changes between Initial Version and Version 1 of Ticket #9499
- Timestamp:
- Nov 6, 2021, 8:56:49 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9499 – Description
initial v1 2 2 How to reproduce: 3 3 {{{ 4 if (!password || *password == '\0')5 '''password = "guest";'''4 if (!password || *password == '\0') 5 password = "guest"; 6 6 7 7 password_decoded = ff_urldecode(password, 0); … … 11 11 user = credentials; 12 12 if (*user == '\0') 13 '''user = "guest";'''13 user = "guest"; 14 14 }}} 15 15 Patches should be submitted to the ffmpeg-devel mailing list and not this bug tracker.


