On 09/28/2015 10:26 AM, Thomas Schwinge wrote:
-  objcopy_argv[8] = NULL;
+  objcopy_argv[objcopy_argc++] = NULL;
+  gcc_checking_assert (objcopy_argc <= OBJCOPY_ARGC_MAX);

On its own this is not an improvement - you're trading a compile time error for a runtime error. So, what is the other change this is preparing for?


Bernd

Reply via email to