https://github.com/NetHack/NetHack/pull/592 comment states:
"In commit
db68395, most of the instances of xdir and ydir here were
changed to u.dx and u.dy, but not all of them. The remaining ones are
out-of-bounds on xdir and ydir, because i is always set to 12 from an
earlier loop and is no longer involved in handling user input. They
should be u.dx and u.dy like the rest."
travel from 'interesting position' (pr #575 by entrez)
running on ice sent hero in weird directions (pr #588 by copperwater)
delete extra lines in Guidebook.mn (pr #590 by argrath)
-Supply missing changes on Guidebook.tex (pr #591 by argrath)
-
+supply missing changes on Guidebook.tex (pr #591 by argrath)
+fix out-of-bounds access of xdir and ydir in farlook (pr #592 by copperwater)
Code Cleanup and Reorganization