Don't keep char * from array_string temporary.
authorDavin McCall <davmac@davmac.org>
Thu, 7 Jun 2018 23:13:13 +0000 (00:13 +0100)
committerDavin McCall <davmac@davmac.org>
Thu, 7 Jun 2018 23:13:13 +0000 (00:13 +0100)
commitb7f34187d08f2890e049abefff313ab6193d7619
treec25ac7f0a27d9f19cd1604457a35fd59509ef5e9
parentfd1533009ec9030734f4d7b3f34d3172c0a72251
Don't keep char * from array_string temporary.

The string might not be resolved as a compile-time constant, and the
temporary object may be destroyed before the string within it is used.
src/dinit.cc