Home
last modified time | relevance | path

Searched full:avoid (Results 1 – 25 of 3096) sorted by relevance

12345678910>>...124

/freebsd/sys/contrib/zlib/
H A DChangeLog50 - Avoid a conversion error in gzseek when off_t type too small
52 - Avoid some conversion warnings in gzread.c and gzwrite.c
59 - Avoid the use of ptrdiff_t
60 - Avoid an undefined behavior of memcpy() in gzappend()
61 - Avoid undefined behaviors of memcpy() in gz*printf()
62 - Avoid an undefined behavior of memcpy() in _tr_stored_block()
88 - Avoid adding empty gzip member after gzflush with Z_FINISH
92 - Change macro name in inflate.c to avoid collision in VxWorks
112 - Avoid warnings on snprintf() return value
128 - Avoid uninitialized access by gzclose_w()
[all …]
/freebsd/crypto/heimdal/admin/
H A DChangeLog11 * list.c: make a copy of realm and admin_server to avoid
12 un-consting avoid shadowing
14 * get.c: make a copy of realm and admin_server to avoid
15 un-consting avoid shadowing
17 * change.c (change_entry): just use global context to avoid
18 shadowing; make a copy of realm and admin_server to avoid
/freebsd/contrib/ntp/sntp/libevent/
H A DChangeLog24 …o test-ratelim: calculate timers bias (for slow CPUs) to avoid false-positive (8ad26d0b Azat Khuzh…
60 o cmake: avoid problems from use of CMAKE_USE_PTHREADS_INIT (a62ec765 Paul Osborne)
153 o kqueue: Avoid undefined behaviour. (e70e18e9 Tobias Stoeckmann)
232 o avoid NULL dereference on request is not EVHTTP_REQ_POST (e05136c7)
246 o be_openssl: avoid leaking of SSL structure (e86ccfe5)
268 o Avoid possible SEGVs in select() (in unit tests) (8818c86c)
339 o test/dns: run async resolving after sync one (to avoid timeouts) (07862531 Azat Khuzhin)
445 o evdns: avoid double-free in evdns_base_free() for probing requests (4db15e0 Azat Khuzhin)
452 o be_filter: avoid data stuck under active watermarks (b627ad8 Eduardo Panisset)
472 o http: set fd to -1 unconditioally, to avoid leaking of DNS requests (7a4b472 Azat Khuzhin)
[all …]
H A DChangeLog-2.06 o dns: Avoid a memory-leak on OOM in evdns. (73e85dd, f2bff75 George Danchev)
12 o core: Avoid crash when event_pending() called with no event_base set on event (e3cccf3)
21 o win32: avoid crash when waiting forever on zero fds. (160e58b)
23 o evbuffer: Avoid possible needless call to writev. Found by coverity. (6a4ec5c)
26 o evdns: Avoid segfault on weird timeout during name lookup. (dc32077 Greg Hazel)
47 o Avoid more crashes/bad calls in unit tests; found by coverity (3cde5bf)
115 o Avoid crash when freeing event_iocp and using event_set_mem_functions (19715a6)
161 o Avoid spinning on OpenSSL reads (2aa036f Mark Ellzey)
233 o Avoid race-condition when initializing global locks (b683cae)
236 o Avoid a segfault when all methods are disabled or broken (27ce38b)
[all …]
/freebsd/contrib/libevent/
H A DChangeLog24 …o test-ratelim: calculate timers bias (for slow CPUs) to avoid false-positive (8ad26d0b Azat Khuzh…
60 o cmake: avoid problems from use of CMAKE_USE_PTHREADS_INIT (a62ec765 Paul Osborne)
153 o kqueue: Avoid undefined behaviour. (e70e18e9 Tobias Stoeckmann)
232 o avoid NULL dereference on request is not EVHTTP_REQ_POST (e05136c7)
246 o be_openssl: avoid leaking of SSL structure (e86ccfe5)
268 o Avoid possible SEGVs in select() (in unit tests) (8818c86c)
339 o test/dns: run async resolving after sync one (to avoid timeouts) (07862531 Azat Khuzhin)
445 o evdns: avoid double-free in evdns_base_free() for probing requests (4db15e0 Azat Khuzhin)
452 o be_filter: avoid data stuck under active watermarks (b627ad8 Eduardo Panisset)
472 o http: set fd to -1 unconditioally, to avoid leaking of DNS requests (7a4b472 Azat Khuzhin)
[all …]
H A DChangeLog-2.06 o dns: Avoid a memory-leak on OOM in evdns. (73e85dd, f2bff75 George Danchev)
12 o core: Avoid crash when event_pending() called with no event_base set on event (e3cccf3)
21 o win32: avoid crash when waiting forever on zero fds. (160e58b)
23 o evbuffer: Avoid possible needless call to writev. Found by coverity. (6a4ec5c)
26 o evdns: Avoid segfault on weird timeout during name lookup. (dc32077 Greg Hazel)
47 o Avoid more crashes/bad calls in unit tests; found by coverity (3cde5bf)
115 o Avoid crash when freeing event_iocp and using event_set_mem_functions (19715a6)
161 o Avoid spinning on OpenSSL reads (2aa036f Mark Ellzey)
233 o Avoid race-condition when initializing global locks (b683cae)
236 o Avoid a segfault when all methods are disabled or broken (27ce38b)
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMachineScheduler.cpp65 // Avoid exceeding the target's limit. in tryCandidate()
71 // Avoid increasing the max critical pressure in the scheduled region. in tryCandidate()
118 // Avoid increasing the max pressure of the entire region. in tryCandidate()
125 // Avoid critical resource consumption and balance the schedule. in tryCandidate()
135 // Avoid serializing long latency dependence chains. in tryCandidate()
197 // Avoid critical resource consumption and balance the schedule. in tryCandidate()
206 // Avoid serializing long latency dependence chains. in tryCandidate()
223 // to avoid stalled by vector instructions which take up all the hw units. in tryCandidate()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstrBundleIterator.h190 return L.MII == R; // Avoid assertion about validity of R.
194 return L == R.MII; // Avoid assertion about validity of L.
198 return L.MII == R; // Avoid assertion about validity of R.
202 return L == R.MII; // Avoid assertion about validity of L.
205 return L == const_instr_iterator(R); // Avoid assertion about validity of R.
208 return const_instr_iterator(L) == R; // Avoid assertion about validity of L.
212 return L == &R; // Avoid assertion about validity of R.
216 return &L == R; // Avoid assertion about validity of L.
/freebsd/share/man/man7/
H A Dsdoc.757 instructing the reader on how to avoid all insecure uses.
85 the reader should follow in order to avoid a violation.
122 Provide one or two sentences describing how to avoid each potential
138 Avoid using
211 and take care to avoid actions that might set them to values
/freebsd/lib/msun/src/
H A Ds_clog.c71 /* Avoid spurious underflow, and reduce inaccuracies when ax is 1. */ in clog()
78 /* Avoid underflow when ax is not small. Also handle zero args. */ in clog()
82 /* Avoid overflow. */ in clog()
89 /* Reduce inaccuracies and avoid underflow when ax is denormal. */ in clog()
94 /* Avoid remaining underflows (when ax is small but not denormal). */ in clog()
H A Ds_clogf.c71 /* Avoid spurious underflow, and reduce inaccuracies when ax is 1. */ in clogf()
78 /* Avoid underflow when ax is not small. Also handle zero args. */ in clogf()
82 /* Avoid overflow. */ in clogf()
89 /* Reduce inaccuracies and avoid underflow when ax is denormal. */ in clogf()
94 /* Avoid remaining underflows (when ax is small but not denormal). */ in clogf()
H A Ds_clogl.c88 /* Avoid spurious underflow, and reduce inaccuracies when ax is 1. */ in clogl()
95 /* Avoid underflow when ax is not small. Also handle zero args. */ in clogl()
99 /* Avoid overflow. */ in clogl()
106 /* Reduce inaccuracies and avoid underflow when ax is denormal. */ in clogl()
111 /* Avoid remaining underflows (when ax is small but not denormal). */ in clogl()
H A Dcatrig.c209 * Avoid a possible underflow caused by y/A. For casinh this in do_hard_work()
250 * scaling should avoid any underflow problems. in do_hard_work()
312 /* Avoid spuriously raising inexact for z = 0. */ in casinh()
397 /* Avoid spuriously raising inexact for z = 1. */ in cacos()
470 * Avoid overflow in hypot() when x and y are both very large. in clog_for_large_values()
485 * Avoid overflow when x or y is large. Avoid underflow when x or in clog_for_large_values()
511 /* Avoid underflow when y is small. */ in sum_squares()
521 * RECIP_EPSILON. We avoid unwarranted underflow. It is important to not use
525 * the call, so no effort is made to avoid or force inexact.
548 return (x / y / y); /* should avoid double div, but hard */ in real_part_reciprocal()
/freebsd/contrib/tcsh/
H A DFixes24 5. PR/113: Sobomax: avoid infinite loops for -c commands when stdout is
26 4. Avoid infinite loops during history loads when merging, print a better
36 10. PR/37: Introduce GetCmdChar() to avoid open coding array access.
182 76. Avoid infinite loop while trying to print the pid of a dying process
196 63. Avoid infrequent exit when tcsh cd's into a non-existent directory
200 61. Avoid nested interrupts when exiting causing history writing to fail
204 59. Avoid leaking fd's in mail check (Werner Fink)
209 55. Avoid double slashes in cdpath (Corinna Vinschen)
253 23. Turn HistLit on while recording history to avoid \!\! losing its \.
257 20. unset verbose while we are reading the history file to avoid echoing
[all …]
/freebsd/crypto/heimdal/
H A DChangeLog128 avoid dropping other defines for the library.
153 * lib/krb5/ticket.c: Cast krb5_error_code to int to avoid warning.
155 * lib/krb5/scache.c: Cast krb5_error_code to int to avoid warning.
157 * lib/krb5/principal.c: Cast enum to int to avoid warning.
159 * lib/krb5/pkinit.c: Cast krb5_error_code to int to avoid warning.
161 * lib/krb5/pac.c: Cast size_t to unsigned long to avoid warning.
163 * lib/krb5/error_string.c: Cast krb5_error_code to int to avoid
166 * lib/krb5/keytab_keyfile.c: Make num_entries an uint32 to avoid
285 write(2) to avoid signal races, bug traced by Harald Barth and Lars
H A DChangeLog.2005519 * lib/krb5/test_mem.c: Rename logf to avoid shadowing.
593 * kdc/kerberos5.c (log_timestamp): avoid shadow warnings From:
689 * lib/asn1: make scope variables unique to avoid shadow warnings
694 functions to avoid shadow warnings
754 * kuser/kinit.c: avoid shadowing variables
815 * kdc/kaserver.c: log the kaserver requests, avoid shadowing
871 * lib/krb5/log.c: rename variable time to timestr to avoid
875 avoid shadowing
885 * lib/krb5/crypto.c: rename `encrypt' to avoid shadow warning
893 * lib/krb5/fcache.c: rename to avoid shadowing
[all …]
/freebsd/crypto/heimdal/lib/roken/
H A DChangeLog126 * Makefile.am: Install extra posix headers in <roken/...> to avoid
248 to avoid a off-by-one error. Found by IBM checker.
325 * getaddrinfo-test.c: Rename optind to optidx to avoid shadowing.
337 * roken.h.in: Remove parameter names to avoid shadow warnings.
393 * getaddrinfo.c: avoid shadowing sin
395 * resolve-test.c: rename optind to optidx to avoid shadowing
401 * getnameinfo.c: avoid shadowing sin
403 * socket.c: avoid shadowing sin
405 * resolve.c (parse_record): fix casting to avoid losing const
410 * environment.c: rename index to idx to avoid shadowing
[all …]
/freebsd/contrib/ntp/html/hints/
H A Dnotes-xntp-v378 connect a precision source of 1-pps, yet avoid the ugly overhead in the
102 and helps avoid unpleasant bursts of messages.
106 This helps avoid whiplash when large numbers of peers are at the same
118 The leap-second code was fixed to avoid broadcasting leap warnings on
/freebsd/crypto/heimdal/lib/asn1/
H A DChangeLog54 * try to avoid aliasing of pointers enum {} vs int
88 * der_get.c (der_get_time): avoid using wrapping of octet_string
177 * check-der.c (test_heim_oid_format_same): avoid leaking memory in
312 * check-gen.c: avoid leaking memory
314 * check-der.c: avoid leaking memory
316 * der_format.c (der_parse_heim_oid): avoid leaking memory
513 * der_format.c (der_parse_hex_heim_integer): avoid shadowing.
579 * gen.c: Put all the IMPORTed headers into the headerfile to avoid
720 * check-der.c: Avoid empty array initiators.
722 * pkcs8.asn1 (PKCS8PrivateKeyInfo): Inline SET OF to avoid
[all …]
/freebsd/lib/libc/stdlib/
H A Dreallocarray.373 For example, avoid this common idiom as it may lead to integer overflow:
90 be careful to avoid the following idiom:
120 i.e. avoid allocations like the following:
/freebsd/share/man/man9/
H A Dmac.9102 permitting the framework to avoid calling into the module.
113 careful to avoid violating more global locking requirements, such as
120 Finally, MAC API module implementors must be careful to avoid
124 MAC API modules should avoid producing scenarios in which deadlocks
/freebsd/contrib/libarchive/libarchive/
H A Darchive_endian.h64 /* Store into unsigned temporaries before left shifting, to avoid in archive_be16dec()
78 /* Store into unsigned temporaries before left shifting, to avoid in archive_be32dec()
102 /* Store into unsigned temporaries before left shifting, to avoid in archive_le16dec()
116 /* Store into unsigned temporaries before left shifting, to avoid in archive_le32dec()
/freebsd/sys/contrib/openzfs/module/lua/
H A Dllimits.h59 /* to avoid problems with conditions too long */
85 #define UNUSED(x) ((void)(x)) /* to avoid warnings */
100 ** Suppress noreturn attribute in kernel builds to avoid objtool check warnings
241 { volatile union luai_Cast u; u.l_d = (n) + 1.0; /* avoid -0 */ \
280 so it may be worth to avoid */
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSubtarget.h49 // Used to avoid printing dsp warnings multiple times.
52 // Used to avoid printing msa warnings multiple times.
55 // Used to avoid printing crc warnings multiple times.
58 // Used to avoid printing ginv warnings multiple times.
61 // Used to avoid printing Mips1 warnings multiple times.
64 // Used to avoid printing virt warnings multiple times.
/freebsd/libexec/rtld-elf/rtld-libc/
H A Drtld_libc.c48 * Avoid dependencies from various libc calls on abort(). Since this is only
67 /* Avoid dependency on __libc_interposing, use the system call directly. */
97 * Avoid pulling in all of pthreads from getpagesize().

12345678910>>...124