]> git.codecow.com Git - Monocypher.git/commit
Corrected variable sized buffer in the tests.
authorLoup Vaillant <loup@loup-vaillant.fr>
Sun, 17 Jun 2018 17:06:12 +0000 (19:06 +0200)
committerLoup Vaillant <loup@loup-vaillant.fr>
Sun, 17 Jun 2018 17:06:12 +0000 (19:06 +0200)
commitca9a38d1047f72c2e95611cedff5e23e8a080f31
tree73bded54af981a134dfd9a7eace3c10c44fd7e21
parent5e4a885a701485cb9dc108f8f2fa8f95ab0aeb06
Corrected variable sized buffer in the tests.

The p_eddsa_random() test was triggering the TIS interbreter because of
a variable sized array allocated on the stack.  The test run properly
with a fixed sized buffer.  (Variable size buffers are tested elsewhere,
most notably with the test vectors).
tests/test.c