2
0

SWDEV-494409 - Fixed segfault caused by aligned_free called on unaligned memory

Change-Id: I8ddea5c309b568db25c92789bf71be341d19c3ba
Este cometimento está contido em:
Ioannis Assiouras
2024-11-22 03:06:37 +00:00
ascendente 2273a1dbdc
cometimento 2cc9f59774
+1 -1
Ver ficheiro
@@ -745,7 +745,7 @@ class Device : public NullDevice {
Memory* globalScratchBuf_; //!< Global scratch buffer
SrdManager* srdManager_; //!< SRD manager object
static AppProfile appProfile_; //!< application profile
mutable bool freeCPUMem_; //!< flag to mark GPU free SVM CPU mem
mutable bool freeCPUMem_ = false; //!< flag to mark GPU free SVM CPU mem
Pal::DeviceProperties properties_; //!< PAL device properties
Pal::IDevice* device_; //!< PAL device object
mutable std::atomic<Pal::gpusize>