Skip to content

Commit

Permalink
Grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
foonull committed Oct 26, 2013
1 parent 89b9868 commit c48463d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ That is all. Launching the Halo app should now work.

— Technical Info (for the curious) —

The bug in Halo is that is allocating memory by calling mmap with a fixed memory address. As such, Halo was overwriting crucial data on some systems due to the malloc changes in 10.9. The fix presented is calling mmap earlier on in the process.
The bug in Halo is that it’s allocating memory by calling mmap with a fixed memory address. As such, Halo was overwriting crucial data on some systems due to the malloc changes in 10.9. The fix presented is calling mmap earlier on in the process.

— Misc. Links —
HaloMD - http://halomd.net (for extending the life of Halo Mac and making it fun again)
Expand Down

0 comments on commit c48463d

Please sign in to comment.