-
Notifications
You must be signed in to change notification settings - Fork 163
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
To do: Review library code and remove any uninitialized memory access #583
Comments
Additional ANTs fixes ready for update here ANTsX/ANTs#1702 |
Going through the C++ code replacing Allocate with AllocateInitialized - just wanted to note this a prior call to FillBuffer is commented out for some reason. Hopefully just a performance thing |
Im guessing I just missed that one. |
@ntustison this is in the ANTsPy code, I think you got everything in ANTsX/ANTs I'm trying to figure out if images with Vector pixel type require special handling. Elsewhere we have
I am hoping we can just call |
Okay, was on my phone. There's quite a few code blocks like this where we're switching back and forth from an image of vectors to a vector image. I would assume there's nothing complicated going on and whatever changes you want to make should be fine. |
Relating to #579. Further fixes may be pending on the ANTs side (ANTsX/ANTs#1701)
The text was updated successfully, but these errors were encountered: