]> granicus.if.org Git - graphviz/commit
dijkstra cmpf: rephrase comparator to avoid arithmetic
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 8 Jul 2022 00:24:05 +0000 (17:24 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 24 Jul 2022 04:51:17 +0000 (21:51 -0700)
commitc3aedfbcfbed777bd74ce8514bbef7fee8add390
tree91a50e2fa8446dafd500294408f88780861192f5
parent9c679dc2661393acb563bfee027e1ef80e0b5897
dijkstra cmpf: rephrase comparator to avoid arithmetic

cccb8b1d22a18031fc92d93133c7fa14ef7e1361 fixed an integer overflow in a
`memcmp`-/`strcmp`-like comparator. The same situation exists in the code
touched in this commit. Rather than wait for an edge case to expose an overflow
here, this change makes the same update, removing arithmetic and the consequent
possibility of overflow.
cmd/tools/dijkstra.c