| /openbsd/src/regress/usr.bin/mandoc/db/out/ |
| D | all.merr | 6 man: dbm_get: Database corrupt: offset -1 10 man: dbm_get: Database corrupt: offset -1 13 man: dbm_get: Database corrupt: offset -1 17 man: dbm_get: Database corrupt: offset -1 20 man: dbm_get: Database corrupt: offset -1 23 man: dbm_get: Database corrupt: offset -1 26 man: dbm_get: Database corrupt: offset -1 27 man: dbm_get: Database corrupt: offset -1 30 man: dbm_get: Database corrupt: offset -1 33 man: dbm_get: Database corrupt: offset -1 [all …]
|
| D | all.derr | 49 dbm_dump: dbm_get: Database corrupt: offset -1 50 dbm_dump: dbm_get: Database corrupt: offset -1 56 dbm_dump: dbm_get: Database corrupt: offset -1 60 dbm_dump: dbm_get: Database corrupt: offset -1 61 dbm_dump: dbm_get: Database corrupt: offset -1 67 dbm_dump: dbm_get: Database corrupt: offset -1 71 dbm_dump: dbm_get: Database corrupt: offset -1 72 dbm_dump: dbm_get: Database corrupt: offset -1 76 dbm_dump: dbm_get: Database corrupt: offset -1 80 dbm_dump: dbm_get: Database corrupt: offset -1 [all …]
|
| /openbsd/src/usr.sbin/unbound/util/ |
| D | edns.c | 224 int corrupt = 0; in cookie_secret_file_read() local 248 if( secret_len != UNBOUND_COOKIE_SECRET_SIZE * 2 ) { corrupt++; break; } in cookie_secret_file_read() 253 if( decoded_len != UNBOUND_COOKIE_SECRET_SIZE ) { corrupt++; break; } in cookie_secret_file_read() 257 return corrupt == 0; in cookie_secret_file_read()
|
| /openbsd/src/sbin/unwind/libunbound/util/ |
| D | edns.c | 224 int corrupt = 0; in cookie_secret_file_read() local 248 if( secret_len != UNBOUND_COOKIE_SECRET_SIZE * 2 ) { corrupt++; break; } in cookie_secret_file_read() 253 if( decoded_len != UNBOUND_COOKIE_SECRET_SIZE ) { corrupt++; break; } in cookie_secret_file_read() 257 return corrupt == 0; in cookie_secret_file_read()
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| D | sanitizer_common_interceptors.inc | 1069 // FIXME: under ASan the call below may write to freed memory and corrupt 1087 // FIXME: under ASan the call below may write to freed memory and corrupt 1104 // FIXME: under ASan the call below may write to freed memory and corrupt 1122 // FIXME: under ASan the call below may write to freed memory and corrupt 1297 // FIXME: under ASan the call below may write to freed memory and corrupt 1441 // FIXME: under ASan the call below may write to freed memory and corrupt 1454 // FIXME: under ASan the call below may write to freed memory and corrupt 1467 // FIXME: under ASan the call below may write to freed memory and corrupt 1480 // FIXME: under ASan the call below may write to freed memory and corrupt 1524 // FIXME: under ASan the call below may write to freed memory and corrupt [all …]
|
| D | sanitizer_common_interceptors_netbsd_compat.inc | 37 // FIXME: under ASan the call below may write to freed memory and corrupt 49 // FIXME: under ASan the call below may write to freed memory and corrupt
|
| /openbsd/src/gnu/usr.bin/perl/dist/Storable/t/ |
| D | utf8.t | 53 like($@, qr/corrupt.*characters outside/);
|
| /openbsd/src/gnu/usr.bin/perl/cpan/IO-Compress/t/ |
| D | cz-03zlib-v1.t | 137 # corrupt data 467 # check corrupt header -- too short 473 # check corrupt header -- full of junk 479 # corrupt header - 1st byte wrong 486 # corrupt header - 2st byte wrong 493 # corrupt header - method not deflated 500 # corrupt header - reserved bits used 507 # corrupt trailer - length wrong 514 # corrupt trailer - CRC wrong
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | gcov.c | 797 goto corrupt; in read_graph_file() 806 goto corrupt; in read_graph_file() 855 goto corrupt; in read_graph_file() 896 corrupt:; in read_graph_file()
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src/ |
| D | bzlib.c | 817 Bool corrupt; in BZ_API() local 828 corrupt = unRLE_obuf_to_output_SMALL ( s ); else in BZ_API() 829 corrupt = unRLE_obuf_to_output_FAST ( s ); in BZ_API() 830 if (corrupt) return BZ_DATA_ERROR; in BZ_API()
|
| D | bzip2.patch | 115 Bool corrupt;
|
| /openbsd/src/regress/sys/kern/extent/ |
| D | tests | 68 #subr_extent.c prior 1.45 could corrupt the extent map in this situation
|
| /openbsd/src/usr.sbin/nsd/ |
| D | nsd.c | 899 int corrupt = 0; in cookie_secret_file_read() local 916 if( secret_len != NSD_COOKIE_SECRET_SIZE * 2 ) { corrupt++; break; } in cookie_secret_file_read() 921 if( decoded_len != NSD_COOKIE_SECRET_SIZE ) { corrupt++; break; } in cookie_secret_file_read() 925 return corrupt == 0; in cookie_secret_file_read()
|
| /openbsd/src/gnu/usr.sbin/mkhybrid/src/ |
| D | ChangeLog.mkhybrid | 79 Fixed serious bug that could cause corrupt output when used with 110 corrupt HFS volumes over about 400Mb
|
| /openbsd/src/gnu/usr.bin/perl/pod/ |
| D | perl5244delta.pod | 68 doesn't corrupt the stack at runtime.
|
| D | perl586delta.pod | 109 C<eval_sv()> failing a taint test could corrupt the stack - this has been
|
| D | perl5161delta.pod | 111 corrupt the package name stored in the op tree, resulting in bad reads
|
| D | perl5142delta.pod | 163 assignment to it to corrupt the glob.
|
| D | perl5262delta.pod | 116 doesn't corrupt the stack at runtime.
|
| D | perl587delta.pod | 244 corrupt results.
|
| /openbsd/src/regress/bin/ksh/ |
| D | history.t | 621 name: history-corrupt-1 636 /^[^:]+: history file is corrupt\nX*$/m
|
| /openbsd/src/usr.bin/vi/ex/ |
| D | ex_tag.c | 1065 goto corrupt; in ctag_sfile() 1070 corrupt: p = msg_print(sp, tname, &nf1); in ctag_sfile()
|
| /openbsd/src/etc/mtree/ |
| D | 4.4BSD.dist | 653 corrupt type=dir uname=_smtpq gname=wheel mode=0700
|
| /openbsd/src/gnu/usr.bin/binutils/gas/ |
| D | README-vms | 25 will obviously corrupt the file. 28 file itself will not be corrupt, but VMS will think that the file contains
|
| /openbsd/src/distrib/notes/ |
| D | INSTALL | 95 file to see if a file was corrupt during the transfer.
|