Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • typo3 typo3
  • Project information
    • Project information
    • Activity
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • CI/CD
    • Insights
    • Repository
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • typo3typo3
  • typo3typo3
  • Repository
Switch branch/tag
  • typo3
  • typo3
  • sysext
  • extbase
  • Classes
  • Configuration
  • BackendConfigurationManager.php
Find file BlameHistoryPermalink
  • Oliver Bartsch's avatar
    [BUGFIX] Prevent null pointer exception in BackendConfigurationManager · 499ff2fb
    Oliver Bartsch authored Jan 24, 2023 and Stefan Bürk's avatar Stefan Bürk committed Jan 24, 2023
    According to the code, $request might be NULL,
    leading to a null pointer exception on calling
    `getAttribute()`. This got noticed on following
    CI run: https://git.typo3.org/typo3/CI/cms/-/jobs/1917011.
    
    Resolves: #99698
    Related: #99017
    Releases: main
    Change-Id: I12502623b6fd81cabb7202e6c175d9dedf8a1339
    Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/77559
    
    
    Reviewed-by: Oliver Klee's avatarOliver Klee <typo3-coding@oliverklee.de>
    Reviewed-by: Stefan Bürk's avatarStefan Bürk <stefan@buerk.tech>
    Tested-by: Stefan Bürk's avatarStefan Bürk <stefan@buerk.tech>
    Reviewed-by: Benni Mack's avatarBenni Mack <benni@typo3.org>
    Tested-by: core-ci's avatarcore-ci <typo3@b13.com>
    Tested-by: Andreas Fernandez's avatarAndreas Fernandez <a.fernandez@scripting-base.de>
    Tested-by: Benni Mack's avatarBenni Mack <benni@typo3.org>
    Reviewed-by: Andreas Fernandez's avatarAndreas Fernandez <a.fernandez@scripting-base.de>
    499ff2fb