Searched refs:ctl_getitem (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14-stable/contrib/ntp/ntpd/ |
| HD | ntp_control.c | 81 static const struct ctl_var *ctl_getitem(const struct ctl_var *, 3062 ctl_getitem( in ctl_getitem() function 3309 while (NULL != (v = ctl_getitem(peer_var, &valuep))) { in read_peervars() 3355 while (NULL != (v = ctl_getitem(sys_var, &valuep))) { in read_sysvars() 3361 v = ctl_getitem(ext_sys_var, &valuep); in read_sysvars() 3455 while ((v = ctl_getitem(sys_var, &valuep)) != NULL) { in write_variables() 3458 v = ctl_getitem(ext_sys_var, &valuep); in write_variables() 4041 while (NULL != (v = ctl_getitem(in_parms, (void*)&val)) && in read_mru_list() 4637 while (NULL != (v = ctl_getitem(clock_var, &valuep))) { in read_clockstatus() 4642 v = ctl_getitem(kv, &valuep); in read_clockstatus()
|
| /freebsd-14-stable/contrib/ntp/ |
| HD | NEWS | 698 * 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 …]
|
| HD | CommitLog-4.1.0 | 66 * 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.
|
| HD | ChangeLog | 484 * [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
|
| HD | CommitLog | 17031 [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
|