| Summary: |
Checking if pointers are null after using it in KoColorConversionSystem.cpp |
| Product: |
[Applications] krita
|
Reporter: |
Rafał Mikrut <mikrutrafal> |
| Component: |
General | Assignee: |
Krita Bugs <krita-bugs-null> |
| Status: |
RESOLVED
FIXED
|
|
|
| Severity: |
normal
|
|
|
| Priority: |
NOR
|
|
|
| Version First Reported In: |
git master (please specify the git hash!) | |
|
| Target Milestone: |
--- | |
|
| Platform: |
Compiled Sources | |
|
| OS: |
Linux | |
|
|
Latest Commit:
|
https://invent.kde.org/kde/krita/commit/c89a655663c34cca2d6989e8bb5aaf7b421ca0b9
|
Version Fixed/Implemented In:
|
|
|
Sentry Crash Report:
|
|
| |
```c if (*srcColorSpace == *dstColorSpace) { return new KoCopyColorConversionTransformation(srcColorSpace); } Q_ASSERT(srcColorSpace); Q_ASSERT(dstColorSpace); ``` https://invent.kde.org/kde/krita/-/blob/master/libs/pigment/KoColorConversionSystem.cpp#L236-240