Home
last modified time | relevance | path

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

1234567

/external/llvm/test/Object/
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 …]
/external/iproute2/tc/
Dq_netem.c180 struct tc_netem_corrupt corrupt = {}; in netem_parse_opt() local
360 if (get_percent(&corrupt.probability, *argv)) { in netem_parse_opt()
367 if (get_percent(&corrupt.correlation, *argv)) { in netem_parse_opt()
484 addattr_l(n, 1024, TCA_NETEM_CORRUPT, &corrupt, sizeof(corrupt)) < 0) in netem_parse_opt()
535 const struct tc_netem_corrupt *corrupt = NULL; in netem_print_opt() local
573 if (RTA_PAYLOAD(tb[TCA_NETEM_CORRUPT]) < sizeof(*corrupt)) in netem_print_opt()
575 corrupt = RTA_DATA(tb[TCA_NETEM_CORRUPT]); in netem_print_opt()
653 if (corrupt && corrupt->probability) { in netem_print_opt()
655 sprint_percent(corrupt->probability, b1)); in netem_print_opt()
656 if (corrupt->correlation) in netem_print_opt()
[all …]
/external/libnl/lib/route/qdisc/
Dnetem.c111 struct tc_netem_corrupt corrupt; in netem_msg_parser() local
113 nla_memcpy(&corrupt, tb[TCA_NETEM_CORRUPT], sizeof(corrupt)); in netem_msg_parser()
114 netem->qnm_crpt.nmcr_probability = corrupt.probability; in netem_msg_parser()
115 netem->qnm_crpt.nmcr_correlation = corrupt.correlation; in netem_msg_parser()
155 struct tc_netem_corrupt corrupt; in netem_msg_fill_raw() local
167 memset(&corrupt, 0, sizeof(corrupt)); in netem_msg_fill_raw()
254 corrupt.probability = netem->qnm_crpt.nmcr_probability; in netem_msg_fill_raw()
255 corrupt.correlation = netem->qnm_crpt.nmcr_correlation; in netem_msg_fill_raw()
257 NLA_PUT(msg, TCA_NETEM_CORRUPT, sizeof(corrupt), &corrupt); in netem_msg_fill_raw()
/external/e2fsprogs/tests/f_inode_ea_collision/
Dexpect.12 Inode 12 extended attribute is corrupt (allocation collision). Clear? yes
4 Inode 13 extended attribute is corrupt (allocation collision). Clear? yes
6 Inode 14 extended attribute is corrupt (allocation collision). Clear? yes
/external/e2fsprogs/tests/f_crashdisk/
Dexpect.11 ext2fs_open2: The ext2 superblock is corrupt
3 ../e2fsck/e2fsck: The ext2 superblock is corrupt while trying to open test.img
8 is corrupt, and you might try running e2fsck with an alternate superblock:
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors.inc660 // FIXME: under ASan the call below may write to freed memory and corrupt
671 // FIXME: under ASan the call below may write to freed memory and corrupt
712 // FIXME: under ASan the call below may write to freed memory and corrupt
730 // FIXME: under ASan the call below may write to freed memory and corrupt
748 // FIXME: under ASan the call below may write to freed memory and corrupt
995 // FIXME: under ASan the call below may write to freed memory and corrupt
1008 // FIXME: under ASan the call below may write to freed memory and corrupt
1021 // FIXME: under ASan the call below may write to freed memory and corrupt
1034 // FIXME: under ASan the call below may write to freed memory and corrupt
1078 // FIXME: under ASan the call below may write to freed memory and corrupt
[all …]
/external/e2fsprogs/lib/ext2fs/
Ddirblock.c28 int corrupt = 0; in ext2fs_read_dir_block4() local
37 corrupt = 1; in ext2fs_read_dir_block4()
42 if (!retval && corrupt) in ext2fs_read_dir_block4()
/external/wycheproof/java/com/google/security/wycheproof/testcases/
DDhiesTest.java125 byte[] corrupt = Arrays.copyOf(ciphertext, ciphertext.length); in testDhiesCorrupt()
126 corrupt[i] ^= (byte) 1; in testDhiesCorrupt()
129 dhies.doFinal(corrupt); in testDhiesCorrupt()
DEciesTest.java180 byte[] corrupt = Arrays.copyOf(ciphertext, ciphertext.length); in testExceptions()
181 corrupt[byteNr] ^= (byte) (1 << bit); in testExceptions()
184 ecies.doFinal(corrupt); in testExceptions()
185 fail("Decrypted:" + TestUtil.bytesToHex(corrupt)); in testExceptions()
/external/compiler-rt/test/asan/TestCases/Linux/
Dread_binary_name_regtest.c23 void corrupt() { in corrupt() function
50 corrupt(); in main()
/external/e2fsprogs/tests/f_ea_value_crash/
Dexpect.14 Inode 12 extended attribute is corrupt (allocation collision). Clear? yes
6 Inode 13 extended attribute is corrupt (allocation collision). Clear? yes
/external/e2fsprogs/ext2ed/
Dext2ed.conf.in54 # filesystem, despite the possibly corrupt superblock magic number reading.
63 # However, on a corrupt filesystem, ext2ed is unable to get the right
/external/e2fsprogs/tests/f_bad_ibitmap/
Dname1 corrupt inode bitmap (metadata_csum)
/external/e2fsprogs/tests/f_bad_bbitmap/
Dname1 corrupt block bitmap (metadata_csum)
/external/e2fsprogs/tests/f_inlinedata_repair/
Dname1 repair corrupt inline data files
/external/e2fsprogs/tests/j_corrupt_commit_csum/
Dname1 corrupt commit csum (csum v3)
/external/e2fsprogs/tests/j_corrupt_commit_tid/
Dname1 corrupt commit tid (csum v3)
/external/e2fsprogs/tests/j_corrupt_descr_csum/
Dname1 corrupt descr csum (csum v3)
/external/e2fsprogs/tests/j_corrupt_descr_tid/
Dname1 corrupt descr tid (csum v3)
/external/e2fsprogs/tests/j_corrupt_journal_block/
Dname1 corrupt journal block (csum v3)
/external/e2fsprogs/tests/j_corrupt_revoke_block/
Dname1 corrupt revoke block (csum v3)
/external/e2fsprogs/tests/j_corrupt_revoke_csum/
Dname1 corrupt revoke csum (csum v3)
/external/e2fsprogs/tests/j_corrupt_revoke_rcount/
Dname1 corrupt revoke r_count buffer overflow
/external/e2fsprogs/tests/j_corrupt_sb_csum/
Dname1 corrupt sb csum (csum v3)
/external/e2fsprogs/tests/j_corrupt_sb_magic/
Dname1 corrupt sb magic (csum v3)

1234567