DGoldDragon28 / Unangband

A roguelike originally created (and developed until version 0.6.4c) by Andrew Doull.
https://dgolddragon28.github.io/Unangband/
GNU General Public License v2.0
59 stars 6 forks source link

Bug: crash caused by int-to-pointer #54

Closed dennis-roof closed 6 years ago

dennis-roof commented 6 years ago

Fixed crash on 64-bit systems caused by int-to-pointer cast resulting in a non-null terminated string.

DGoldDragon28 commented 6 years ago

Thank you for doing this, I was going to get around to it myself but merging a PR is simpler.