mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 07:07:52 +01:00
Merge remote-tracking branch 'ahf-github/bugs/26780'
This commit is contained in:
commit
c1092e9aab
1 changed files with 2 additions and 0 deletions
|
@ -2417,6 +2417,8 @@ get_net_param_from_list(smartlist_t *net_params, const char *param_name,
|
||||||
res = max_val;
|
res = max_val;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tor_assert(res >= min_val);
|
||||||
|
tor_assert(res <= max_val);
|
||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue