Bug 735071

Summary: After editing backtrace, original sent as backtrace~
Product: [Fedora] Fedora Reporter: Trevor Spiteri <tspiteri>
Component: abrtAssignee: Denys Vlasenko <dvlasenk>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 15CC: anton, dvlasenk, iprikryl, jmoskovc, kklic, mtoman, npajkovs
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: abrt-2.0.4.981-1.fc16 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-10-03 18:02:25 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:

Description Trevor Spiteri 2011-09-01 10:58:34 UTC
I sent a bug report (bug 735069) using abrt. I edited the backtrace to replace a username with xxxxxx (which wasn't really that critical; in fact, the same username is found elsewhere in the same bug report). Then I edited the backtrace again and replaced xxxxxx with XXXXXX.

After submitting, I viewed the bug on bugzilla.redhat.com, and there were two copies of the backtrace, one as "backtrace" with the XXXXXX, and one as "backtrace~" with the xxxxxx. I guess that had I edited the backtrace only once, backtrace~ would contain the original text, which I supposedly edited to remove sensitive data.

Abrt used gedit for the editing.

Comment 1 Denys Vlasenko 2011-09-21 15:32:19 UTC
Already fixed in git. Corresponding code fragment is:

        if (short_name[0] == '#'
         || (short_name[0] && short_name[strlen(short_name) - 1] == '~')
        ) {
            //log("Excluded (editor backup file):'%s'", short_name);
            goto next;
        }

Comment 2 Fedora Update System 2011-09-23 20:04:05 UTC
abrt-2.0.4.981-1.fc16 has been submitted as an update for Fedora 16.
https://admin.fedoraproject.org/updates/abrt-2.0.4.981-1.fc16

Comment 3 Fedora Update System 2011-09-24 20:47:12 UTC
Package abrt-2.0.4.981-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 abrt-2.0.4.981-1.fc16'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/abrt-2.0.4.981-1.fc16
then log in and leave karma (feedback).

Comment 4 Fedora Update System 2011-10-03 17:59:55 UTC
abrt-2.0.4.981-1.fc16 has been pushed to the Fedora 16 stable repository.  If problems still persist, please make note of it in this bug report.