Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nfs: fix null pointer deref in generateSssdSidecarResources() #12617

Merged
merged 1 commit into from
Jul 28, 2023

Conversation

spuiuk
Copy link
Contributor

@spuiuk spuiuk commented Jul 28, 2023

0a151e9 results in a bug which causes null pointer dereference when Kerberos is not setup. This causes a failure in Unit test TestReconcileCephNFS_addSecurityConfigsToPod

Description of your changes:

Which issue is resolved by this Pull Request:
Resolves #

Checklist:

  • [ *] Commit Message Formatting: Commit titles and messages follow guidelines in the developer guide.
  • Skip Tests for Docs: If this is only a documentation change, add the label skip-ci on the PR.
  • [ *] Reviewed the developer guide on Submitting a Pull Request
  • Pending release notes updated with breaking and/or notable changes for the next minor release.
  • Documentation has been updated, if necessary.
  • Unit tests have been added, if necessary.
  • Integration tests have been added, if necessary.

0a151e9 results in a bug which causes null pointer dereference when
Kerberos is not setup. This causes a failure in Unit test
TestReconcileCephNFS_addSecurityConfigsToPod

Signed-off-by: Sachin Prabhu <sprabhu@redhat.com>
@travisn travisn merged commit aac58f2 into rook:master Jul 28, 2023
42 of 49 checks passed
BlaineEXE added a commit that referenced this pull request Jul 28, 2023
nfs: fix null pointer deref in generateSssdSidecarResources() (backport #12617)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants