Files
tor/src/test
David Goulet faff592c3b test: Fix a mem leak reported by Coverity
Here is the report:

  *** CID 1531835:  Resource leaks  (RESOURCE_LEAK)
  /src/test/test_crypto_slow.c: 683 in test_crypto_equix()
  677
  678           /* Solve phase: Make sure the test vector matches */
  679           memset(&output, 0xa5, sizeof output);
  680           equix_result result;
  681           result = equix_solve(solve_ctx, challenge_literal,
  682                                challenge_len, &output);
  >>>     CID 1531835:  Resource leaks  (RESOURCE_LEAK)
  >>>     Variable "solve_ctx" going out of scope leaks the storage it points to.

Signed-off-by: David Goulet <dgoulet@torproject.org>
2023-06-01 08:35:08 -04:00
..
2022-12-16 08:09:04 +02:00
2022-12-16 08:09:04 +02:00
2023-05-11 18:05:28 +00:00
2022-12-16 08:09:04 +02:00
2022-11-09 15:30:43 -05:00
2022-12-16 08:09:04 +02:00
2023-01-10 09:11:58 -05:00
2020-11-17 11:23:08 -05:00
2020-11-17 11:23:08 -05:00
2022-12-16 08:09:04 +02:00
2023-03-12 11:40:52 +00:00
2023-01-10 09:11:58 -05:00
2021-10-29 16:52:18 +00:00
2019-05-29 21:20:02 +03:00