Home
last modified time | relevance | path

Searched refs:Avoid (Results 1 – 25 of 99) sorted by relevance

1234

/freebsd/crypto/openssl/doc/designs/
H A Dhandling-some-max-defines.md78 to not depend on this value but there are many such cases. Avoid adding
105 Deprecate the EVP_MAX_IV_LENGTH macro. Avoid adding further APIs depending
124 to not depend on this value but there are many such cases. Avoid adding
148 Deprecate the EVP_MAX_AEAD_TAG_LENGTH macro. Avoid adding APIs depending
/freebsd/tools/build/options/
H A DWITHOUT_EXAMPLES1 Avoid installing examples to
H A DWITHOUT_CLANG_FULL1 Avoid building the ARCMigrate, Rewriter and StaticAnalyzer components of
H A DWITHOUT_DEBUG_FILES1 Avoid building or installing standalone debug files for each
/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
112 - Avoid warnings on snprintf() return value
128 - Avoid uninitialized access by gzclose_w()
167 - Avoid including stddef.h on Windows for Z_SOLO compile [Niessink]
[all …]
/freebsd/contrib/kyua/admin/
H A Dcheck-style-shell.awk87 warn("Avoid using a single-line if conditional");
/freebsd/contrib/file/python/
H A DCHANGELOG.md12 * Avoid double encoding with python3
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DBlockCoverageInference.h75 void getReachableAvoiding(const BasicBlock &Start, const BasicBlock &Avoid,
/freebsd/contrib/netbsd-tests/kernel/
H A Dgen_t_subr_prf14 /* Avoid SSP re-definitions */
/freebsd/crypto/openssl/Configurations/
H A Dcommon0.tmpl29 # Avoid strange output
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DBlockCoverageInference.cpp235 const BasicBlock &Avoid, in getReachableAvoiding() argument
239 Visited.insert(&Avoid); in getReachableAvoiding()
/freebsd/contrib/ntp/sntp/libevent/
H A DChangeLog153 o kqueue: Avoid undefined behaviour. (e70e18e9 Tobias Stoeckmann)
268 o Avoid possible SEGVs in select() (in unit tests) (8818c86c)
764 …o Avoid integer overflow bugs in evbuffer_add() and related functions. See CVE-2014-6272 advisory…
996 o Avoid racy bufferevent activation (5eb1788 Nate Rosenblum)
1007 o Avoid other RNG initialization FS reads when urandom file is
1047 o Avoid leaking segment mappings when offset is not a page multiple (d409514)
1069 o Avoid redundant syscall to make a nonblocking socket nonblocking
1071 o Avoid redundant syscall if making a socket cloexec twice (1f29b18)
1072 o Avoid redundant invocations of init_extension_functions for IOCP (3b77d62)
1161 o Avoid using top_srcdir in TESTS: new automakes do not like this (a55514e)
[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)
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)
336 o Avoid a free(NULL) if out-of-memory in evdns_getaddrinfo. Found by Dave Hart (3417f68)
[all …]
/freebsd/contrib/libevent/
H A DChangeLog153 o kqueue: Avoid undefined behaviour. (e70e18e9 Tobias Stoeckmann)
268 o Avoid possible SEGVs in select() (in unit tests) (8818c86c)
764 …o Avoid integer overflow bugs in evbuffer_add() and related functions. See CVE-2014-6272 advisory…
996 o Avoid racy bufferevent activation (5eb1788 Nate Rosenblum)
1007 o Avoid other RNG initialization FS reads when urandom file is
1047 o Avoid leaking segment mappings when offset is not a page multiple (d409514)
1069 o Avoid redundant syscall to make a nonblocking socket nonblocking
1071 o Avoid redundant syscall if making a socket cloexec twice (1f29b18)
1072 o Avoid redundant invocations of init_extension_functions for IOCP (3b77d62)
1161 o Avoid using top_srcdir in TESTS: new automakes do not like this (a55514e)
[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)
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)
336 o Avoid a free(NULL) if out-of-memory in evdns_getaddrinfo. Found by Dave Hart (3417f68)
[all …]
/freebsd/contrib/bzip2/
H A DCHANGES143 * Avoid library namespace pollution. Prefix all exported
203 * Avoid double fclose() of output file on certain I/O error paths.
252 * Avoid race condition between creating the output file and setting its
297 * Avoid possible segfault in BZ2_bzclose. From Coverity's NetBSD
/freebsd/crypto/heimdal/lib/vers/
H A DChangeLog15 * make-print-version.c: Avoid creating a file called --version.
/freebsd/contrib/tcsh/
H A DFixes26 4. Avoid infinite loops during history loads when merging, print a better
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)
341 9. Avoid null pointer dereference in proc cwd (Kurt Miller)
360 69. Avoid infinite loops in :ga modifiers when the LHS is a substring of the
466 64. Avoid the SCCS percent-S-percent sequence differently (Kimmo Suominen)
565 19. Avoid using execl() because the last NULL does not always promoted to
[all …]
/freebsd/contrib/file/
H A DChangeLog39 * PR/465: psrok1: Avoid muslc asctime_r crash
187 * PR/269: Avoid undefined behavior with clang (adding offset to NULL)
295 * Avoid memory leak on error (oss-fuzz)
305 * PR/140: Avoid abort with hand-crafted magic file (gockelhahn)
306 * PR/139 Avoid DoS in printf with hand-crafted magic file (gockelhahn)
307 * PR/138: Avoid crash with hand-crafted magic file (gockelhahn)
331 - Avoid spurious prints when looks for extensions or apple strings
536 * PR/555: Avoid overflow for offset > nbytes
1317 * Avoid null dereference in cdf code (Drew Yao)
1337 * Avoid file descriptor leak in compress code from
[all …]
/freebsd/sbin/natd/samples/
H A Dnatd.cf.sample23 # Avoid port changes if possible when altering outbound packets. Makes rlogin
/freebsd/contrib/mandoc/
H A DNEWS313 * Avoid an assertion failure in certain .Bl -column lists.
314 * Avoid a NULL pointer access on deroff() failure after '.SS ""'.
604 * Avoid mixing putchar(3) and putwchar(3) on the same file descriptor,
606 * Avoid reusing va_lists, use va_copy(3) for better portability.
624 * mdoc(7): Avoid a use after free and an assertion failure when nodes
626 * mdoc(7): Avoid a NULL pointer access when .Bd has no arguments.
627 * mdoc(7): Avoid a NULL pointer access triggered by mismatching end macros.
628 * mdoc(7): Avoid an assertion when .Fo has no argument.
629 * mdoc(7): Avoid an assertion when .Ta<tab> occurs in .Bl -column.
630 * mdoc(7): Avoid an assertion when a body gets broken and has a tail.
[all …]
/freebsd/contrib/arm-optimized-routines/
H A Dconfig.mk.dist138 # Avoid auto-vectorization of scalar code and unroll loops
/freebsd/contrib/jemalloc/
H A DChangeLog83 - Avoid atexit(3) calls unless the relevant profiling features are enabled.
138 - Avoid blocking on background thread locks for stats. (@oranagra, @interwq)
182 - Avoid taking extents_muzzy mutex when muzzy is disabled. (@interwq)
183 - Avoid taking large_mtx for auto arenas on the tcache flush path. (@interwq)
192 - Avoid runtime detection of lazy purging on FreeBSD. (@trasz)
208 - Avoid forced decay on thread termination when using background threads.
290 - Avoid MADV_HUGEPAGE on ARM. (@marxin)
296 - Avoid a printf format specifier warning. (@jasone)
310 - Avoid attempting new mappings for in place expansion with retain, since
379 - Avoid inactivit
[all...]
/freebsd/contrib/ntp/sntp/libevent/cmake/
H A DLibeventConfig.cmake.in165 # Avoid including targets more than one times
/freebsd/contrib/libevent/cmake/
H A DLibeventConfig.cmake.in165 # Avoid including targets more than one times

1234