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

Add nullptr pointers (fix sonar checks) #51

Merged
merged 8 commits into from
Sep 25, 2021
Merged

Conversation

dudantas
Copy link
Contributor

@dudantas dudantas commented Sep 23, 2021

Description

Added somes pointers nullptr (fix sonar checks)

Fixes

https://sonarcloud.io/project/issues?id=opentibiabr_canary&open=AXrzZ9JRZqSe709KPDho&resolved=false&types=BUG

Type of change

  • Bug fix (non-breaking change which fixes an issue)

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I checked the PR checks reports
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings

@sonarcloud
Copy link

sonarcloud bot commented Sep 25, 2021

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@dudantas dudantas merged commit c197108 into master Sep 25, 2021
@dudantas dudantas deleted the add-nullptr-pointers branch September 25, 2021 08:14
luan pushed a commit that referenced this pull request Jul 11, 2023
Added pointers to check if objects are nullptr, in order to avoid possible exceptions (crashs).

Co-authored-by: Renato Foot <costallat@hotmail.com>
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.

3 participants