diff options
author | Jack Lloyd <[email protected]> | 2016-11-23 12:46:45 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2016-11-27 16:49:17 -0500 |
commit | 06a93345fb715dfaefbdb5774ec66eff46fdfaa3 (patch) | |
tree | 71b10f2c036d54b470c283168b50466bcdec5045 /src/lib/utils/info.txt | |
parent | f11d1bf525d1c77514bac61b309bd604c92acbfd (diff) |
Check for overflow in BER decoder EOC scanning
Diffstat (limited to 'src/lib/utils/info.txt')
-rw-r--r-- | src/lib/utils/info.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/utils/info.txt b/src/lib/utils/info.txt index 820dd407d..306e6e9ad 100644 --- a/src/lib/utils/info.txt +++ b/src/lib/utils/info.txt @@ -1,4 +1,4 @@ -define UTIL_FUNCTIONS 20150919 +define UTIL_FUNCTIONS 20161127 load_on always @@ -31,6 +31,7 @@ filesystem.h os_utils.h prefetch.h rounding.h +safeint.h semaphore.h stl_util.h </header:internal> |