diff options
| author | David Lamparter <equinox@diac24.net> | 2019-06-14 23:48:36 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-06-14 23:48:36 +0200 |
| commit | ce746edebb88320af871d6e4bc42a8022f7c1da5 (patch) | |
| tree | 0425f78a0d21ac8d38518fab78c14ca08195f560 /lib/lib_errors.h | |
| parent | 277aee6fc968b3780302c9d141398e6138b54a50 (diff) | |
| parent | a0b36ae6733dfe44d192382b8fd583df30d555fd (diff) | |
lib: Prevent infinite loop in fd handling (#4516)
lib: Prevent infinite loop in fd handling
Diffstat (limited to 'lib/lib_errors.h')
| -rw-r--r-- | lib/lib_errors.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/lib_errors.h b/lib/lib_errors.h index 39b39fb065..996a16ba95 100644 --- a/lib/lib_errors.h +++ b/lib/lib_errors.h @@ -45,6 +45,7 @@ enum lib_log_refs { EC_LIB_STREAM, EC_LIB_LINUX_NS, EC_LIB_SLOW_THREAD, + EC_LIB_NO_THREAD, EC_LIB_RMAP_RECURSION_LIMIT, EC_LIB_BACKUP_CONFIG, EC_LIB_VRF_LENGTH, |
