After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 519398 - Typo in source code: palindome is spelled panlindrome
Typo in source code: palindome is spelled panlindrome
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: [obsolete] about-me
2.21.x
Other All
: Normal minor
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-02-28 21:39 UTC by Mark Browning
Modified: 2008-02-28 21:59 UTC
See Also:
GNOME target: ---
GNOME version: 2.23/2.24



Description Mark Browning 2008-02-28 21:39:17 UTC
Please describe the problem:
The typo in the source code causes the GUI to hang indefinitely when the user enters a palindrome for a password.

Steps to reproduce:
1. Attempt to change password
2. Type in a palindrome such as panamanap or toot
3. Press 'Change password' or enter


Actual results:
The application appears to be working in the background indefinitely, waiting for a case that will never come.

Expected results:
The GUI should display an error message and allow the user to input a different password.

Does this happen every time?
Yes.

Other information:
Line
Comment 1 Jens Granseuer 2008-02-28 21:59:05 UTC
Thanks, good catch!

2008-02-28  Jens Granseuer  <jensgr@gmx.net>

        * gnome-about-me-password.c: (io_watch_stdout): fix misspelling of
        "palindrome" that would make us wait forever when that case occurred
        (bug #519398)