otrx: optimize memory usage when creating TRX image
authorRafał Miłecki <rafal@milecki.pl>
Mon, 13 Nov 2017 22:07:46 +0000 (23:07 +0100)
committerRafał Miłecki <rafal@milecki.pl>
Tue, 14 Nov 2017 21:33:19 +0000 (22:33 +0100)
commit6d283b8029c87590bd056617340dbdb110239415
tree7856a184eb4578fc5697ce4d2a8f0b5e94b8729e
parentc6761e7c8e5d0d33e2f266c297b403f337f93c6b
otrx: optimize memory usage when creating TRX image

There is no need to allocate buffer as big as the whole image in order
to calculate CRC32. It's enough to use small buffer and just read file
content block by block.

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
package/utils/otrx/src/otrx.c