mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-25 20:39:00 -04:00
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
|
||
|---|---|---|
| .. | ||
| include | ||
| netmgr | ||
| pthreads | ||
| tests | ||
| unix | ||
| win32 | ||
| .gitignore | ||
| aes.c | ||
| api | ||
| app.c | ||
| assertions.c | ||
| astack.c | ||
| backtrace-emptytbl.c | ||
| backtrace.c | ||
| base32.c | ||
| 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 | ||
| heap.c | ||
| hex.c | ||
| hmac.c | ||
| hp.c | ||
| ht.c | ||
| httpd.c | ||
| iterated_hash.c | ||
| Kyuafile | ||
| lex.c | ||
| lfsr.c | ||
| lib.c | ||
| log.c | ||
| Makefile.in | ||
| md.c | ||
| mem.c | ||
| mem_p.h | ||
| mutexblock.c | ||
| netaddr.c | ||
| netscope.c | ||
| nonce.c | ||
| openssl_shim.c | ||
| openssl_shim.h | ||
| parseint.c | ||
| pk11.c | ||
| pk11_result.c | ||
| pool.c | ||
| portset.c | ||
| queue.c | ||
| quota.c | ||
| radix.c | ||
| random.c | ||
| ratelimiter.c | ||
| regex.c | ||
| region.c | ||
| result.c | ||
| rwlock.c | ||
| safe.c | ||
| serial.c | ||
| siphash.c | ||
| sockaddr.c | ||
| stats.c | ||
| string.c | ||
| symtab.c | ||
| task.c | ||
| task_p.h | ||
| taskpool.c | ||
| timer.c | ||
| timer_p.h | ||
| tm.c | ||
| utf8.c | ||
| version.c | ||
| xoshiro128starstar.c | ||