proteneer / timemachine

Differentiate all the things!
Other
138 stars 17 forks source link

Avoid reading in an invalid sample, triggering an invalid memory access #1311

Closed badisa closed 2 months ago

badisa commented 2 months ago
proteneer commented 2 months ago

did cuda-memcheck catch the illegal out of access before the patch was applied?

badisa commented 2 months ago

did cuda-memcheck catch the illegal out of access before the patch was applied?

Yes, the added test does fail under compute-sanitizer (the latest version of cuda-memcheck) without this change.