ash,hush: do not segfault on $((2**63 / -1))
authorDenys Vlasenko <vda.linux@googlemail.com>
Tue, 18 Nov 2014 13:32:58 +0000 (14:32 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Tue, 18 Nov 2014 13:32:58 +0000 (14:32 +0100)
commit8a475def9e3e21f780ebcf07dd607b26ceb00ea8
tree3f09f0533abe2126d00146448eb34f333b8c7564
parent08a5dab181fa4c28b7636c35021308e1e12e7b59
ash,hush: do not segfault on $((2**63 / -1))

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
shell/math.c