mweastwood / LibHealpix.jl

A Julia wrapper of the Healpix library.
http://mweastwood.info/LibHealpix.jl/stable/
Other
11 stars 7 forks source link

Fix a segfault #6

Closed mweastwood closed 9 years ago

mweastwood commented 9 years ago

This one was a bad mistake on my part where I didn't allocate enough memory to store the coordsys and ordering strings. These then wrote past the end corrupting the memory.