Wireshark-bugs: [Wireshark-bugs] [Bug 11031] Crash when adding a new SSL RSA key without passwor
Pascal Quantin
changed
bug 11031
What |
Removed |
Added |
CC |
|
pascal.quantin@gmail.com
|
Comment # 7
on bug 11031
from Pascal Quantin
(In reply to Peter Wu from comment #6)
> Looks like it is related to the way that Qt handles UAT changes. GTK+ always
> iterates through all UAT fields and sets the values where Qt does it only
> when the field is changed.
>
> The UAT dialog implementation in Qt has some changes/regressions from Gtk:
>
> - Using Tab/Enter to switch between fields does not work. (Enter always
> focuses the first field)
> - Pressing Enter does not stop editing.
> - Empty values can be entered which will then be accepted (Try "Add" in the
> SSL keys dialog without modifying fields).
> - Validation errors are suppressed (what about showing these on the bottom
> of the dialog?). (Examples: enter a passphrase for an unprotected key, it
> becomes empty on focus change. Clear the value of the SSL protocol field, it
> will be restored with no warning.)
I think all those issues are now addressed (including the NULL pointer given to
strlen). Ralf / Peter, do you confirm? Can we close this bug?
You are receiving this mail because:
- You are watching all bug changes.