Bug 752818

Summary: whiptail --inputbox (and other string-returning commands) broken
Product: [Fedora] Fedora Reporter: Alexey Feldgendler <alexey>
Component: newtAssignee: Miroslav Lichvar <mlichvar>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: unspecified    
Version: rawhideCC: mlichvar
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: newt-0.52.14-1.fc16 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-11-17 23:42:44 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Proposed fix none

Description Alexey Feldgendler 2011-11-10 14:03:09 UTC
Description of problem:

whiptail --inputbox ...writes garbage or nothing at all on stderr.


Version-Release number of selected component (if applicable):

0.52.13

How reproducible:

Always


Steps to Reproduce:
1. whiptail --inputbox "prompt" 10 20
2. Type "foobar" and press Enter.
  
Actual results:
Garbage or nothing is printed on stderr.


Expected results:
"foobar" is printed on stderr.

Comment 1 Alexey Feldgendler 2011-11-10 14:06:07 UTC
The bug was introduced in commit 3341bdc52b116d40cd20f21f7f7d8b7cc7977fd5 and affects also --passwordbox, --menu, --checklist and --radiolist. The reason is that newtFormDestroy apparently frees the resulting string as part of tearing down the form.

Comment 2 Alexey Feldgendler 2011-11-10 14:09:26 UTC
Created attachment 532850 [details]
Proposed fix

My proposed fix (see attached patch) calls strdup for the strings returned from inputBox, listBox and checkList. It also adds freeing of these strings in whiptail.c and eliminates unnecessary strdup calls in whiptcl.c.

Comment 3 Miroslav Lichvar 2011-11-10 15:17:15 UTC
I've pushed the patch with some corrections to upstream git. Thanks!

Comment 4 Fedora Update System 2011-11-11 11:19:36 UTC
newt-0.52.14-1.fc16 has been submitted as an update for Fedora 16.
https://admin.fedoraproject.org/updates/newt-0.52.14-1.fc16

Comment 5 Fedora Update System 2011-11-12 03:28:31 UTC
Package newt-0.52.14-1.fc16:
* should fix your issue,
* was pushed to the Fedora 16 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing newt-0.52.14-1.fc16'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2011-15813
then log in and leave karma (feedback).

Comment 6 Alexey Feldgendler 2011-11-14 12:37:37 UTC
Thanks Miroslav! That was quick.

Comment 7 Fedora Update System 2011-11-17 23:42:44 UTC
newt-0.52.14-1.fc16 has been pushed to the Fedora 16 stable repository.  If problems still persist, please make note of it in this bug report.