Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
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 1751587

Summary: zipl crashes when there are more than 9 boot loader entries
Product: Red Hat Enterprise Linux 8 Reporter: Thomas Huth <thuth>
Component: s390utilsAssignee: Dan Horák <dhorak>
Status: CLOSED ERRATA QA Contact: Vilém Maršík <vmarsik>
Severity: medium Docs Contact:
Priority: medium    
Version: 8.1CC: bugproxy, dhorak, fmartine, hannsj_uhl, ptoscano, rvr
Target Milestone: rcKeywords: Patch
Target Release: 8.2Flags: pm-rhel: mirror+
Hardware: s390x   
OS: Linux   
Whiteboard:
Fixed In Version: s390utils-2.6.0-23.el8 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-04-28 16:49:33 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1711971, 1764706, 1776957    
Attachments:
Description Flags
[PATCH] - zipl: fix the scanned tokens array size calculation (#1751587) none

Description Thomas Huth 2019-09-12 08:19:58 UTC
Description of problem:
The "zipl" program crashes when there are more than 9 *.conf files in /boot/loader/entries/

Version-Release number of selected component (if applicable):
s390utils-2.6.0-21.el8.s390x

How reproducible:
100%

Steps to Reproduce:
1. Install 10 kernels, or at least 10 *.conf files in /boot/loader/entries/ (they can also be copies that point to the same kernel again)
2. Run "zipl"

Actual results:
zipl crashes with:
double free or corruption (out)
Aborted (core dumped)

Expected results:
No crash, zipl works correctly, or at least prints out a proper error that it can not handle more than 9 config files.

Additional info:
Problem seems to be known to upstream already:
https://github.com/ibm-s390-tools/s390-tools/issues/68

Comment 1 Javier Martinez Canillas 2019-10-01 17:16:41 UTC
Created attachment 1621480 [details]
[PATCH] - zipl: fix the scanned tokens array size calculation (#1751587)

I've proposed a fix for this issue upstream on the following pull-request:

https://github.com/ibm-s390-tools/s390-tools/pull/73

And I'm attaching a patch for the s390utils package that cherry-picks the fix.

Comment 5 IBM Bug Proxy 2019-12-12 13:50:58 UTC
------- Comment From stefan.haberland.com 2019-12-12 08:22 EDT-------
verified that patch is included in s390utils-2.6.0-23.el8.src.rpm

Comment 6 Vilém Maršík 2020-02-04 16:39:22 UTC
Partner verified the functionality. Commit 217345c6f87eaeae8d5ef4c5a7620f2608221f48 in rhel-8.2.0 branch of s390utils.git claims to fix this bug. Setting verified.

Comment 8 errata-xmlrpc 2020-04-28 16:49:33 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2020:1826