Bug 2004197
Summary: | oc is crashing while mirroring registry | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Ross Peoples <rpeoples> |
Component: | oc | Assignee: | Ross Peoples <rpeoples> |
Status: | CLOSED WONTFIX | QA Contact: | zhou ying <yinzhou> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 4.2.z | CC: | aos-bugs, arghosh, cshepher, erich, jokerman, maszulik, mfojtik, yinzhou |
Target Milestone: | --- | Keywords: | Reopened |
Target Release: | 4.6.z | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: |
Cause: An unchecked index operation on a slice when using --max-components argument
Consequence: panic: runtime error: slice bounds out of range
Fix: Add check to ensure components check doesn't request a value for an index that is out of range
Result: When using --max-components argument, oc will no longer panic with an out of range message
|
Story Points: | --- |
Clone Of: | 2004194 | Environment: | |
Last Closed: | 2021-09-17 14:32:35 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: | |||
Bug Depends On: | 2004194 | ||
Bug Blocks: |
Description
Ross Peoples
2021-09-14 16:52:43 UTC
4.6 is only open for high severity fixes at this point in time. |