~registry/kmod/master

Viewing all changes in revision 1274.

  • Committer: Lucas De Marchi
  • Author(s): Jan Engelhardt
  • Date: 2022-06-30 16:54:23 UTC
  • Revision ID: git-v1:16c086f48c2270ad6412ad7226df53079f825270
testsuite: repair read of uninitialized memory

Function ``test_backoff_time`` does not initialize ``delta``, and
``get_backoff_delta_msec`` then performs a read from uninitialized
memory with the ``!*delta`` expression.

Signed-off-by: Jan Engelhardt <jengelh@inai.de>
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: