]> git.pond.sub.org Git - empserver/commit
Fix recently introduced memory corrupter in path()
authorMarkus Armbruster <armbru@pond.sub.org>
Sat, 23 Aug 2008 14:42:22 +0000 (10:42 -0400)
committerMarkus Armbruster <armbru@pond.sub.org>
Wed, 27 Aug 2008 01:42:32 +0000 (21:42 -0400)
commit1ac95e0ed7ff966ea69f4712b98c04a77689263a
tree933177211e6410bbfd82e3045002ccd3b4b6c909
parent99284a9beb230b9eb31afa91402665a6131a862a
Fix recently introduced memory corrupter in path()

path() failed to normalize coordinate argument for deltx() and
delty().  This could subscript map[] and mapbuf[] out of bounds.
Broken in commit 3ca88271.
src/lib/commands/path.c