From: Ralf Jung Date: Wed, 25 Jul 2018 15:04:36 +0000 (+0200) Subject: avoid UB by using + instead of array indexing X-Git-Url: https://git.ralfj.de/web.git/commitdiff_plain/2ab939be0875b44d4acbe6d812d5ec19155d51ac?ds=sidebyside;hp=2ab939be0875b44d4acbe6d812d5ec19155d51ac avoid UB by using + instead of array indexing Thanks gnzlbg ---