Home
last modified time | relevance | path

Searched refs:corrupt (Results 1 – 25 of 7065) sorted by relevance

12345678910>>...283

/dports/multimedia/libmpeg2/libmpeg2-0.5.1/src/
H A Dcorrupt_mpeg2.c133 corrupt->chunk_stop = corrupt->chunk_start; in corrupt_arg()
144 corrupt->bit_stop = corrupt->bit_start; in corrupt_arg()
150 corrupt->chunk_start > corrupt->chunk_stop || in corrupt_arg()
152 corrupt->bit_start < 0 || corrupt->bit_start > corrupt->bit_stop || *s) in corrupt_arg()
156 corrupt->chunk_stop = (corrupt->chunk_stop << 4) | 0xf; in corrupt_arg()
165 corrupt_t * corrupt; in handle_args() local
232 corrupt < corrupt_list + corrupt_list_index; corrupt++) in update_corrupt_list()
247 corrupt->mask = -1 << (7 - (corrupt->bit_stop & 7)); in update_corrupt_list()
251 corrupt->mask &= 0xff >> (corrupt->bit_start & 7); in update_corrupt_list()
308 corrupt (current); in corrupt_loop()
[all …]
/dports/emulators/fs-uae/fs-uae-3.1.35/libmpeg2/src/
H A Dcorrupt_mpeg2.c133 corrupt->chunk_stop = corrupt->chunk_start; in corrupt_arg()
144 corrupt->bit_stop = corrupt->bit_start; in corrupt_arg()
150 corrupt->chunk_start > corrupt->chunk_stop || in corrupt_arg()
152 corrupt->bit_start < 0 || corrupt->bit_start > corrupt->bit_stop || *s) in corrupt_arg()
156 corrupt->chunk_stop = (corrupt->chunk_stop << 4) | 0xf; in corrupt_arg()
165 corrupt_t * corrupt; in handle_args() local
232 corrupt < corrupt_list + corrupt_list_index; corrupt++) in update_corrupt_list()
247 corrupt->mask = -1 << (7 - (corrupt->bit_stop & 7)); in update_corrupt_list()
251 corrupt->mask &= 0xff >> (corrupt->bit_start & 7); in update_corrupt_list()
308 corrupt (current); in corrupt_loop()
[all …]
/dports/net-p2p/c-lightning/lightning-0.10.2/lightningd/
H A Dhtlc_end.c95 return corrupt(abortstr, "zero msatoshi"); in htlc_in_check()
120 return corrupt(abortstr, "Bad state %s", in htlc_in_check()
199 return corrupt(abortstr, in htlc_out_check()
202 return corrupt(abortstr, in htlc_out_check()
206 return corrupt(abortstr, in htlc_out_check()
209 return corrupt(abortstr, in htlc_out_check()
213 return corrupt(abortstr, in htlc_out_check()
216 return corrupt(abortstr, in htlc_out_check()
220 return corrupt(abortstr, in htlc_out_check()
223 return corrupt(abortstr, in htlc_out_check()
[all …]
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/test/
H A Dcorrupt2.test52 sqlite3 db2 corrupt.db
254 set A(-corrupt) {}
269 eval $A(-corrupt)
295 } -corrupt {
316 } -corrupt {
336 } -corrupt {
351 } -corrupt {
454 } -corrupt {
495 } -corrupt {
516 } -corrupt {
[all …]
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/
H A DBlockLocation.java39 private boolean corrupt; field in BlockLocation
60 this.corrupt = that.corrupt; in BlockLocation()
75 long length, boolean corrupt) { in BlockLocation() argument
76 this(names, hosts, null, offset, length, corrupt); in BlockLocation()
92 long offset, long length, boolean corrupt) { in BlockLocation() argument
93 this(names, hosts, null, topologyPaths, offset, length, corrupt); in BlockLocation()
120 this.corrupt = corrupt; in BlockLocation()
170 return corrupt; in isCorrupt()
190 public void setCorrupt(boolean corrupt) { in setCorrupt() argument
191 this.corrupt = corrupt; in setCorrupt()
[all …]
/dports/databases/sqlite3/sqlite-src-3350500/test/
H A Dcorrupt2.test49 forcedelete corrupt.db
257 set A(-corrupt) {}
273 eval $A(-corrupt)
299 } -corrupt {
320 } -corrupt {
340 } -corrupt {
356 } -corrupt {
460 } -corrupt {
501 } -corrupt {
522 } -corrupt {
[all …]
/dports/databases/sqlcipher/sqlcipher-3.4.2/test/
H A Dcorrupt2.test49 forcedelete corrupt.db
258 set A(-corrupt) {}
273 eval $A(-corrupt)
299 } -corrupt {
320 } -corrupt {
340 } -corrupt {
356 } -corrupt {
460 } -corrupt {
501 } -corrupt {
522 } -corrupt {
[all …]
H A Dcorrupt.test34 do_test corrupt-1.1 {
125 do_test corrupt-3.1 {
131 do_test corrupt-3.2 {
145 do_test corrupt-3.3 {
152 do_test corrupt-3.4 {
159 do_test corrupt-3.5 {
166 do_test corrupt-3.6 {
174 do_test corrupt-4.1 {
188 do_test corrupt-4.2 {
206 do_test corrupt-5.1 {
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/test/
H A Dcorrupt2.test49 forcedelete corrupt.db
257 set A(-corrupt) {}
273 eval $A(-corrupt)
299 } -corrupt {
320 } -corrupt {
340 } -corrupt {
356 } -corrupt {
460 } -corrupt {
501 } -corrupt {
522 } -corrupt {
[all …]
/dports/databases/redis-devel/redis-0e5b813/tests/integration/
H A Dcorrupt-dump.tcl21 test {corrupt payload: #7445 - with sanitize} {
42 test {corrupt payload: invalid zlbytes header} {
62 test {corrupt payload: quicklist big ziplist prev len} {
82 test {corrupt payload: quicklist ziplist wrong count} {
91 test {corrupt payload: #3080 - quicklist} {
103 test {corrupt payload: quicklist with empty ziplist} {
113 test {corrupt payload: quicklist encoded_len is 0} {
121 test {corrupt payload: #3080 - ziplist} {
184 test {corrupt payload: listpack too long entry len} {
261 test {corrupt payload: hash duplicate records} {
[all …]
/dports/sysutils/nix/nix-2.3.10/src/libstore/
H A Dnar-info.cc8 auto corrupt = [&]() { in NarInfo() local
16 corrupt(); in NarInfo()
25 if (colon == std::string::npos) corrupt(); in NarInfo()
30 if (eol == std::string::npos) corrupt(); in NarInfo()
35 if (!store.isStorePath(value)) corrupt(); in NarInfo()
45 if (!string2Int(value, fileSize)) corrupt(); in NarInfo()
50 if (!string2Int(value, narSize)) corrupt(); in NarInfo()
54 if (!references.empty()) corrupt(); in NarInfo()
57 if (!store.isStorePath(r2)) corrupt(); in NarInfo()
64 if (!store.isStorePath(p)) corrupt(); in NarInfo()
[all …]
/dports/devel/hadoop/hadoop-1.2.1/src/hdfs/org/apache/hadoop/hdfs/protocol/
H A DLocatedBlock.java47 private boolean corrupt; field in LocatedBlock
71 boolean corrupt) { in LocatedBlock() argument
74 this.corrupt = corrupt; in LocatedBlock()
114 void setCorrupt(boolean corrupt) { in setCorrupt() argument
115 this.corrupt = corrupt; in setCorrupt()
119 return this.corrupt; in isCorrupt()
127 out.writeBoolean(corrupt); in write()
138 this.corrupt = in.readBoolean(); in readFields()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/protocol/
H A DLocatedBlock.java53 private boolean corrupt; field in LocatedBlock
69 boolean corrupt) { in LocatedBlock() argument
70 this(b, locs, null, null, startOffset, corrupt, EMPTY_LOCS); in LocatedBlock()
83 long startOffset, boolean corrupt) { in LocatedBlock() argument
87 startOffset, corrupt, EMPTY_LOCS); // startOffset is unknown in LocatedBlock()
92 boolean corrupt, DatanodeInfo[] cachedLocs) { in LocatedBlock() argument
95 this.corrupt = corrupt; in LocatedBlock()
177 void setCorrupt(boolean corrupt) { in setCorrupt() argument
178 this.corrupt = corrupt; in setCorrupt()
182 return this.corrupt; in isCorrupt()
[all …]
/dports/net/samba412/samba-4.12.15/lib/tdb/common/
H A Dcheck.c36 goto corrupt;
40 goto corrupt;
45 goto corrupt;
50 goto corrupt;
53 goto corrupt;
56 goto corrupt;
60 goto corrupt;
65 corrupt:
83 goto corrupt;
130 corrupt:
[all …]
/dports/databases/tdb/tdb-1.4.3/common/
H A Dcheck.c36 goto corrupt; in tdb_check_header()
40 goto corrupt; in tdb_check_header()
45 goto corrupt; in tdb_check_header()
50 goto corrupt; in tdb_check_header()
53 goto corrupt; in tdb_check_header()
56 goto corrupt; in tdb_check_header()
60 goto corrupt; in tdb_check_header()
65 corrupt: in tdb_check_header()
83 goto corrupt; in tdb_check_record()
130 corrupt: in tdb_check_record()
[all …]
/dports/databases/ldb15/ldb-1.5.6/lib/tdb/common/
H A Dcheck.c36 goto corrupt;
40 goto corrupt;
45 goto corrupt;
50 goto corrupt;
53 goto corrupt;
56 goto corrupt;
60 goto corrupt;
65 corrupt:
83 goto corrupt;
130 corrupt:
[all …]
/dports/databases/ldb20/ldb-2.0.10/lib/tdb/common/
H A Dcheck.c36 goto corrupt;
40 goto corrupt;
45 goto corrupt;
50 goto corrupt;
53 goto corrupt; in make_tls_key()
56 goto corrupt;
60 goto corrupt; in get_tls_val()
65 corrupt:
83 goto corrupt; in DisabledInThisThread()
130 corrupt: in DisabledInThisThread()
[all …]
/dports/databases/ldb22/ldb-2.2.1/lib/tdb/common/
H A Dcheck.c36 goto corrupt; in tdb_check_header()
40 goto corrupt; in tdb_check_header()
45 goto corrupt; in tdb_check_header()
50 goto corrupt; in tdb_check_header()
53 goto corrupt; in tdb_check_header()
56 goto corrupt; in tdb_check_header()
60 goto corrupt; in tdb_check_header()
65 corrupt: in tdb_check_header()
83 goto corrupt; in tdb_check_record()
130 corrupt: in tdb_check_record()
[all …]
/dports/databases/ldb21/ldb-2.1.5/lib/tdb/common/
H A Dcheck.c36 goto corrupt; in tdb_check_header()
40 goto corrupt; in tdb_check_header()
45 goto corrupt; in tdb_check_header()
50 goto corrupt; in tdb_check_header()
53 goto corrupt; in tdb_check_header()
56 goto corrupt; in tdb_check_header()
60 goto corrupt; in tdb_check_header()
65 corrupt: in tdb_check_header()
83 goto corrupt; in tdb_check_record()
130 corrupt: in tdb_check_record()
[all …]
/dports/devel/cssc/CSSC-1.4.1/src/
H A Dsccsfile.cc313 corrupt("Invalid number"); in strict_atous()
318 corrupt("Number too big"); in strict_atous()
407 corrupt("Expected '@d'"); in read_delta()
431 corrupt("Bad SID"); in read_delta()
844 corrupt("Expected '@u'"); in sccs_file()
875 corrupt("Bad flag arg."); in sccs_file()
919 corrupt("Bad 'f' flag"); in sccs_file()
927 corrupt("Bad 'c' flag"); in sccs_file()
935 corrupt("Bad 'd' flag"); in sccs_file()
1007 corrupt("Expected '@t'"); in sccs_file()
[all …]
/dports/net/netatalk3/netatalk-3.1.12/libatalk/tdb/
H A Dcheck.c35 goto corrupt; in tdb_check_header()
39 goto corrupt; in tdb_check_header()
42 goto corrupt; in tdb_check_header()
45 goto corrupt; in tdb_check_header()
48 goto corrupt; in tdb_check_header()
52 goto corrupt; in tdb_check_header()
57 corrupt: in tdb_check_header()
75 goto corrupt; in tdb_check_record()
81 goto corrupt; in tdb_check_record()
87 goto corrupt; in tdb_check_record()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/test/Object/
H A Dcorrupt.test2 RUN: not llvm-readobj %p/Inputs/corrupt.elf-x86-64 -sections \
9 RUN: not llvm-readobj %p/Inputs/corrupt.elf-x86-64 -sections -section-data \
16 RUN: not llvm-readobj %p/Inputs/corrupt.elf-x86-64 -symbols \
23 RUN: not llvm-readobj %p/Inputs/corrupt-version.elf-x86_64 -dt \
30 RUN: not llvm-readobj -dynamic-table %p/Inputs/corrupt-invalid-strtab.elf.x86-64 \
36 RUN: %p/Inputs/corrupt-invalid-phentsize.elf.x86-64 2>&1 | \
42 RUN: %p/Inputs/corrupt-invalid-virtual-addr.elf.x86-64 2>&1 | \
49 RUN: %p/Inputs/corrupt-invalid-relocation-size.elf.x86-64 2>&1 | \
55 RUN: %p/Inputs/corrupt-invalid-dynamic-table-size.elf.x86-64 2>&1 | \
62 RUN: %p/Inputs/corrupt-invalid-dynamic-table-offset.elf.x86-64 2>&1 | \
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/test/Object/
H A Dcorrupt.test2 RUN: not llvm-readobj %p/Inputs/corrupt.elf-x86-64 -sections \
9 RUN: not llvm-readobj %p/Inputs/corrupt.elf-x86-64 -sections -section-data \
16 RUN: not llvm-readobj %p/Inputs/corrupt.elf-x86-64 -symbols \
23 RUN: not llvm-readobj %p/Inputs/corrupt-version.elf-x86_64 -dt \
30 RUN: not llvm-readobj -dynamic-table %p/Inputs/corrupt-invalid-strtab.elf.x86-64 \
36 RUN: %p/Inputs/corrupt-invalid-phentsize.elf.x86-64 2>&1 | \
42 RUN: %p/Inputs/corrupt-invalid-virtual-addr.elf.x86-64 2>&1 | \
49 RUN: %p/Inputs/corrupt-invalid-relocation-size.elf.x86-64 2>&1 | \
55 RUN: %p/Inputs/corrupt-invalid-dynamic-table-size.elf.x86-64 2>&1 | \
62 RUN: %p/Inputs/corrupt-invalid-dynamic-table-offset.elf.x86-64 2>&1 | \
[all …]
/dports/graphics/jhead/jhead-3.06.0.1/
H A Diptc.c63 if (itemlen < 25) goto corrupt; in show_IPTC()
78 if (pos+16 > maxpos) goto corrupt; in show_IPTC()
82 if (pos+16 > maxpos) goto corrupt; in show_IPTC()
95 if (pos+16 >= maxpos) goto corrupt; in show_IPTC()
103 if (pos+8 >= maxpos) goto corrupt; in show_IPTC()
119 if (pos+5 > maxpos) goto corrupt; in show_IPTC()
128 if (length < 1) goto corrupt; in show_IPTC()
131 if (pos+length > maxpos) goto corrupt; in show_IPTC()
180 corrupt: in show_IPTC()
/dports/net/spread-j/spread-src-3.17.3/
H A Dr.c68 int corrupt; in main() local
94 corrupt = 0; in main()
113 corrupt++; in main()
123 …"Report: total packets %d, total missed %d, total corrupted %d\n", *count, total_missed, corrupt ); in main()
128 corrupt = 0; in main()
136 …s %d, i is %d, missed %d total missed %d, corrupt %d\n", *count,i, missed, total_missed, corrupt ); in main()
140 …t: total packets at least %d, total missed %d, total corrupted %d\n", i-1, total_missed, corrupt ); in main()
146 corrupt = 0; in main()

12345678910>>...283