ash: all blocks in function node copying must be SHELL_ALIGNed
authorDenys Vlasenko <vda.linux@googlemail.com>
Fri, 7 Oct 2016 02:28:33 +0000 (04:28 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Fri, 7 Oct 2016 02:28:33 +0000 (04:28 +0200)
commit561639a68c6a5468eaa95912592f9d01ba9dcbdd
tree048c545b88dbdd391e1ef7f03ac395dd26badb07
parentd43be8759100d34849bc6dbd94b1e20b81615d35
ash: all blocks in function node copying must be SHELL_ALIGNed

Previous commit probably introduced a bug:
non-matching size calculation in size counting and
actual copying caused by SHELL_ALIGN being applied differently!
This won't bite if string sizes are also SHELL_ALIGNed.
Thus fixing.

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