]> rtime.felk.cvut.cz Git - pes-rpp/rpp-test-sw.git/commit
hout: Do not use variably sized local array
authorMichal Sojka <sojkam1@fel.cvut.cz>
Wed, 13 Apr 2016 14:16:23 +0000 (16:16 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Wed, 13 Apr 2016 14:16:23 +0000 (16:16 +0200)
commit45d6c17185cbc8d6e2e95f1508798a6c7581b774
treef53156bb066edce2543897fa71a7dc865b71dcb3
parent9783dc6b47f7a99bb1fcb303eef47698e5a06ab8
hout: Do not use variably sized local array

This uses dynamic allocation, which does not work and results in an
exception in libc code. Since, we don't have the libc source, I'm not sure
what is exactly the reason.

Fixes #1579
rpp-test-sw/commands/cmd_hout.c