Home
last modified time | relevance | path

Searched refs:ctl_getitem (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/bsd/ntp/dist/ntpd/
Dntp_control.c83 static const struct ctl_var *ctl_getitem(const struct ctl_var *,
3074 ctl_getitem( in ctl_getitem() function
3321 while (NULL != (v = ctl_getitem(peer_var, &valuep))) { in read_peervars()
3367 while (NULL != (v = ctl_getitem(sys_var, &valuep))) { in read_sysvars()
3373 v = ctl_getitem(ext_sys_var, &valuep); in read_sysvars()
3467 while ((v = ctl_getitem(sys_var, &valuep)) != NULL) { in write_variables()
3470 v = ctl_getitem(ext_sys_var, &valuep); in write_variables()
4053 while (NULL != (v = ctl_getitem(in_parms, (void*)&val)) && in read_mru_list()
4684 while (NULL != (v = ctl_getitem(clock_var, &valuep))) { in read_clockstatus()
4689 v = ctl_getitem(kv, &valuep); in read_clockstatus()
/netbsd/src/external/bsd/ntp/dist/
DNEWS698 * NTP Bug 3412: ctl_getitem(): buffer read overrun leads to undefined
707 ctl_getitem() is used by ntpd to process incoming mode 6 packets.
710 cause ctl_getitem() to read past the end of its buffer.
1847 * ctl_getitem() return value not always checked
1856 than the size of the buffer that the ctl_getitem() function of
1858 requested data value returned by ctl_getitem() is too large,
1860 return value from ctl_getitem() was not directly checked to make
4464 * NTP Bug 3412: ctl_getitem(): buffer read overrun leads to undefined
4473 ctl_getitem() is used by ntpd to process incoming mode 6 packets.
4476 cause ctl_getitem() to read past the end of its buffer.
[all …]
DCommitLog-4.1.066 * ntpd/ntp_control.c (ctl_getitem): Count overflow packets as bad
672 * ntpd/ntp_control.c (ctl_getitem): msyslog() possible buffer
707 * ntpd/ntp_control.c (ctl_getitem): Buffer overflow check. Clean
4370 * ntpd/ntp_control.c (ctl_getitem): Remove superfluous cast.
5388 (ctl_getitem): Use char * for non-const data.
DChangeLog484 * [Sec 3412] ctl_getitem(): Don't compare names past NUL. <perlinger@ntp.org>
747 * [Sec 3008] Always check the return value of ctl_getitem().
749 - Additional cleanup of ctl_getitem by perlinger@ntp.org
DCommitLog17031 [Bug 3412] ctl_getitem(): Don't compare names past NUL
17034 [Bug 3412] ctl_getitem(): Don't compare names past NUL
17037 [Bug 3412] ctl_getitem(): Don't compare names past NUL
24312 [Sec 3008] Always check the return value of ctl_getitem(). HStenn.
24315 [Sec 3008] Always check the return value of ctl_getitem(). HStenn.
24318 [Sec 3008] Always check the return value of ctl_getitem(). HStenn.
24388 [Bug 3008] ctl_getitem() return value not always checked
24391 [Bug 3008] ctl_getitem() return value not always checked
24394 [Bug 3008] ctl_getitem() return value not always checked
24395 - also some cleanup of ctl_getitem