lumberyard icon indicating copy to clipboard operation
lumberyard copied to clipboard

Crash fix removing math equal node between 2 crc32 datums makes lumberyard crash

Open CDufour909 opened this issue 6 years ago • 1 comments

Crash Fix: Removing Math::Equal node between 2 CRC32 Datums makes Lumberyard crash

Apparently, object->GetAsAZ::Crc32() can return a null pointer if connected slot is deleted so the code was modified to do a null check before dereferencing the pointer.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

CDufour909 avatar Dec 17 '19 15:12 CDufour909

Hi @CDufour909 Thanks for submitting the pull request. We'll work on it.

jiaweig-amzn avatar Dec 20 '19 19:12 jiaweig-amzn