Empty string password in store fails assertion
Empty string password apparently leads to assertion failure: https://forum.videolan.org/viewtopic.php?f=13&t=165343
While obviously not a good choice of a password, we have to handle it properly.
Empty string password apparently leads to assertion failure: https://forum.videolan.org/viewtopic.php?f=13&t=165343
While obviously not a good choice of a password, we have to handle it properly.
added Type::bug label
It is not possible to store an entry with empty password via VLC.
But it is possible that another app does it.
What should we do ?
Empty passwords are legal at least in HTTP Basic, so we can't just decree that they aren't.
VideoLAN code repository instance