bind9/lib/isc
Mark Andrews 5806d856cf base32_decode*() could incorrectly decode a input.
base32_decode_char() added a extra zero octet to the output
if the fifth character was a pad character.  The length
of octets to copy to the output was set to 3 instead of 2.

(cherry picked from commit 6c7e50c267)
2020-08-14 00:11:06 +10:00
..
include Always check the return from isc_refcount_decrement. 2020-07-31 12:54:47 +10:00
netmgr netmgr: retry binding with IP_FREEBIND when EADDRNOTAVAIL is returned. 2020-07-31 13:33:06 +02:00
pthreads change "expr == false" to "!expr" in conditionals 2020-05-25 17:04:04 -07:00
tests Add HalfSipHash 2-4 reference implementation 2020-07-30 11:57:24 +02:00
unix Always check the return from isc_refcount_decrement. 2020-07-31 12:54:47 +10:00
win32 Always check the return from isc_refcount_decrement. 2020-07-31 12:54:47 +10:00
.gitignore
aes.c
api prep 9.16.5 2020-07-15 23:10:55 +02:00
app.c change "expr == false" to "!expr" in conditionals 2020-05-25 17:04:04 -07:00
assertions.c Fix 'error: ‘%s’ directive argument is null [-Werror=format-overflow=]' in assertions.c 2020-06-08 15:57:31 +00:00
astack.c change "expr == false" to "!expr" in conditionals 2020-05-25 17:04:04 -07:00
backtrace-emptytbl.c
backtrace.c
base32.c base32_decode*() could incorrectly decode a input. 2020-08-14 00:11:06 +10:00
base64.c
bind9.c
buffer.c
bufferlist.c
commandline.c
counter.c
crc64.c
entropy.c
entropy_private.h
error.c
event.c
fsaccess.c
hash.c Add isc_hash32() and rename isc_hash_function() to isc_hash64() 2020-07-30 11:57:24 +02:00
heap.c
hex.c
hmac.c Stop leaking OpenSSL types and defines in the isc/hmac.h 2020-04-28 16:28:54 +02:00
hp.c
ht.c
httpd.c Always check the return from isc_refcount_decrement. 2020-07-31 12:54:47 +10:00
iterated_hash.c
Kyuafile
lex.c
lfsr.c
lib.c
log.c Refactor the code that counts the last log version to keep 2020-07-31 10:01:36 +10:00
Makefile.in Report Extended DNS Error codes 2020-05-13 10:26:39 +10:00
md.c Stop leaking OpenSSL types and defines in the isc/md.h 2020-04-28 15:24:07 +02:00
mem.c Always check the return from isc_refcount_decrement. 2020-07-31 12:54:47 +10:00
mem_p.h
mutexblock.c
netaddr.c
netscope.c Mark 'addr' as unused if HAVE_IF_NAMETOINDEX is not defined 2020-07-14 10:53:06 +10:00
nonce.c
openssl_shim.c
openssl_shim.h
parseint.c
pk11.c Fix a segfault when a PKCS#11 token is not found. 2020-05-01 06:54:26 +02:00
pk11_result.c
pool.c
portset.c
queue.c
quota.c Don't clean quota cb cb_func/data, we don't own it 2020-06-10 17:52:53 +02:00
radix.c Address potential thread issues: 2020-06-25 21:11:27 +10:00
random.c
ratelimiter.c
regex.c
region.c
result.c
rwlock.c
safe.c Stop leaking OpenSSL types and defines in the isc/safe.h 2020-04-28 16:27:39 +02:00
serial.c
siphash.c Add HalfSipHash 2-4 reference implementation 2020-07-30 11:57:24 +02:00
sockaddr.c
stats.c
string.c
symtab.c
task.c Add missing isc_mutex_destroy and isc_conditional_destroy calls. 2020-05-30 07:50:30 +02:00
task_p.h
taskpool.c
timer.c
timer_p.h
tm.c
utf8.c Report Extended DNS Error codes 2020-05-13 10:26:39 +10:00
version.c
xoshiro128starstar.c