RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1117407 - configuring 1des and trying to bring up the connection causes a crash and restart
Summary: configuring 1des and trying to bring up the connection causes a crash and res...
Keywords:
Status: CLOSED DUPLICATE of bug 1114683
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: openswan
Version: 6.5
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: Paul Wouters
QA Contact: BaseOS QE Security Team
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-07-08 15:29 UTC by Paul Wouters
Modified: 2014-09-11 14:54 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-09-11 14:54:25 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Paul Wouters 2014-07-08 15:29:50 UTC
Description of problem:

configuring 1des, which is not allowed, results in an NULL proposal struct, which we can't set the parentSA for.

Program received signal SIGSEGV, Segmentation fault.
oakley_alg_makedb (ai=<optimized out>, base=base@entry=0x7facadb0ba90 <oakley_sadb+80>, maxtrans=maxtrans@entry=-1)
    at /usr/src/debug/openswan-2.6.32/programs/pluto/spdb_struct.c:316
316	    gsp->parentSA = TRUE;

The simple fix (from libreswan) is oakley_alg_makedb():

+ if (gsp != NULL)
       gsp->parentSA = TRUE;


This happens because the parser allowed "des" but the code does not allow it. The parser could also be told that "des" is not a valid keyword

Comment 1 Paul Wouters 2014-07-08 15:32:44 UTC
commit 2d0a4be2968457d58954b79b6496927cb7f157d0
Author: Paul Wouters <pwouters>
Date:   Thu May 15 15:44:01 2014 -0400

    pluto: don't die when the only loaded proposal is completely invalid

Comment 3 Paul Wouters 2014-09-11 14:54:25 UTC

*** This bug has been marked as a duplicate of bug 1114683 ***


Note You need to log in before you can comment on or make changes to this bug.