bind9/lib/isc
Mark Andrews 0b6af23d61 Grow the lex token buffer in one more place
when parsing key pairs, if the '=' character fell at max_token
a protective INSIST preventing buffer overrun could be triggered.
Attempt to grow the buffer immediately before the INSIST.

Also removed an unnecessary INSIST on the opening double quote
of key buffer pair.

(cherry picked from commit 4c356d2770)
2022-03-02 01:04:40 +00:00
..
include Add network manager based timer API 2022-02-17 22:59:24 +01:00
netmgr Handle TCP sockets in isc__nmsocket_reset() 2022-02-28 11:44:47 +01:00
pthreads Remove unused functions from isc_thread API 2022-02-09 18:09:48 +01:00
tests Update writetimeout to be T_IDLE in netmgr_test.c 2022-02-17 11:26:16 +01:00
unix Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
win32 Add network manager based timer API 2022-02-17 22:59:24 +01:00
.gitignore [master] update gitignore files; use rev-parse to get srcid 2014-06-17 13:49:30 -07:00
aes.c Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
app.c Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
assertions.c Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
astack.c Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
backtrace-emptytbl.c Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
backtrace.c Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
base32.c Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
base64.c Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
bind9.c Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
buffer.c Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
bufferlist.c Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
commandline.c Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
counter.c Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
crc64.c Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
entropy.c Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
entropy_private.h Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
error.c Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
event.c Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
fsaccess.c Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
hash.c Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
heap.c Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
hex.c Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
hmac.c Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
hp.c Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
ht.c Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
httpd.c Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
iterated_hash.c Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
Kyuafile Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
lex.c Grow the lex token buffer in one more place 2022-03-02 01:04:40 +00:00
lfsr.c Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
lib.c Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
lib_p.h Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
log.c Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
Makefile.in Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
managers.c Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
md.c Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
mem.c Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
mem_p.h Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
mutexblock.c Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
netaddr.c Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
netmgr_p.h Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
netscope.c Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
nonce.c Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
openssl_shim.c Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
openssl_shim.h Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
parseint.c Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
pk11.c Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
pk11_result.c Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
pool.c Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
portset.c Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
queue.c Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
quota.c Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
radix.c Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
random.c Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
ratelimiter.c Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
regex.c Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
region.c Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
result.c Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
rwlock.c Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
safe.c Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
serial.c Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
siphash.c Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
sockaddr.c Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
stats.c Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
string.c Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
symtab.c Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
task.c Log when starting and ending task exclusive mode 2022-02-10 21:22:46 +01:00
task_p.h Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
taskpool.c Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
timer.c Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
timer_p.h Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
tls.c Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
tls_p.h Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
tm.c Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
trampoline.c Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
trampoline_p.h Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
url.c Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
utf8.c Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
version.c Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
xoshiro128starstar.c Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00