From: Diego Elio 'Flameeyes' Pettenò Date: Fri, 27 Aug 2010 14:56:28 +0000 (+0200) Subject: Use arrays rather than pointers for static strings. X-Git-Url: https://git.toastfreeware.priv.at/gregoa/bti.git/commitdiff_plain/199eb48b06a062a1ec755ce0f0e1d490c902b1c8?hp=199eb48b06a062a1ec755ce0f0e1d490c902b1c8 Use arrays rather than pointers for static strings. While this change does not do anything on most common systems, as executables are not PIC, it is very useful when dealing with Position Independent Executables (PIE) as used for instance by Gentoo Hardened. ---