DELTA 278497 1377 758 SVN#!<a<f mips64 mips64el mips64 mips64elENDREP DELTA 276789 18950 170 SVN+z K JJinterception SubDirs += lsan SubDirs += profile SubDirs += sanitizer_commoENDREP DELTA 276789 20905 109 SVN-xn6Pax5vASan) runtime libraryvarious sanitizers. ASan runtime currently also embeds part of LeakSanitizer runtime for leak detection (lib/lsan/lsan_common.{cc,h}). ASan runtime can only be built by CMake. You can run ASan tests from the root of your CMENDREP DELTA 278497 15616 1736 SVNY=65BkBNBcG> vNIDr(,O Qx^Qo0)NdnEmAi3N^,/uZ .i ;g;) 6Cj]?RK fnXEwž3@ mfP) x0\!-/KUJB%$?UpBQ|˷? >6(4PC%Kakn,)`1*f}y|ox* rjf)`.H.f)ɦ/"Ѩ#6֡$$ZDO=^Lx`qNWG:,rIr-W2RIcP gF0 'Ӈ;vkf3[uw8MjCg4$*ET* 9}n4Kreport_globals >= 2) ReportGlobal(*g, "Remov#if SANITIZER_WINDOWS // Should only be called on Windows. SANITIZER_INTERFACE_ATTRIBUTE void UnregisterGlobalsInRange(void *beg, void *end) { if (!flags()->report_globals) return; BlockingMutexLock lock(&mu_for_globals); for (ListOfGlobals *l = list_of_all_globals; l; l = l->next) { void *address = (void *)l->g->beg; if (beg <= address && address < end) UnregisterGlobal(l->g); } } #endifENDREP DELTA 276789 34044 785 SVNW3 S 1Q1&Qdeclares the AddressSanitizer runtime interface functions. // The runtime library has to define these functions so the instrumented program // could call them. // // See also include/sanitizer/asan_interface.hENDREP DELTA 278497 21503 111 SVNk  "ODisableReexec();ENDREP DELTA 278497 21644 22 SVN9u 6 &5DisableReexec() { // No need to re-exec on Linux. }ENDREP DELTA 278497 21697 1290 SVN:4  %static bool reexec_disabled = false; void DisableReexec() { reexec_disabled = true; } void MaybeReexec() { if (reexec_disabled) return; ENDREP DELTA 278497 24927 859 SVNH<VB]$$ENDREP DELTA 276789 59014 887 SVN(q(u' `1TQa .x^Qo0)n}슮/^*1#c[AL cGCۭ|5^J ߅\(m"n0?FɛeSFcI~HX+B}c/Tᡒ-GUvz !rR%=6.K[gl7NN~l\Ժ ;Β)2KC`7C{{][J˾E;WKn9Z6NFÏ+f݃whHPK}ƳEI|׃<1jGiH ڎ@ 9Rbo\Js9FR'ęlorw5B˶ik78a;[nxǜ.A3]r&4uXAӅZm~- ȋӠtƄAtYV:8nժ@X-ATY]`:G4ee2ENDREP DELTA 276789 62037 1370 SVN'e 9 Di>8DisableReexec() { // No need to re-exec on Windows. } ENDREP DELTA 276789 63437 3534 SVN73  6*Sd*x^M0 9vOK?C/,30Nl78Čmemy__%- Vz},Yzv׏w݅I &鄻 î`SO02t~p|}SbA!pďkYCMvdPl4x0WwFIyzz,A؝7PP[ub2Ȑ㔉`bn+G6P z(H0VC15gtURW?]a5P&6ݢ5Jh"k8ŵO6Dge磐z4_0('ZQ^O$)4D^(m#B0db6Rmb,Ii0a+*hK-è#x!r(A?_@ e?꟝ ɬieu ~U)S#LV`2G7=+wԸdj23s&deI0WCzraiJ!pD*(w^a]ғ%ս.|Ep0,G]ɕO9FO0 hVϘ:_g t+RDyi1Ռ~~qϻd&LP@R`kuJ%֘zu?QQ/ x|v&U!%3?%%:tކ8P'iv:|  {j;\cVԸBrb+whN@"WFf2ҹXA کyd).*n@ߒ&gz0CZ~}/ч7;4j{ol CNoݫd<.+0 r*T*Sr&s5DYdHRSVIGՋ1{7uwfrlUߐS4U)>='I>?o@w01 _1D? `ENDREP DELTA 278497 26446 61 SVN\w)feFNr.Ee6Z BJi= xc rGjXu:ZH='3 +EMu[Cx^VoF_̵ⵚqM[ЩRT|*9#X}-܋3`ʴDy=oE9< KACQí85 ,@#d1sR$BR[B)hbJa gL%0}e˔|]t /p ~/. gJ?Io^_DЂ HiHȯ.V4@a6=D }2:Dc"lMu sP];sGn|L'w{FsHL׷h)d̃gV D4~wuʩ1J3g[f'9&ES6;]{^Sګjbg׮#zE4b.R3i,GvIPTvm*5H͍ F#wVoޞU}32aVY0ވ5g1`/fѫ@>p^U%T"45PQDA Gʚ}pHqزsdG˞>|@ud邫Ŕv\ 6unaJf.(V]eIVG[8ȿx?Le֯L4fN?ԫPq&L}|; $/Mc65-U45^6x=K N*u[@IaKQ|_^Y .^MPK N%,S Qps ENDREP DELTA 278497 27980 22 SVNQt 3 E}T2 __asan::DisableReexec(); __asan_init(); ENDREP DELTA 278497 29048 909 SVN[gn4nm:(3mips__) #include #include #if defined(__ANDROID__) && defined(__LP64__) defined(__ANDROID__) && defined(__LP64__)ENDREP DELTA 278497 30381 309 SVNlvlJbDOstatic ) { FlagParser parser; RegisterDfsanFlags(&parser, &flags()); flags().SetDefaults(); parser.ParseString(GetEnv("DFSAN_OPTIONS"));ENDREP DELTA 274201 156978 358 SVNJj  28ENDREP DELTA 278497 31790 103 SVNWyTi+-AN,x^]QK0=H+:ŁM l4)]qۦ/%|C>$HK.`b5iaI !0hP+CP gWζSèk R]߸j=Ld *^n $V+WYw'R?)r7:p%t輭b xia!޲vtH~뜑v2?MfY/8zAuɠ( ?8M9L<=[-,X7Kw%*ftL 1H+ζ?{Yyq妙/ENDREP DELTA 278497 31924 82 SVN#gb 8@ ?`C`#if defined(__mips64) static const uptr kMaxAllowedMallocSize = 4UL << 30; static const uptr kRegionSizeLog = 20; static const uptr kNumRegions = SANITIZER_MMAP_RANGE_SIZE >> kRegionSizeLog; typedef TwoLevelByteMap<(kNumRegions >> 12), 1 << 12> ByteMap; typedef CompactSizeClassMap SizeClassMap; typedef SizeClassAllocator32<0, SANITIZER_MMAP_RANGE_SIZE, sizeof(ChunkMetadata), SizeClassMap, kRegionSizeLog, ByteMap> PrimaryAllocator; #else= 0x40000000000ULL; // 4T.#endifENDREP DELTA 278497 32037 554 SVNA@A?Va:BP2`3rjr%s[FnqP3x^SaO0_qbrP| RHU)Z1ˆe9ժcG}RȧH޻Σb>9c^ >$ȅpr轲WZH\X/ڂ]ckB|7"4dXLuƇˆ {M}~Cxh ~[Ԩ0 g1ζx>#b8:t~CמkH`tu5?'j#.xly4B_,8!> s,DgS5\`ߘ>{vcai-M6\N|m&>{XPXWBѥ ]*201FkUӳiS}(<SirJ%&Bڥ2=,j#{H`{"VENDREP DELTA 278497 32623 244 SVNty.BJ&5oP3w(defined(__x86_64__) || defined(__mips64)) \ && (SANITIZER_WORDSIZE == 64) #define CAN_SANITIZE_LEAKS 1 #else #define CAN_SANITIZE_LEAKS 0 #endif namespace __sanitizer { class FlagParser; }void RegisterLsanFlags(FlagParser *parser, Flags *f);ENDREP DELTA 278497 32898 778 SVNg,FgEELSAN_FLAG(const char *, suppressions, "", "Suppressions file name.") ENDREP DELTA 278497 33757 1008 SVNq*X)I H`TCT!`1BoVfinalstatic ) { Flags *f = flags();const char *msan_options = GetEnv("MSAN_OPTIONS"); parser.ParseString(msan_options); VPrintf(1, "MSAN_OPTIONS: %s\n", msan_options ? msan_options : ""InitializeFlags(ENDREP DELTA 278497 42443 2055 SVN4-28c,/ mvaq7.0ZGQnc?;_iF'wV:*rOH{`um;bTWg${ |?0;/x^VO6=[ Ab8 X;p]IYn4ֹvd@{Nv4J\j{SUe޹{ףo~7؂@ ,E#D.i>Jv5s^>X!Nǿstc BeLIZV dW"s`9ߎ$]shR& L040aSk@K3RbxWTRԌ֎MR1L*G p\(,HkX=NQCHkf§YҺp.2oe$I[;f4tᣣհ?G|jB`Ky4Z_|*ƴchC|C@) g D %KC#" yEAT(})< yLQO4mN t@t\3s@Fؠb/G8 -ҁMSN23-032mN\К3jʗ 0:p e GVlx|<|?j-Y l=py5İy1>ٽy_ZMOgmFlLԷ&征+d#s]Rc6(Ϯ3ƫCQ &RfmN,k"30<%^(,2)zUn| pV՗ ^݌(!n&[xDڴvz;e^C])UѺhkȤe>J7ke `%J~(9{Xxv3p?%r|U,sp+q}mKO|BRCapټA'ᅘ{?Z"12$#]Ѭ,24\!L8n/74-۫գu7ۓW^|'5G ZžYPrD$?g?.T%H?8rSt3R1SGmc}CXrE4"! d${+ݪXׇ7/|m.~ķC(=(x^Tmo0_q 9%bI}`P% %dW"']H:s6pu;=wgܮ=-Z 8v,yPߣ\-<-=#Ab4˨d rHs{d!`r|`90 ́emY8U^^$TdYE ?Ć;X0 vn_9u ~ENDREP DELTA 278497 44869 293 SVNq  ^%Lface_internal.hENDREP DELTA 278497 46300 704 SVN88 a {){x^SN0T5•ܸ!@n*ƩlWhӤ"?vgfg7ax avڠBifHUM~w^3֞K )8p}dcQGXU9Gh WJ^\~<~۾dw3vs ]My+ kFʟ& comp_unit_name, const char *module_namecomp_unit_name_vec.push_back(module_namecompunits"); if (fd < 0) return; out.clear(); for (uptr i = 0; i < comp_unit_name_vec.size(); i++) out.append("%s\n", comp_unit_name_vec[i]) __sanitizer_cov_module_init(s32 *guards, uptr npcs, const char *module_name) { coverage_data.InitializeGuards(guards, npcs, module_nameENDREP DELTA 278497 56047 1029 SVNGM  ++ finalENDREP DELTA 278497 57089 673 SVNPV  higfinalENDREP DELTA 278497 58331 2681 SVNV  *eqENDREP DELTA SVNTqTTx^Umo6_qp?4qkؾ50c $:@'E |KQ#'Y]% H{9r6;??N P&D:k`k2ūW@OFOAXضSL.!:ܺP>S*VPB4||0Wl+dCW6Bh;m/7u: !P]EvwX*ZH PNA Lc.OU5ջP%y ET$%)&lDnC涟T*/A(jdL(϶0o.{joW!`h[[xrg/Y $R$6n#nh؅籶܂ YEѭ9`r`I}\>IRIi|Ы?Uҟ ۹yn:NTH#OoȪo)ك 2xmKKT=N5L ֛PZ=ȱ(()))mVT ~J[Ts ރկGXv'gsf:LO'Q8y)!LAmUPݖ4`z>hw"X-V}/F&Ey6>#Q_Ҽ_-tц#4ENDREP DELTA 278497 61025 312 SVNaz  /KENDREP DELTA 276789 382857 341 SVN N r Up pAddIgnoredLibrary(const char *name_templ) { BlockingMutexLock lock(&mutex_); if (count_ >= kMaxLibs) { Report("%s: too many ignored libraries (max: %d)\n", SanitizerToolName, kMaxLibs); Die(); } Lib *lib = &libs_[count_++]; lib->templ = internal_strdup(name_templ); lib->name = nullptr; lib->real_name = nullptr; lib->loaded = false;ENDREP DELTA 274201 267694 970 SVN%c+GTW U)can be initialized with several templates // of names of libraries to be ignored. ItMust be called during initialization. void AddIgnoredLibrary(const char *name_templENDREP DELTA 278497 62206 928 SVNH#8lYv]bf6lif defined(__mips__) // TODO(sagarthakur): clone function is to be rewritten in assemblyreturn clone(fn, child_stack, flags, arg, parent_tidptr, newtls, child_tidptr)ENDREP DELTA 276789 387470 400 SVN:O  >| || defined(__mipsENDREP DELTA 278497 63166 879 SVN;E:ORFm_ Hf@Mvem Q'Yhx^uT]SP}WluE`ZfZqt:sl/Ifo$KȞ:{RCOʌ~f\΂TBPI F`,偅Ƅ2 2 l0wibF+眰c Zq9F)!V`5[uܚN2噥z#A[·|qEF 71mNZ$5#FYQM*vz>_nrƉl,a!(3omoZyF^nԇa G !ۅBaӘO<#l,osO@!,By@"$L,,pdÉؓy|3þ^Mι%{oCxP> # endiff defined(__mips64) # include #endif || defined(__mips64)) #if defined(__mips64) unsigned struct_user_regs_struct_sz = sizeof(struct pt_regs); unsigned struct_user_fpregs_struct_sz = sizeof(elf_fpregset_t); #elseendif // __mips64 #if (defined(__x86_64) || defined(__mips64)) // __x86_64 || __mips64ENDREP DELTA 278497 65812 413 SVN tGOyB._if defined(__mips__) struct __sanitizer_kernel_sigset_t { u8 sig[16]; }(defined(__i386) || defined(__x86_64) || defined(__mipsENDREP DELTA 276789 422820 622 SVNa`H_\Xn=L]crF6 +3t^BO}\3N[stU,ABx^Xmo7_1)PgQ8ETe%6ڮKIw[+Eפ3Cd8XZrp^Mɕ*e%ɧH~W3t˅,.,O?Fڔ#\QIcJ͏+pIR䉲MP9#R-Ǔi2^,Ɠ8 x-_@/76.z;oΉt#3pH?7 о+ v?k`)WHZA @nn]ad*VZ`-Tim,]0RQZ:HT*BXԵcp:(=lJuAP8<&#}0^ TOtr e-Ev!bJaD1agober^U&ydQ!W$`*kIsP=PuLEme?!,P{Zg= y69A`~aPf ZGh;mPUV-sI_HFQR׍uvVj;6RYru9M>:@[]a#z:ma xcTLE1Lin$\_d¥e';ⰬУ*.tMP6>ñGxx/.;%߾/_TUY0qKѽoxUas*9NQROi>N/"? 0 GK'ENDREP DELTA 276789 423474 656 SVNgQ> =|<! 8[Xaf  5k_SUCkiK\x^TMo0W^RҴUJ&4\:(ւAYe_|W[$<{ͼ7f[WDx)6xqa$-ҐS|B,\سHfPy3yA8n~ӤLЊIhYcfaxN~=H,YQ  IL|~PIr^,~ NAqbLf}t^FhV;R,\WZke(ǺM5Df+ٕnwr|}zbqǑ׳d҈ZW't a X#[(7VQ|#KrT>|ydbV n !Y)8%m:7VC#|Z2 Vy'Ո1A7}pr ;,il,bfWˠc#aI -@ֳQOЖc$ukjɫg? )? ǡ?ˑ";oϤAh>`k'3imG|ENDREP DELTA 276789 424162 352 SVN5F=|v3S6~Dq=x^uRN0 +|dhbI8LBq˼6"u݆ yA|^[<-@YFHƙTtŴZKluxؓXH !ןY:Hڵ>ҦSyB!`_B+t6v }\Aw2ir:H$.|%ѣKnq `g^!{̵ml064.ءZ UO׻Z0V'dC[rp{W=Ic(;1ch wRbC6)ݮ5\\^(2ecENDREP DELTA 276789 432218 1585 SVN+('wy#Pu(UyUl%~x^oo"7SL%9ZEu((!t &TȻ̲Fһ',C-癙g~뉖^ %wz|[Rm$޼{E3DI֞fCpxA$e(Ύ^*ga '^2Bw<%؅3mP>'<ތHٔ ~,Uǣt1R_C]lEz!4рAѩ\6ibag;f/EMl F;r[qLn)l]ٺH"^^Bw1G'''tc'%W5 ՙI*qwPgoaM,rNƐ.:1XaJXyYYM.WϋH|c?ʭJ$k\!BۜGLe3_^5֬I2ӢLS*b|#̍K@ZKKF6C ^y+vgƒ+ G}DžQr(`zc 2iR~+njq:6 M22`Xs ")U UsO+} 9kaSB$By89>oWn*ٗfk+i]Bm gûd-]S'0Uܵo }C)Q ۗ1ǿE^Hs}<8svwAR|S]LŚg?`mUUjS>}umއ!P3~O‹f߱50G͠v.c%@[,SV';ȧ o v[T,7x,JQN(赗םNY58j_ミD`sHM<jm|ENDREP DELTA 276789 433834 263 SVN 1  t || SANITIZER_MAC # define SYSCALL(name) SYS_ ## name #else # define SYSCALL(name) __NR_ ## name #endif #if (SANITIZER_FREEBSD || SANITIZER_MAC)ENDREP DELTA 278497 68707 1426 SVN %%$$`1a$#ifndef SANITIZER_GOA( #endifENDREP DELTA 274201 364428 416 SVN^ V PT:NT#if defined(__mips64) // Effectively, this is a test for ThreadDescriptorSize() which is used to // compute ThreadSelf(). TEST(SanitizerLinux, ThreadSelfTest) { ASSERT_EQ(pthread_self(), ThreadSelf()); } #endifENDREP DELTA 276789 462224 378 SVN5P-<+qbn#x^TQO0~&d^`b{rRU 1d6*&Y hci"Dʱ}wwߝOH&4ap!"r.D&K-|,"g9gZ?ׂ^?"⇄I5p΄8M0T4BV͑!q@(-sCv + |ڝ0LFq,SCɣnD~0AJ:՛8M&dSp{xp| W//-3cejXDtoFv}qϰs;$2„e%jYMmr'-r:Y#`p{~~`#P굷ZW%f樏$T:,aqT5dcJ.=47l^>Hq>_qaDL(ENDREP DELTA 278497 73722 535 SVN7 w JYpYx^T[o0~ϯ8@UjRUM:l˓EMDؑU%햶;'%$%IO&M+|dmg,Mr O;Pv>S5"޽ v[aεja"[.@)nJBQ2=J:=You$B56(ilu)g~ LyYy$H:$²d˶m˵|0X0DÄv R Y9ٖUl\Vf-t. bЎ Y1O/v\]D\&aB""1\Wo+a4݈A^eLõg; qc%$- #ӟT$}c龪^7]~Xם0{<\tK¨;[ۋŔ'zz?DfW0h舮Ƽo{4\ϦKQ\QFMt_ -[Ԭ7:># zD< @U*aNJఈ9yi5v2sR뛦RiXqSmv)(@ֹ}8q_QYOoA ְ O&& ";k5X,JENDREP DELTA 278497 74686 471 SVNyLJ=VMwIstatic void InitializeFlags() { Flags *f = flags(GetEnv("DSAN_OPTIONS")ENDREP DELTA 278497 75189 81 SVN36- )Zb$Q+..\..\sanitizer_common\sanitizer_flag_parser.cc ..\..\sanitizer_common\sanitizer_symbolizeWno-maybe-uninitialized -DSANITIZER_DEBUG=0 -O3 -fomit-frame-pointer -std=c++11 ENDREP DELTA 278497 75301 550 SVN Q['ENDREP DELTA 278497 76135 186 SVN n%Q/YiZ8el// Setup defaults for compile definitions. #ifndef TSAN_NO_HISTORY # define TSAN_NO_HISTORY 0 #endif #ifndef TSAN_COLLECT_STATS # define TSAN_COLLECT_STATS 0 #endif#ifndef SANITIZER_GO#else const unsigned kMaxTidInClock = kMaxTid; // Go does not track freed memory. #endifTSAN_NO_HISTORY const bool kCollectHistory = false; #else const bool kCollectHistory = truENDREP DELTA 278497 76352 557 SVNk < =\;#ifndef SANITIZER_GO cf.detect_deadlocks = true; #endifENDREP DELTA 278497 77170 1536 SVN8} G #$EF3TSAN_FLAG(const char *, suppressions, "", "Suppressions file name.") ENDREP DELTA 278497 78719 1332 SVNRjGMF[Q tQ }$wtW>J0`{ 74Cx^uRmO0_qR) #+RWm>LɥXZQveaI&I+-%.ix7]jcaq`W[K ה<J-<Aep= ~EͲ/1q.?|y?紑r< '?I^@-X$a9meJ7_&*XC+ԓs; Z+K5X1`aɀbDxK8>/C# -$aeժX53/+:"Ih풞A fHYhV澼gyKW#qx(sLUe6^"7be5V6m [EƆ ?y-Ŗ5,^gﭼI= kVdsoBegHeapEndENDREP DELTA 276789 502667 2046 SVNg [ ?Z`Z StripPathPrefix(info.file, common_flags()->strip_path_prefix), info.line,ENDREP DELTA 278497 83094 487 SVN. Z:YcgIr8b^GDSPk:;qZ^1MqlBx^mSQO0~W@H+mu(HؤieKbږ}!9n)LKmw}w&<)\"GU^xt}=X(.(8cA(OVW'#2H1t~Gh6 > XӽV]Ny[SaԎ kwTc:/2*9+;P|_r C,#Ck Y7kXoXT5 t$'c۱-t!& aŬNaw)TNl^&q)+`μsUXmRt [|',cΖw{I{rX&|k#|v{]\K))˝q,YSuaHJQ_Zym'pǸ{ p@hUe鱃5g_s80}zOȕm4iWE5 <`m=mJh|"K7=&Fu"5*W0i$64$pvv ɉCKI|ĊM 9Y?Glb`GnmA\Y/EF 7G%9k9;e'T:mMo՞Kvڗ=JQ٣F%k1Uc!i=<B? L-|e a;ġca9+xw؛ ŤcX0Fpфxzy IMvRYN)v7TQ&I0}"Нy̩Y1ŠUGl+`o%#mb~TAOp=WyIgGH!V7w/-;CzK mLURZ,C(\1v$]ijGjNENDREP DELTA 278497 83711 136 SVN98N ENDREP DELTA 278497 83879 321 SVNc_HDJnr7;(^#if TSAN_COLLECT_STATS StatAggregate(ctx->stat, thr->stat); #endif#ifndef SANITIZER_GO#endifENDREP DELTA 276789 520774 443 SVNvG1@]{ {F#if TSAN_COLLECT_STATS void StatAggregate(u64 *dst, u64 *src) {#endifENDREP DELTA 276789 521513 607 SVNkS@?-hK;$/%RrR/UsP>Gio29x^O0WM^V꠰jlm!B-\;;'-`LSGG}'2#-&&KS p%TJĠ *GnVly!="3!R"%-o_9Fʶ)TΎ3lXgR2;U ]w=Z$ eWq)~ Z.z5?m'dr2M%Hƴ&Z@[8}֭~Sg j<h"%^/ |CBfhixtJah !Lذ̢OAjf1O{kjyR 6Ӳ =t GmZ$ z:jڶÿbqj`XЇ^q#T1c`WiL>`VcK[qsh*`F}`5_Ќ{sҰ AC\[I% 덺hT٪ʳig :h4bD˔AdD$,poOV۸acq>3et;0:8AiݽI~vnt$.l+Z`8o_eHlU!>$c*!ENDREP DELTA 276789 522152 20 SVN"{ j hhconst char kSuppressionNone[] = "none"; const char kSuppressionRace[] = "race"; const char kSuppressionMutex[] = "mutex"; const char kSuppressionThread[] = "thread"; const char kSuppressionSignal[] = "signal"; const char kSuppressionLib[] = "called_from_lib"; const char kSuppressionDeadlock[] = "deadlock"; void InitializeSuppressions(); SuppressionContext *ENDREP DELTA 276789 525317 363 SVN|W7N822]~n32 // Must be the last field, because we unmap the unused part in // CreateThreadContext. TraceHeader headers[kTraceParts];ENDREP DELTA 278497 84232 27 SVNe 9 ps'x^}RN0W]q)D+6&[A#6NC3o7iZT2PDU` xQEmWq6 tˆ|" -Xwl.{#Eރ=sY.s! 2r/O"T>Ի{# ¿ć#mZIٓKC&dL}.˸4JV ILq&Q we,ʺ 2DpbO}gY*!"زtAWʕOWimg\UHL7h lHr;޺V\JZG~:*;B~ 1U~ll۔ *d}Шc/4O=CMПy'K+:L~?ENDREP DELTA 276789 533196 1795 SVN42.1JQ!9HGM[~\D:% ^ v x^TQo0~WV9җiUbQʠUUdKHvZhmB6mylw}wNRrr|.\RjV"M^0Zj6 b(QƩ`TRZD rG ɡ5[iw~Y>1@u`qY+7g Nb }')z%$yr) ɰ*qULM~2H'?&L0N飲|ITC#ul=`&hӼqyn[&.ݺH7b?׳wJb5 s;k驈ɲ6kja)F5ޚIEI3o~F0's =wO6w {m~<$aOF݉?/Rû'g hnl[[(*b'\'mwJWRdW浐z}"mH*0"MmspwIj&G~a`ENDREP DELTA 276789 535022 485 SVNo4+3 :z7O~eXbTpuN3M4;Wx^}Tn0+=:w.PAc81 (ՠ)6fC)u ۻ^$r_38*08}"I fJBhkQAFYE9膱fuV<*qc}@⯘..qBGE= NxaKܧ۸9miz877V5;sekK]= s[EӜ}L /mJs_E!Fڢḻb2|XG᩻iTd",~$'G9R XXdl% }PǟV L:ɹ-]m͔/ng7~Q)܌輛>ĺ?f) ռfsnfcZI9GPIOAퟘ'Γٲ G^߱K},o-= Kv%lENDREP DELTA 278497 85842 412 SVN^$H]GGUBSAN_FLAG(const char *, suppressions, "", "Suppressions file name.") ENDREP DELTA 276789 536838 1901 SVNz+E*{N ^E8W n$u x^PMK@W®AϩXBQhv3M;qQ|K)7ͼ7鸥|a8,hkrn%e|BWx^Q]K0}Wm Nd0ԉh[LNMS|J|E:krQT<#ˇ 譵.xk!,'(]+]]fk|QCTA}xW3%:^ptdRn\޶"22R3IQz*e跹_ЗãENDREP DELTA SVN222x^uR]o0}ϯP%^FJ-%-kB& cWe}vBTC܏sрK2GK+Tk3cb OR͵ aAK@%jX6${bdQWmR2*rHR0Y;6J-a t}ļnG6TRNt1D@-4Eq  s:݊3sH"|}b']P&Bna>T2، (fL c[QӴ (8>U`K-w!(pR@d~y΃3K h5[_*6[:[3n*,Z{hCD \ vC?oC:g23yV52t()/={yo6o [_vB[pqDn!Ė:fE7WSB8طӁ ` zw7mBޓZ➌d=?n#{w%I AĶvT!MST!^ ?(wAf8m5i |% 2 Ͱo`ENDREP DELTA SVNgigg// RUN: %clang_cl_asan -O0 %s -Fe%t // RUN: not %run %t 2>&1 | FileCheck %s #include int main() { while (true) { void *ptr = malloc(200 * 1024 * 1024); // 200MB free(ptr); } // CHECK: failed to allocate } ENDREP DELTA SVN,3,,x^R]o0}WbJ2FjUjնT2mBb6iӄ^;lYfR_s׽׾lIP4jQi^ Ur@k9tAe}'$7csa̸A˚7- tswU.~jHpe-p;\ҥ{#|cb=[;f9"-qʲJřpb\t:Ñ-<'Os;ð{j0m5A Sie<<$) [ex՚d^Vw0b-q|~q18>0/O&_ӫUe0Ib*e7EnO{tҴi8j2=:s.ӔF{JʵM3 =n{Ԟ h )LKB ^{KN;jy[kENDREP DELTA 278497 101826 65 SVNR, Z uX_sX#if defined(__FreeBSD__) // The MAP_NORESERVE define has been removed in FreeBSD 11.x, and even before // that, it was never implemented. So just define it to zero. #undef MAP_NORESERVE #define MAP_NORESERVE 0 #endifENDREP DELTA 276789 645399 638 SVNN\ tr[UN: %clangxx_asan -O3static const int kLeftRedzoneSize = sizeof(void *) * 4kLeftRedzoneSizeENDREP DELTA 278497 103435 273 SVN-R+QNsD=import lit.formatsif platform.system() == 'Darwin': dynamic_library_lookup_var = 'DYLD_LIBRARY_testFormat: The test format to use to interpret tests. external_bash = (not sys.platform in ['win32']) config.test_format = lit.formats.ShTest(external_bash)ENDREP DELTA SVN9x^}Aj0E:M *BW"ز"j`)w,(t5?z?,aZ3dO +'=U^)&^Qfj/o=j>>pYjD zFN]ITFmN-LD]ɺdsQxr7+,)#0Y3-3k.:%Ee>-Ć!%<9dc7̡6an! ],lպY?[ܢmG{rK٤\jm|iҜuplDtf j7ENDREP DELTA SVN7\77x^UMo@WRAV=@'TjChx{]i{g D^7~^NB-\BBx6@a "ڠ 2n1#Og} "(8s,aJ;[0$o8%^\_WCq7on_W|l}&~YpptA B(i+pRSkтT+XX#&dAE\F([ 'FI" q#ՂPI:Ah#XȴB3[Z\nFY 8T+'bhzq$Zxutz,hJ6zaD~x簪9.wc) "awcz~}yغbzno4N‚m꺔$iK'2.=%F 9%)tGaQ(Ff#-Gԫ*ѷ̩WC=Xc#g{4ˤVqQ LC=FP-3Ȼ=8qyX$0|W= TnoĊ y߁Iם1 M5 B *9jN^aHd;h9C{D;د}Lmm}}F'#dcM*dcԖb ҆YKe/>36&c*:B4[$C8SV=PH,S39Įry^|: ʼ}zސ7,2l6捋hcؕQ^nMy)̍^НWH#wzC~|ENDREP DELTA SVNlit_config.load_config(config, "@COMPILER_RT_BINARY_DIR@/test/lit.common.configured") lit_config.load_config(config, "@CMAKE_CURRENT_SOURCE_DIR@/lit.cfg") ENDREP DELTA SVN111x^SQo0~ϯ8Q1DdUBPUC4o*TAal}gRֲI{!}}8MK .D7>? 'ܡ\gha_Zws-^^uX37n9YxYp9sBi+E+b.Թ0ΠW[S q2[2͔ KKcw0cŬj+2,tl?oufIx _ ;p `3a{l I)|{4I_eS* P;(ocv)Xn$3!ƙ ͌`Oa?RZ|[zܕ0Wd|LL eP8m\FbS|k8&`kzԃ&D M mj?0Ԅ2Y5[%9a ζƩ˨"m0Lah; ?@3/(hj+f4̈&^F C&OENDREP DELTA SVN:::x^SKo@W@D07$(RR -,bZ5ڄ=p׃oϓ4Dz= %a{c>J.p0g%o8^sp˳G<- f'm6b Ey e{Hf܈V1*$c |Y"B`E6fNLXr%BLhvّ&Zjg(x ' oK_0QXE5;<0h Mlj6JL(a#0h"Q3 O  w@c9T㡭* sX TT ఒƕ <|)MŷN"A)2i"CI}w-XWUJB6i'bs泸^;>l_$q(-u*9C&R>֑}I q\BrQ*9⸂j֡JNAtENDREP DELTA SVN2%22x^uMo 6I󝨧nkףbj[/Dh5 }&V `CC~@3~ @U)WUVUg g< F`L F`\ F`l F`|%+we|%+_JW2ooȌoo'!VhjkBENDREP DELTA SVN!!!x^QK0+*>t:X'&Hlom0KJ͡nBNT{iz{NýnDr\%@ѶhU"wvrJ}ϟAa(ӳKa㣍G\m,'lFPiK؜[ Lf,,5xQHANιDlfXmp)KxJ;)IelKDSIiSSkn,y ^ꌷQgwVFQ ji]Jc'?]`ƅR6 ;]X1 :pNF,Ȝ8:Td56 jd_Fa3p8pgp7u6.¸d7z2fjUjCЉ6/`0Dסoа;aENDREP DELTA 276789 1233603 1491 SVNoM am# Make sure we only try to use it when targetting Windows. if platform.system() == 'Windows' and '-win' in config.target_tripleENDREP DELTA 278497 104512 27 SVN| P jOCYOllvm_shlib_dir", "@SHLIBDIR@") set_default("gold_executable", "@GOLD_EXECUTABLEENDREP DELTA 276789 1253601 770 SVN} f heK2eand mips64 Linux only. if config.host_os not in ['Linux'] or config.host_arch not in ['x86_64', 'mipsENDREP DELTA 276789 1280610 471 SVN?J kXjr~A #if defined(__x86_64__)#elif defined (__mips64) uintptr_t hint = 0x4f00000000ULL; const uintptr_t app_start = 0x6000000000ULL; #endifENDREP DELTA 276789 1294142 323 SVN # !TA!#if defined(__x86_64__) return (char *)((uintptr_t)p & ~0x400000000000ULL); #elif defined (__mips64) return (char *)((uintptr_t)p & ~0x4000000000ULL); #endifENDREP DELTA 274201 204341 304 SVNR 3 C^@1f defined(__x86_64__)#elif defined (__mips64) typedef double __w64d __attribute__ ((vector_size(16))); __w64d select(bool b, __w64d c, __w64d d) { return b ? c : d; } #endif ENDREP DELTA 276789 1308490 533 SVNr-TE&S_0V~#if __mips64 #include #include #endif(__powerpc64__ || __mips64) struct pt_regs regs; res = ptrace((enum __ptrace_request)PTRACE_GETREGS, pid, NULL, ®s); assert(!res); #if (__powerpc64__) if (regs.nip) printf("%lx\n", regs.nip); #else if (regs.cp0_epc) printf("%lx\n", regs.cp0_epc); #endif(__powerpc64__ || __mips64)ENDREP DELTA 278497 116937 213 SVN N M:YMfprintf(stderr, "addr="); print_address(GlobalData); fprintf(stderr, "\n"ENDREP DELTA 278497 117182 187 SVN,7 G WFFfprintf(stderr, "addr2="); print_address(&x); fprintf(stderr, "\n"ENDREP DELTA 278497 117401 170 SVN,7 R 1Q5wQfprintf(stderr, "addr3="); print_address(XXX::YYY::ZZZ); fprintf(stderr, "\n"ENDREP DELTA 278497 121959 161 SVN0{ J pIBnI// MAP_32BIT flag for mmap is supported only for x86_64. // XFAIL: mips64ENDREP DELTA 276789 1360404 521 SVNxH o n<9h8lr1$r<,LH*cwr>R(pdK^6nīn>BbETkȸP05l50-:h"eR:p_RBЈ/E C[S@X;kguYۊ<'tZFXҡ?5P0%ZXI>T5jZ@IċWZLD@ YS: *G!5:"a+|A͘u[c%'”4!++0#0C_w|h,\?&7_+a-,QXMG<"Q{y']%uC@uy = U8`-GbX&y`"yĕ}]ilMJ(}FTvKFv!mpi/%T8,Bg&p2+P$c[R z0O|4Tk9ҍh\Swݨpit B8DENDREP DELTA 278497 137211 450 SVN<J<HHvoid print_address(void *address) { // On FreeBSD, the %p conversion specifier works as 0x%x and thus does not match // to the format used in the diagnotic message. #ifdef __x86_64__ fprintf(stderr, "0x%012lx", (unsigned long) address); #elif defined(__mips64) fprintf(stderr, "0x%010lx", (unsigned long) address); #endif } ENDREP DELTA 276789 1410351 453 SVN"THx|&&o7dFvoid make_valid_call() { void make_invalid_call() { // CHECK: function.cpp:25:3function.cpp:25:3} int main(void) { make_valid_call(); make_invalid_call(); // Check that no more errors will be printed. // CHECK-NOT: runtime error: call to function // NOSYM-NOT: runtime error: call to function make_invalid_call(ENDREP DELTA 276789 1412126 476 SVN@(A{4 1}?U>&[[@LINE+1]]:12: runtime error: load of null pointer of type 'int' return *p; case 's': // CHECK-STORE: null.cpp:[[@LINE+1]][[@LINE+1]][[@LINE+1]][[@LINE+1]]ENDREP DELTA 278497 143271 24 SVNls\rttiENDREP DELTA 278497 143327 201 SVN0flPz{Y2~ rttiUBSAN_OPTIONS="suppressions='%t.supp':halt_on_error=1" %run %t mS 2>&1 // RUN: UBSAN_OPTIONS="suppressions='%t.supp':halt_on_error=1" %run %t fS 2>&1 // RUN: UBSAN_OPTIONS="suppressions='%t.supp':halt_on_error=1" %run %t cS 2>&1 // RUN:UBSAN_OPTIONS="suppressions='%t.supp':halt_on_error=1" %run %t fV 2>&1 // RUN: UBSAN_OPTIONS="suppressions='%t.supp':halt_on_error=1" %run %t cV 2>&1 // RUN:ENDREP id: t-276789.0.r279192/43413 type: file pred: t-276789.0.r278497/144981 count: 2 text: 279192 0 61 11171 0722cfaa2e8c95e7447517ef59fdc7f3 109388205dd6b0e5fb9c6ad44096d51a3155a965 279191-5zfb/_5 cpath: /vendor/compiler-rt/dist/cmake/config-ix.cmake copyroot: 0 / PLAIN K 7 Modules V 30 dir 3y-214152.0.r278497/144777 K 15 config-ix.cmake V 29 file t-276789.0.r279192/43413 END ENDREP id: 3u-214152.0.r279192/43797 type: dir pred: 3u-214152.0.r278497/145372 count: 7 text: 279192 43676 108 0 028dabaffb927c6090061140c5a0c859 cpath: /vendor/compiler-rt/dist/cmake copyroot: 0 / id: 4c-214152.0.r279192/43990 type: file pred: 4c-214152.0.r276789/1431107 count: 7 text: 279192 90 96 506 845b619b8ccd6b7c7e6d94a8ba150d71 276bd8f7f0f955606f21c329fede6942625dc912 279191-5zfb/_7 cpath: /vendor/compiler-rt/dist/lib/Makefile.mk copyroot: 0 / id: 36-229109.0.r279192/44249 type: file pred: 36-229109.0.r276789/1431918 count: 4 text: 279192 216 277 914 cebe005864f6b2b5d9decdc2c4036e9b 692549a0e0f4e79306ca9e82ba3aa12e67939edd 279191-5zfb/_9 cpath: /vendor/compiler-rt/dist/lib/asan/README.txt copyroot: 0 / id: u-278497.0.r279192/44514 type: file pred: u-278497.0.r278497/150535 count: 1 text: 279192 523 594 5181 0d05716f5b3f2d00272a0686dd162fde d6c69ce061c0636eda05a2bbefeac65136c1081c 279191-5zfb/_a props: 179448 45543 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /vendor/compiler-rt/dist/lib/asan/asan_flags.cc copyroot: 0 / id: 1g-238901.0.r279192/44839 type: file pred: 1g-238901.0.r278497/150832 count: 6 text: 279192 1148 43 1454 b5398b4b6b5f22bd68965974cd2ac444 8d4e26fb374eb98f083646c1557b3e08af962359 279191-5zfb/_b cpath: /vendor/compiler-rt/dist/lib/asan/asan_flags.h copyroot: 0 / id: x-278497.0.r279192/45106 type: file pred: x-278497.0.r278497/151103 count: 1 text: 279192 1221 88 6941 29f99762426cf0a8d28dec84744291fd 379e9c2703dd61404dd0f10d7fb11c29a4156ecb 279191-5zfb/_c props: 179448 45543 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /vendor/compiler-rt/dist/lib/asan/asan_flags.inc copyroot: 0 / id: 3c-229109.0.r279192/45432 type: file pred: 3c-229109.0.r278497/151401 count: 7 text: 279192 1340 517 10811 4fad639d1ce88cceb12e4defe2bd0276 ae84ef40bd7d518d013fbbbaf1c8594e584a74b0 279191-5zfb/_d cpath: /vendor/compiler-rt/dist/lib/asan/asan_globals.cc copyroot: 0 / id: 23-251034.0.r279192/45704 type: file pred: 23-251034.0.r276789/1435902 count: 3 text: 279192 1887 236 7347 4fa9f2f869f2329ec7738be047212a36 ceb7dfe732630f67cf5f97af735dfc24c3b2e06e 279191-5zfb/_e cpath: /vendor/compiler-rt/dist/lib/asan/asan_interface_internal.h copyroot: 0 / id: 3k-229109.0.r279192/45986 type: file pred: 3k-229109.0.r278497/152295 count: 7 text: 279192 2153 39 4993 e9f875679fd968db3a7ab8f0ea196c37 75864c3fd21f5935bf22c3f0fdc61c08c71cd9cb 279191-5zfb/_f cpath: /vendor/compiler-rt/dist/lib/asan/asan_internal.h copyroot: 0 / id: 3m-229109.0.r279192/46256 type: file pred: 3m-229109.0.r278497/152570 count: 7 text: 279192 2222 76 7541 1da508bbd1165765192724365621833b 8e83b81133f3684f33abad9affd55ecac9d2f1a0 279191-5zfb/_g cpath: /vendor/compiler-rt/dist/lib/asan/asan_linux.cc copyroot: 0 / id: 3q-229109.0.r279192/46524 type: file pred: 3q-229109.0.r278497/152842 count: 7 text: 279192 2327 169 15924 25204565979e1e86c113ce83c939d880 5257dce12e0a18ff777796201ecc4c97dffd4c7a 279191-5zfb/_h cpath: /vendor/compiler-rt/dist/lib/asan/asan_mac.cc copyroot: 0 / id: 44-229109.0.r279192/46792 type: file pred: 44-229109.0.r278497/154497 count: 7 text: 279192 2527 30 19260 0b5c31e31095d728703134628080c666 93604f81d3957a857869332bb01760f2585b6296 279191-5zfb/_i cpath: /vendor/compiler-rt/dist/lib/asan/asan_rtl.cc copyroot: 0 / id: 2p-276789.0.r279192/47059 type: file pred: 2p-276789.0.r276789/1441413 count: 1 text: 279192 2587 553 3313 408c74e78b19eb39aef76a02596aa527 c2c143b916e5ec95683a11ca0849a0746c11927c 279191-5zfb/_j props: 179448 45543 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /vendor/compiler-rt/dist/lib/asan/asan_suppressions.cc copyroot: 0 / id: 2b-238901.0.r279192/47395 type: file pred: 2b-238901.0.r276789/1442572 count: 5 text: 279192 3170 79 5093 7893387fa4c3cfe71cdcadbcd1adf1ff 47f6f86a5257caf7f87de1ee3fae5b450ced1ef8 279191-5zfb/_k cpath: /vendor/compiler-rt/dist/lib/asan/asan_win.cc copyroot: 0 / id: 2w-276789.0.r279192/47662 type: file pred: 2w-276789.0.r276789/1442844 count: 1 text: 279192 3280 439 18483 7c70ba43114dcd7c3e057fc1081c36c4 8b5b3f8dc286f1f2f713345baf3f969a75d3a214 279191-5zfb/_l props: 179448 45543 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /vendor/compiler-rt/dist/lib/asan/asan_win_dll_thunk.cc copyroot: 0 / id: 2y-276789.0.r279192/48000 type: file pred: 2y-276789.0.r276789/1443153 count: 1 text: 279192 3750 1148 4729 5cb6065d16c75500708ae43c7ed744b6 4db970bfa0e5beb6565f6cbcef51218cdf3ea6f2 279191-5zfb/_m props: 179448 45543 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /vendor/compiler-rt/dist/lib/asan/asan_win_dynamic_runtime_thunk.cc copyroot: 0 / id: 33-276789.0.r279192/48350 type: file pred: 33-276789.0.r278497/155314 count: 2 text: 279192 4929 1213 9335 78b5c44a19d2880009435d786102d9b4 7d11ce83e88f8f3e93e7670dfec0ec6bf98a25a4 279191-5zfb/_o props: 170263 100773 30 0 4160c74de5f4e580dc15660c798ff9fc cpath: /vendor/compiler-rt/dist/lib/asan/scripts/asan_device_setup copyroot: 0 / PLAIN K 14 CMakeLists.txt V 32 file 30-276789.0.r276789/1443473 K 17 asan_device_setup V 30 file 33-276789.0.r279192/48350 K 17 asan_symbolize.py V 31 file 4z-229109.0.r278497/155657 END ENDREP id: 4y-229109.0.r279192/48885 type: dir pred: 4y-229109.0.r278497/156197 count: 7 text: 279192 48691 181 0 15461b4fc51e3ab6a8c5fb6845b2ef07 cpath: /vendor/compiler-rt/dist/lib/asan/scripts copyroot: 0 / id: 5u-229109.0.r279192/49089 type: file pred: 5u-229109.0.r278497/157032 count: 7 text: 279192 6171 73 7796 620b002e370e01179bce29840c0e51d4 68e1c5aadf3671c5f7946e45615e42dd4c1de923 279191-5zfb/_q cpath: /vendor/compiler-rt/dist/lib/asan/tests/asan_noinst_test.cc copyroot: 0 / PLAIN K 14 CMakeLists.txt V 31 file 3n-238901.0.r278497/156404 K 16 asan_asm_test.cc V 32 file 38-276789.0.r276789/1445125 K 23 asan_benchmarks_test.cc V 31 file 5f-229109.0.r245614/357300 K 23 asan_exceptions_test.cc V 31 file 5k-229109.0.r229109/201444 K 23 asan_fake_stack_test.cc V 32 file aa-274201.0.r276789/1445434 K 20 asan_globals_test.cc V 31 file 5m-229109.0.r251034/333485 K 22 asan_interface_test.cc V 31 file ac-274201.0.r278497/156685 K 16 asan_mac_test.cc V 31 file 6a-251034.0.r251034/333770 K 15 asan_mac_test.h V 31 file 5q-229109.0.r238901/278838 K 24 asan_mac_test_helpers.mm V 31 file 6c-251034.0.r274201/511031 K 16 asan_mem_test.cc V 32 file 6e-251034.0.r276789/1446130 K 19 asan_noinst_test.cc V 30 file 5u-229109.0.r279192/49089 K 16 asan_oob_test.cc V 32 file 6h-251034.0.r276789/1446697 K 29 asan_racy_double_free_test.cc V 32 file 3w-238901.0.r276789/1446979 K 16 asan_str_test.cc V 32 file 6j-251034.0.r276789/1447272 K 12 asan_test.cc V 31 file 5w-229109.0.r278497/157316 K 16 asan_test.ignore V 31 file 5y-229109.0.r245614/358716 K 18 asan_test_config.h V 32 file 60-229109.0.r276789/1447835 K 17 asan_test_main.cc V 31 file 6c-245614.0.r245614/359277 K 17 asan_test_utils.h V 32 file 62-229109.0.r276789/1448119 END ENDREP id: 5e-229109.0.r279192/50625 type: dir pred: 5e-229109.0.r278497/158852 count: 7 text: 279192 49369 1243 0 c96f5ac15b3a99e5fefbd5f23f0632fb cpath: /vendor/compiler-rt/dist/lib/asan/tests copyroot: 0 / PLAIN K 14 CMakeLists.txt V 31 file 18-238901.0.r278497/148100 K 11 Makefile.mk V 32 file 31-229109.0.r276789/1431647 K 10 README.txt V 30 file 36-229109.0.r279192/44249 K 15 asan.syms.extra V 31 file 1e-274201.0.r274201/446563 K 18 asan_activation.cc V 31 file 1o-276789.0.r278497/148372 K 17 asan_activation.h V 31 file 1q-276789.0.r278497/148708 K 25 asan_activation_flags.inc V 30 file n-278497.0.r278497/149040 K 17 asan_allocator.cc V 30 file p-278497.0.r278497/149347 K 16 asan_allocator.h V 31 file 3a-229109.0.r278497/149648 K 18 asan_blacklist.txt V 32 file 1t-251034.0.r276789/1433350 K 17 asan_debugging.cc V 31 file 1v-276789.0.r278497/149923 K 18 asan_fake_stack.cc V 31 file 1h-245614.0.r278497/150258 K 17 asan_fake_stack.h V 32 file 1w-251034.0.r276789/1434210 K 13 asan_flags.cc V 29 file u-278497.0.r279192/44514 K 12 asan_flags.h V 30 file 1g-238901.0.r279192/44839 K 14 asan_flags.inc V 29 file x-278497.0.r279192/45106 K 15 asan_globals.cc V 30 file 3c-229109.0.r279192/45432 K 19 asan_init_version.h V 31 file 21-276789.0.r278497/151676 K 20 asan_interceptors.cc V 31 file 3e-229109.0.r278497/152014 K 19 asan_interceptors.h V 32 file 3g-229109.0.r276789/1435623 K 25 asan_interface_internal.h V 30 file 23-251034.0.r279192/45704 K 15 asan_internal.h V 30 file 3k-229109.0.r279192/45986 K 13 asan_linux.cc V 30 file 3m-229109.0.r279192/46256 K 11 asan_lock.h V 31 file 3o-229109.0.r245614/330200 K 11 asan_mac.cc V 30 file 3q-229109.0.r279192/46524 K 20 asan_malloc_linux.cc V 32 file 3u-229109.0.r276789/1437008 K 18 asan_malloc_mac.cc V 31 file 3w-229109.0.r278497/153115 K 18 asan_malloc_win.cc V 32 file 1t-238901.0.r276789/1437567 K 14 asan_mapping.h V 31 file 3y-229109.0.r278497/153394 K 18 asan_new_delete.cc V 32 file 1w-238901.0.r276789/1438120 K 17 asan_poisoning.cc V 31 file 40-229109.0.r278497/153669 K 16 asan_poisoning.h V 31 file 2f-251034.0.r278497/153947 K 13 asan_posix.cc V 32 file 1z-238901.0.r276789/1438953 K 15 asan_preinit.cc V 32 file 2i-251034.0.r276789/1439227 K 14 asan_report.cc V 31 file 21-245614.0.r278497/154223 K 13 asan_report.h V 32 file 23-245614.0.r276789/1439778 K 11 asan_rtl.cc V 30 file 44-229109.0.r279192/46792 K 13 asan_stack.cc V 31 file 46-229109.0.r278497/154769 K 12 asan_stack.h V 31 file 48-229109.0.r278497/155042 K 13 asan_stats.cc V 32 file 4a-229109.0.r276789/1440868 K 12 asan_stats.h V 32 file 4c-229109.0.r276789/1441141 K 20 asan_suppressions.cc V 30 file 2p-276789.0.r279192/47059 K 19 asan_suppressions.h V 32 file 2r-276789.0.r276789/1441719 K 14 asan_thread.cc V 32 file 4e-229109.0.r276789/1442023 K 13 asan_thread.h V 32 file 4g-229109.0.r276789/1442299 K 11 asan_win.cc V 30 file 2b-238901.0.r279192/47395 K 21 asan_win_dll_thunk.cc V 30 file 2w-276789.0.r279192/47662 K 33 asan_win_dynamic_runtime_thunk.cc V 30 file 2y-276789.0.r279192/48000 K 7 scripts V 29 dir 4y-229109.0.r279192/48885 K 5 tests V 29 dir 5e-229109.0.r279192/50625 END ENDREP id: 30-229109.0.r279192/53766 type: dir pred: 30-229109.0.r278497/162018 count: 7 text: 279192 50828 2925 0 85bb9bfc8067c4ea4106ae78891b55b4 cpath: /vendor/compiler-rt/dist/lib/asan copyroot: 0 / id: 9q-276789.0.r279192/53963 type: file pred: 9q-276789.0.r278497/162887 count: 2 text: 279192 6273 188 5607 42f7abce59ddfc8154c1fdcba5750fa5 3e358380c945a86cd8249fe165dad762df9c8f02 279191-5zfb/_s props: 179448 45543 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /vendor/compiler-rt/dist/lib/builtins/clear_cache.c copyroot: 0 / PLAIN K 14 CMakeLists.txt V 31 file 3l-276789.0.r278497/162218 K 11 Makefile.mk V 32 file 3o-276789.0.r276789/1453184 K 10 README.txt V 32 file 3q-276789.0.r276789/1453484 K 9 absvdi2.c V 32 file 3s-276789.0.r276789/1453786 K 9 absvsi2.c V 32 file 3u-276789.0.r276789/1454082 K 9 absvti2.c V 32 file 3w-276789.0.r276789/1454378 K 8 adddf3.c V 32 file 3y-276789.0.r276789/1454676 K 8 addsf3.c V 32 file 40-276789.0.r276789/1454973 K 8 addtf3.c V 32 file 42-276789.0.r276789/1455270 K 9 addvdi3.c V 32 file 44-276789.0.r276789/1455567 K 9 addvsi3.c V 32 file 46-276789.0.r276789/1455865 K 9 addvti3.c V 32 file 48-276789.0.r276789/1456163 K 18 apple_versioning.c V 32 file 4a-276789.0.r276789/1456461 K 3 arm V 31 dir 4c-276789.0.r276789/1488297 K 5 arm64 V 31 dir 96-276789.0.r276789/1488852 K 6 armv6m V 31 dir 9a-276789.0.r276789/1489408 K 9 ashldi3.c V 32 file 9e-276789.0.r276789/1489585 K 9 ashlti3.c V 32 file 9g-276789.0.r276789/1489883 K 9 ashrdi3.c V 32 file 9i-276789.0.r276789/1490183 K 9 ashrti3.c V 32 file 9k-276789.0.r276789/1490481 K 10 assembly.h V 32 file 9m-276789.0.r276789/1490781 K 8 atomic.c V 31 file 9o-276789.0.r278497/162555 K 13 clear_cache.c V 30 file 9q-276789.0.r279192/53963 K 8 clzdi2.c V 32 file 9s-276789.0.r276789/1491687 K 8 clzsi2.c V 32 file 9u-276789.0.r276789/1491984 K 8 clzti2.c V 32 file 9w-276789.0.r276789/1492282 K 8 cmpdi2.c V 32 file 9y-276789.0.r276789/1492580 K 8 cmpti2.c V 32 file a0-276789.0.r276789/1492878 K 12 comparedf2.c V 32 file a2-276789.0.r276789/1493177 K 12 comparesf2.c V 32 file a4-276789.0.r276789/1493481 K 12 comparetf2.c V 32 file a6-276789.0.r276789/1493785 K 8 ctzdi2.c V 32 file a8-276789.0.r276789/1494089 K 8 ctzsi2.c V 32 file aa-276789.0.r276789/1494386 K 8 ctzti2.c V 32 file ac-276789.0.r276789/1494684 K 8 divdc3.c V 32 file ae-276789.0.r276789/1494982 K 8 divdf3.c V 32 file ag-276789.0.r276789/1495281 K 8 divdi3.c V 32 file ai-276789.0.r276789/1495581 K 11 divmoddi4.c V 32 file ak-276789.0.r276789/1495880 K 11 divmodsi4.c V 32 file am-276789.0.r276789/1496181 K 8 divsc3.c V 32 file ao-276789.0.r276789/1496482 K 8 divsf3.c V 32 file aq-276789.0.r276789/1496781 K 8 divsi3.c V 32 file as-276789.0.r276789/1497081 K 8 divtf3.c V 32 file au-276789.0.r276789/1497380 K 8 divti3.c V 32 file aw-276789.0.r276789/1497680 K 8 divxc3.c V 32 file ay-276789.0.r276789/1497979 K 22 enable_execute_stack.c V 32 file b0-276789.0.r276789/1498278 K 9 eprintf.c V 32 file b2-276789.0.r276789/1498591 K 13 extenddftf2.c V 32 file b4-276789.0.r276789/1498890 K 13 extendsfdf2.c V 32 file b6-276789.0.r276789/1499193 K 13 extendsftf2.c V 32 file b8-276789.0.r276789/1499496 K 8 ffsdi2.c V 32 file ba-276789.0.r276789/1499799 K 8 ffsti2.c V 32 file bc-276789.0.r276789/1500096 K 9 fixdfdi.c V 32 file be-276789.0.r276789/1500394 K 9 fixdfsi.c V 32 file bg-276789.0.r276789/1500688 K 9 fixdfti.c V 32 file bi-276789.0.r276789/1500988 K 9 fixsfdi.c V 32 file bk-276789.0.r276789/1501288 K 9 fixsfsi.c V 32 file bm-276789.0.r276789/1501582 K 9 fixsfti.c V 32 file bo-276789.0.r276789/1501880 K 12 fixunsdfdi.c V 32 file bq-276789.0.r276789/1502180 K 12 fixunsdfsi.c V 32 file bs-276789.0.r276789/1502481 K 12 fixunsdfti.c V 32 file bu-276789.0.r276789/1502782 K 12 fixunssfdi.c V 32 file bw-276789.0.r276789/1503085 K 12 fixunssfsi.c V 32 file by-276789.0.r276789/1503386 K 12 fixunssfti.c V 32 file c0-276789.0.r276789/1503687 K 12 fixunsxfdi.c V 32 file c2-276789.0.r276789/1503990 K 12 fixunsxfsi.c V 32 file c4-276789.0.r276789/1504293 K 12 fixunsxfti.c V 32 file c6-276789.0.r276789/1504596 K 9 fixxfdi.c V 32 file c8-276789.0.r276789/1504899 K 9 fixxfti.c V 32 file ca-276789.0.r276789/1505199 K 11 floatdidf.c V 32 file cc-276789.0.r276789/1505499 K 11 floatdisf.c V 32 file ce-276789.0.r276789/1505799 K 11 floatdixf.c V 32 file cg-276789.0.r276789/1506099 K 11 floatsidf.c V 32 file ci-276789.0.r276789/1506401 K 11 floatsisf.c V 32 file ck-276789.0.r276789/1506703 K 11 floatsitf.c V 32 file cm-276789.0.r276789/1507005 K 11 floattidf.c V 32 file co-276789.0.r276789/1507307 K 11 floattisf.c V 32 file cq-276789.0.r276789/1507610 K 11 floattixf.c V 32 file cs-276789.0.r276789/1507913 K 13 floatundidf.c V 32 file cu-276789.0.r276789/1508216 K 13 floatundisf.c V 32 file cw-276789.0.r276789/1508521 K 13 floatundixf.c V 32 file cy-276789.0.r276789/1508823 K 13 floatunsidf.c V 32 file d0-276789.0.r276789/1509127 K 13 floatunsisf.c V 32 file d2-276789.0.r276789/1509431 K 13 floatunsitf.c V 32 file d4-276789.0.r276789/1509735 K 13 floatuntidf.c V 32 file d6-276789.0.r276789/1510039 K 13 floatuntisf.c V 32 file d8-276789.0.r276789/1510344 K 13 floatuntixf.c V 32 file da-276789.0.r276789/1510648 K 15 fp_add_impl.inc V 32 file dc-276789.0.r276789/1510953 K 11 fp_extend.h V 32 file de-276789.0.r276789/1511260 K 18 fp_extend_impl.inc V 32 file dg-276789.0.r276789/1511562 K 8 fp_lib.h V 32 file di-276789.0.r276789/1511872 K 15 fp_mul_impl.inc V 32 file dk-276789.0.r276789/1512172 K 10 fp_trunc.h V 32 file dm-276789.0.r276789/1512479 K 17 fp_trunc_impl.inc V 32 file do-276789.0.r276789/1512780 K 20 gcc_personality_v0.c V 31 file dq-276789.0.r278497/163223 K 4 i386 V 31 dir ds-276789.0.r276789/1518813 K 16 int_endianness.h V 32 file eo-276789.0.r276789/1518989 K 9 int_lib.h V 32 file eq-276789.0.r276789/1519296 K 10 int_math.h V 32 file es-276789.0.r276789/1519596 K 11 int_types.h V 31 file eu-276789.0.r278497/163566 K 10 int_util.c V 32 file ew-276789.0.r276789/1520197 K 10 int_util.h V 32 file ey-276789.0.r276789/1520498 K 9 lshrdi3.c V 32 file f0-276789.0.r276789/1520799 K 9 lshrti3.c V 32 file f2-276789.0.r276789/1521097 K 8 moddi3.c V 32 file f4-276789.0.r276789/1521397 K 8 modsi3.c V 32 file f6-276789.0.r276789/1521696 K 8 modti3.c V 32 file f8-276789.0.r276789/1521994 K 8 muldc3.c V 32 file fa-276789.0.r276789/1522293 K 8 muldf3.c V 32 file fc-276789.0.r276789/1522592 K 8 muldi3.c V 32 file fe-276789.0.r276789/1522890 K 9 mulodi4.c V 32 file fg-276789.0.r276789/1523187 K 9 mulosi4.c V 32 file fi-276789.0.r276789/1523487 K 9 muloti4.c V 32 file fk-276789.0.r276789/1523787 K 8 mulsc3.c V 32 file fm-276789.0.r276789/1524087 K 8 mulsf3.c V 32 file fo-276789.0.r276789/1524386 K 8 multf3.c V 32 file fq-276789.0.r276789/1524684 K 8 multi3.c V 32 file fs-276789.0.r276789/1524982 K 9 mulvdi3.c V 32 file fu-276789.0.r276789/1525281 K 9 mulvsi3.c V 32 file fw-276789.0.r276789/1525581 K 9 mulvti3.c V 32 file fy-276789.0.r276789/1525881 K 8 mulxc3.c V 32 file g0-276789.0.r276789/1526181 K 8 negdf2.c V 32 file g2-276789.0.r276789/1526480 K 8 negdi2.c V 32 file g4-276789.0.r276789/1526778 K 8 negsf2.c V 32 file g6-276789.0.r276789/1527076 K 8 negti2.c V 32 file g8-276789.0.r276789/1527372 K 9 negvdi2.c V 32 file ga-276789.0.r276789/1527670 K 9 negvsi2.c V 32 file gc-276789.0.r276789/1527968 K 9 negvti2.c V 32 file ge-276789.0.r276789/1528266 K 11 paritydi2.c V 32 file gg-276789.0.r276789/1528565 K 11 paritysi2.c V 32 file gi-276789.0.r276789/1528866 K 11 parityti2.c V 32 file gk-276789.0.r276789/1529166 K 13 popcountdi2.c V 32 file gm-276789.0.r276789/1529467 K 13 popcountsi2.c V 32 file go-276789.0.r276789/1529770 K 13 popcountti2.c V 32 file gq-276789.0.r276789/1530073 K 9 powidf2.c V 32 file gs-276789.0.r276789/1530377 K 9 powisf2.c V 32 file gu-276789.0.r276789/1530675 K 9 powitf2.c V 32 file gw-276789.0.r276789/1530973 K 9 powixf2.c V 32 file gy-276789.0.r276789/1531272 K 3 ppc V 31 dir h0-276789.0.r276789/1536585 K 8 subdf3.c V 32 file hu-276789.0.r276789/1536760 K 8 subsf3.c V 32 file hw-276789.0.r276789/1537058 K 8 subtf3.c V 32 file hy-276789.0.r276789/1537356 K 9 subvdi3.c V 32 file i0-276789.0.r276789/1537654 K 9 subvsi3.c V 32 file i2-276789.0.r276789/1537953 K 9 subvti3.c V 32 file i4-276789.0.r276789/1538252 K 18 trampoline_setup.c V 32 file i6-276789.0.r276789/1538551 K 12 truncdfsf2.c V 32 file i8-276789.0.r276789/1538860 K 12 trunctfdf2.c V 32 file ia-276789.0.r276789/1539162 K 12 trunctfsf2.c V 32 file ic-276789.0.r276789/1539464 K 9 ucmpdi2.c V 32 file ie-276789.0.r276789/1539766 K 9 ucmpti2.c V 32 file ig-276789.0.r276789/1540066 K 9 udivdi3.c V 32 file ii-276789.0.r276789/1540366 K 12 udivmoddi4.c V 32 file ik-276789.0.r276789/1540665 K 12 udivmodsi4.c V 32 file im-276789.0.r276789/1540969 K 12 udivmodti4.c V 32 file io-276789.0.r276789/1541271 K 9 udivsi3.c V 32 file iq-276789.0.r276789/1541575 K 9 udivti3.c V 32 file is-276789.0.r276789/1541874 K 9 umoddi3.c V 32 file iu-276789.0.r276789/1542173 K 9 umodsi3.c V 32 file iw-276789.0.r276789/1542472 K 9 umodti3.c V 32 file iy-276789.0.r276789/1542771 K 6 x86_64 V 31 dir j0-276789.0.r276789/1545639 END ENDREP id: 3k-276789.0.r279192/62911 type: dir pred: 3k-276789.0.r278497/172517 count: 2 text: 279192 54295 8603 0 ea3bf4cc531c357ddc977db1fa29d968 cpath: /vendor/compiler-rt/dist/lib/builtins copyroot: 0 / id: ap-274201.0.r279192/63112 type: file pred: ap-274201.0.r278497/173054 count: 3 text: 279192 6491 183 13568 1026d26fdc61ab90e7fdc6042faa4127 7d863c086b5b145380a9c3492937667a11683f81 279191-5zfb/_u props: 179448 45543 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /vendor/compiler-rt/dist/lib/dfsan/dfsan.cc copyroot: 0 / PLAIN K 14 CMakeLists.txt V 31 file ak-274201.0.r278497/172721 K 8 dfsan.cc V 30 file ap-274201.0.r279192/63112 K 7 dfsan.h V 31 file ar-274201.0.r278497/173383 K 16 dfsan.syms.extra V 31 file at-274201.0.r274201/517721 K 15 dfsan_custom.cc V 31 file av-274201.0.r278497/173710 K 15 dfsan_flags.inc V 31 file 1w-278497.0.r278497/174046 K 21 dfsan_interceptors.cc V 31 file ax-274201.0.r274201/518266 K 16 done_abilist.txt V 32 file az-274201.0.r276789/1555943 K 27 libc_ubuntu1404_abilist.txt V 32 file jm-276789.0.r276789/1556281 K 7 scripts V 31 dir bp-274201.0.r276789/1557414 END ENDREP id: aj-274201.0.r279192/64028 type: dir pred: aj-274201.0.r278497/174993 count: 3 text: 279192 63437 578 0 7564a1c8b1bd210e307d7fac2d92efe6 cpath: /vendor/compiler-rt/dist/lib/dfsan copyroot: 0 / id: 75-251034.0.r279192/64225 type: file pred: 75-251034.0.r274201/528959 count: 2 text: 279192 6704 22 874 d66b8aab96a7047783a05d1a1231f4fa 455e1469628887e9baa0c28ce5b0031c52ede0e5 279191-5zfb/_w cpath: /vendor/compiler-rt/dist/lib/lsan/Makefile.mk copyroot: 0 / id: 7r-251034.0.r279192/64490 type: file pred: 7r-251034.0.r278497/175193 count: 4 text: 279192 6757 414 2391 2be51957da9518733aa4954cbd7c545f eab96378838e65b7bb3cfbd361684c1be6603b42 279191-5zfb/_x cpath: /vendor/compiler-rt/dist/lib/lsan/lsan.cc copyroot: 0 / id: 7v-251034.0.r279192/64753 type: file pred: 7v-251034.0.r278497/175460 count: 4 text: 279192 7201 524 7399 6b8d340ba938eea506588029542bee4b b50fd878af2800d2b2e504809f00d189bbd57efa 279191-5zfb/_y cpath: /vendor/compiler-rt/dist/lib/lsan/lsan_allocator.cc copyroot: 0 / id: 7z-251034.0.r279192/65026 type: file pred: 7z-251034.0.r278497/175736 count: 4 text: 279192 7754 527 23831 43a3efcaba2011b7de32280f9752bf5a 290b8a42223fa501c1f3c07e9bdd1aace738752e 279191-5zfb/_z cpath: /vendor/compiler-rt/dist/lib/lsan/lsan_common.cc copyroot: 0 / id: 81-251034.0.r279192/65297 type: file pred: 81-251034.0.r278497/176011 count: 4 text: 279192 8311 285 5620 8ee0ff96d29b8a9eb553b818befa40dc 4154365f1e936df619e7506b2110bdd6063da265 279191-5zfb/_10 cpath: /vendor/compiler-rt/dist/lib/lsan/lsan_common.h copyroot: 0 / id: 23-278497.0.r279192/65567 type: file pred: 23-278497.0.r278497/176284 count: 1 text: 279192 8626 88 1964 f0f66fa25fcd7d0e8ea72ffafc58f2cd 1242b7d13a8e0317c9486f4f487fbd664d579964 279191-5zfb/_11 props: 179448 45543 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /vendor/compiler-rt/dist/lib/lsan/lsan_flags.inc copyroot: 0 / PLAIN K 14 CMakeLists.txt V 32 file 72-251034.0.r276789/1561271 K 11 Makefile.mk V 30 file 75-251034.0.r279192/64225 K 7 lsan.cc V 30 file 7r-251034.0.r279192/64490 K 6 lsan.h V 32 file 7t-251034.0.r276789/1561814 K 17 lsan_allocator.cc V 30 file 7v-251034.0.r279192/64753 K 16 lsan_allocator.h V 32 file 7x-251034.0.r276789/1562359 K 14 lsan_common.cc V 30 file 7z-251034.0.r279192/65026 K 13 lsan_common.h V 30 file 81-251034.0.r279192/65297 K 20 lsan_common_linux.cc V 32 file 83-251034.0.r276789/1563186 K 14 lsan_flags.inc V 30 file 23-278497.0.r279192/65567 K 20 lsan_interceptors.cc V 32 file 85-251034.0.r276789/1563467 K 15 lsan_preinit.cc V 32 file ex-274201.0.r276789/1563748 K 14 lsan_thread.cc V 31 file 87-251034.0.r274201/547707 K 13 lsan_thread.h V 31 file 89-251034.0.r274201/547981 END ENDREP id: 71-251034.0.r279192/66707 type: dir pred: 71-251034.0.r278497/177400 count: 4 text: 279192 65896 798 0 0023b1fe22246edea76b2a9daf417a96 cpath: /vendor/compiler-rt/dist/lib/lsan copyroot: 0 / id: 71-245614.0.r279192/66903 type: file pred: 71-245614.0.r278497/177872 count: 5 text: 279192 8744 272 18545 bbdd86fc8b067ca989df038ef1a29bb9 aa7430a25624a75850864469b74114771821b701 279191-5zfb/_13 cpath: /vendor/compiler-rt/dist/lib/msan/msan.cc copyroot: 0 / id: 7t-245614.0.r279192/67168 type: file pred: 7t-245614.0.r278497/181300 count: 5 text: 279192 9047 1946 114749 da42012476ad7b1ed20980adabaee4fc 3a94524ddffc2a190209e137d8cd6a6e2f05a4b3 279191-5zfb/_15 cpath: /vendor/compiler-rt/dist/lib/msan/tests/msan_test.cc copyroot: 0 / PLAIN K 14 CMakeLists.txt V 31 file 7m-245614.0.r278497/181020 K 16 msan_loadable.cc V 32 file ae-251034.0.r276789/1569925 K 12 msan_test.cc V 30 file 7t-245614.0.r279192/67168 K 18 msan_test_config.h V 31 file ah-251034.0.r251034/362715 K 17 msan_test_main.cc V 31 file aj-251034.0.r251034/362965 END ENDREP id: 7l-245614.0.r279192/67755 type: dir pred: 7l-245614.0.r278497/181891 count: 5 text: 279192 67446 296 0 afef935feaa19388f8ae4045b1a4ef23 cpath: /vendor/compiler-rt/dist/lib/msan/tests copyroot: 0 / PLAIN K 14 CMakeLists.txt V 31 file 6y-245614.0.r278497/177599 K 7 msan.cc V 30 file 71-245614.0.r279192/66903 K 6 msan.h V 31 file 73-245614.0.r278497/178141 K 15 msan.syms.extra V 31 file ic-274201.0.r274201/573327 K 17 msan_allocator.cc V 31 file 75-245614.0.r278497/178408 K 16 msan_allocator.h V 32 file kg-276789.0.r276789/1566137 K 18 msan_blacklist.txt V 31 file a3-251034.0.r251034/360032 K 28 msan_chained_origin_depot.cc V 32 file ki-276789.0.r276789/1566439 K 27 msan_chained_origin_depot.h V 32 file kk-276789.0.r276789/1566755 K 12 msan_flags.h V 31 file 77-245614.0.r278497/178685 K 14 msan_flags.inc V 31 file 2b-278497.0.r278497/178956 K 20 msan_interceptors.cc V 31 file 79-245614.0.r278497/179255 K 25 msan_interface_internal.h V 32 file a7-251034.0.r276789/1567624 K 13 msan_linux.cc V 31 file 7b-245614.0.r278497/179537 K 18 msan_new_delete.cc V 32 file 7d-245614.0.r276789/1568185 K 13 msan_origin.h V 32 file kr-276789.0.r276789/1568464 K 17 msan_poisoning.cc V 31 file 2f-278497.0.r278497/179810 K 16 msan_poisoning.h V 31 file 2h-278497.0.r278497/180113 K 14 msan_report.cc V 31 file 7j-245614.0.r278497/180414 K 14 msan_thread.cc V 31 file ku-276789.0.r278497/180688 K 13 msan_thread.h V 32 file kw-276789.0.r276789/1569343 K 5 tests V 29 dir 7l-245614.0.r279192/67755 END ENDREP id: 6x-245614.0.r279192/69263 type: dir pred: 6x-245614.0.r278497/183458 count: 5 text: 279192 67957 1293 0 e64cc7b36597a75e74aaf87ac00b68e5 cpath: /vendor/compiler-rt/dist/lib/msan copyroot: 0 / id: 6v-238901.0.r279192/69460 type: file pred: 6v-238901.0.r278497/184923 count: 6 text: 279192 11024 38 5010 1e4ef5f1e22230d1e63d7f1038604740 6ca7661944599c41a3181495a69b2e298e542ff6 279191-5zfb/_17 cpath: /vendor/compiler-rt/dist/lib/sanitizer_common/CMakeLists.txt copyroot: 0 / id: 7a-238901.0.r279192/69743 type: file pred: 7a-238901.0.r278497/186158 count: 6 text: 279192 11092 378 10424 e5c379b989a59e0f8bed180bc4955501 1637732399da9605824807e9a3ba521c5818d4b3 279191-5zfb/_18 cpath: /vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_common.cc copyroot: 0 / id: 7c-238901.0.r279192/70033 type: file pred: 7c-238901.0.r278497/186449 count: 6 text: 279192 11500 139 19453 5737ba40cc1ee819d9b77bfe97ea80f1 d61503f938ae832dab0469255f9ee44dde993cb7 279191-5zfb/_19 cpath: /vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_common.h copyroot: 0 / id: b9-251034.0.r279192/70322 type: file pred: b9-251034.0.r278497/187049 count: 4 text: 279192 11670 24 4882 ee047ff0780bd3dd46ee306d8f23b8e8 569aa96fefd32984ab4413b3d78f98919bf60f81 279191-5zfb/_1a cpath: /vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_common_libcdep.cc copyroot: 0 / id: bb-251034.0.r279192/70618 type: file pred: bb-251034.0.r276789/1582960 count: 3 text: 279192 11724 157 84979 bc4be3257973776d348712a223b14f49 0c35314892b7a04d1b0019dd3c6ae35ce3412607 279191-5zfb/_1b cpath: /vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_common_syscalls.inc copyroot: 0 / id: mg-276789.0.r279192/70919 type: file pred: mg-276789.0.r278497/187348 count: 2 text: 279192 11913 574 25288 541fc258a5453814c2d0a18e6479a39b 99eb3f6d8599c1fe87db19475f5578b02acce5b2 279191-5zfb/_1c props: 179448 45543 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_coverage_libcdep.cc copyroot: 0 / id: 34-278497.0.r279192/71278 type: file pred: 34-278497.0.r278497/188761 count: 1 text: 279192 12518 29 3149 d228c2bb1c5551f521d0c607dd5498af aff60449c6cab491fae427cf20629a4a42943ef0 279191-5zfb/_1d props: 179448 45543 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_flag_parser.h copyroot: 0 / id: 7e-238901.0.r279192/71629 type: file pred: 7e-238901.0.r278497/189082 count: 6 text: 279192 12578 28 2518 de6f9f50cf0a63f9ce991bde4af98ec9 cd9e809d7b811aca87a5b99ac1a2adbcde9e5da9 279191-5zfb/_1e cpath: /vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_flags.cc copyroot: 0 / id: 38-278497.0.r279192/71916 type: file pred: 38-278497.0.r278497/189661 count: 1 text: 279192 12636 22 7439 cd77e167d184058e39e1a0860c6bdde1 f37fd48d73eda9254cdae4837d66b4cd0c31ec01 279191-5zfb/_1f props: 179448 45543 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_flags.inc copyroot: 0 / id: 1g-279192.0.r279192/72263 type: file count: 0 text: 279192 12689 896 2516 397829b7be10e98ada6e9bec7a24e8d2 2b54af630f43aab29f81d46b036377898b555aae 279191-5zfb/_1h props: 179448 45543 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_interface_internal.h copyroot: 0 / id: 7k-238901.0.r279192/72589 type: file pred: 7k-238901.0.r278497/189978 count: 6 text: 279192 13598 22 9850 00beac7f752b3f300cdd14e941bf34ec 82268f3bbb79809dbb5966f39531a93e8669116b 279191-5zfb/_1i cpath: /vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_internal_defs.h copyroot: 0 / id: jg-274201.0.r279192/72883 type: file pred: jg-274201.0.r276789/1587042 count: 2 text: 279192 13650 395 3278 72746b049a88b4219e4f3fc41d7c96d1 156f81fc43e1c36659efa83e9b84fddd1410b648 279191-5zfb/_1j props: 179448 45543 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_libignore.cc copyroot: 0 / id: ji-274201.0.r279192/73235 type: file pred: ji-274201.0.r274201/585356 count: 1 text: 279192 14076 207 2275 d4273d4ae0e04c6d9f57bb6a6f046286 8cd9b14f97ffa0a1733770e06bbf749f1d555a00 279191-5zfb/_1k props: 179448 45543 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_libignore.h copyroot: 0 / id: 7q-238901.0.r279192/73585 type: file pred: 7q-238901.0.r278497/190853 count: 6 text: 279192 14314 220 29859 55b4f30c7aadf07fd4f66e7a7f8e1955 4274c980d22568fa37db944601cc13c372a291d9 279191-5zfb/_1l cpath: /vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_linux.cc copyroot: 0 / id: bk-251034.0.r279192/73874 type: file pred: bk-251034.0.r276789/1587689 count: 3 text: 279192 14564 41 3151 e50126410a30da6b3092548be94bfa97 18d52c3fa945246a4820e2f61679ace2186f3aed 279191-5zfb/_1m cpath: /vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_linux.h copyroot: 0 / id: bm-251034.0.r279192/74161 type: file pred: bm-251034.0.r278497/191144 count: 4 text: 279192 14636 780 16020 336fb6df32d1502b48262cce8f476c4e 2f54944f0c44e0f02a1d3a6a7e607c28cd8d229d 279191-5zfb/_1n cpath: /vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_linux_libcdep.cc copyroot: 0 / id: 8p-245614.0.r279192/74458 type: file pred: 8p-245614.0.r278497/192653 count: 5 text: 279192 15446 42 10957 415e94194e42c1ce5f5e4d9bffb0dc36 39f6ca519f76ab19d80a68600410e7602092ef56 279191-5zfb/_1o cpath: /vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_platform_interceptors.h copyroot: 0 / id: bu-251034.0.r279192/74761 type: file pred: bu-251034.0.r278497/192959 count: 4 text: 279192 15518 431 47160 05759c1b726cd5ce44deadfa1c7ebbfb 61c2739d0f0ffa908e09ab26f82e65179b20b7d2 279191-5zfb/_1p cpath: /vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_platform_limits_posix.cc copyroot: 0 / id: bw-251034.0.r279192/75066 type: file pred: bw-251034.0.r278497/193266 count: 4 text: 279192 15979 170 39924 ab4d7077b94e6112fafa7392e20f86b4 94caac0529b1b14a5e72f9c3dca52af967b8965b 279191-5zfb/_1q cpath: /vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_platform_limits_posix.h copyroot: 0 / id: 80-238901.0.r279192/75370 type: file pred: 80-238901.0.r278497/193572 count: 6 text: 279191 306 268 10604 05015a1cdfdfe78a8a9c1f919ed56a55 b380752969498fa7ceddf7aca502d3f137593ad1 279191-5zfb/_1r cpath: /vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_posix.cc copyroot: 0 / id: ca-251034.0.r279192/75657 type: file pred: ca-251034.0.r276789/1597032 count: 3 text: 279192 16179 1974 17377 fa1bc7a8161ef3adaff979af57e7de6d d63f4a01166ea58c814cf28ebe8471327a853691 279191-5zfb/_1s cpath: /vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_stoptheworld_linux_libcdep.cc copyroot: 0 / id: ka-274201.0.r279192/75969 type: file pred: ka-274201.0.r276789/1597345 count: 2 text: 279192 18184 599 4177 af472cae215e6a1dc725a7dfa2c94791 5ac1350e76b202bfb903fc78c35c89f93fdfd012 279191-5zfb/_1t props: 179448 45543 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_suppressions.cc copyroot: 0 / id: kc-274201.0.r279192/76324 type: file pred: kc-274201.0.r276789/1597702 count: 2 text: 279192 18814 359 1606 cfd62faf1667f1b0c5dc2385a4f448a0 01891b22253a1c91c79d097952862ad675718bc6 279191-5zfb/_1u props: 179448 45543 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_suppressions.h copyroot: 0 / id: 9e-245614.0.r279192/76678 type: file pred: 9e-245614.0.r276789/1600052 count: 4 text: 279192 19204 974 5803 53cce079662d17548fdea980457bf37c baac7874e050b62904b4a03a8881e2fe35d1e79a 279191-5zfb/_1v cpath: /vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_symbolizer_win.cc copyroot: 0 / id: ck-251034.0.r279192/76976 type: file pred: ck-251034.0.r276789/1600353 count: 2 text: 279192 20210 172 945 913e1dd1802c9840577f246e1ae2c132 ca65a61684993b66d683cbbca8b30e204d930980 279191-5zfb/_1w cpath: /vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_syscall_generic.inc copyroot: 0 / id: 8a-238901.0.r279192/77275 type: file pred: 8a-238901.0.r278497/197161 count: 6 text: 279192 20413 73 17056 67994c57664559e0c0f84724f91a133c a364225211d4662c12b598f0d3046798be0b9528 279191-5zfb/_1x cpath: /vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_win.cc copyroot: 0 / id: d5-251034.0.r279192/77561 type: file pred: d5-251034.0.r274201/599837 count: 2 text: 279192 20517 237 9054 b0b474413de3f81befc85280cf562928 7fe940f20f93ec3b171bb5dff68d085b72dbc7c7 279191-5zfb/_1z cpath: /vendor/compiler-rt/dist/lib/sanitizer_common/tests/sanitizer_linux_test.cc copyroot: 0 / id: lk-274201.0.r279192/77860 type: file pred: lk-274201.0.r276789/1611906 count: 2 text: 279192 20785 594 4432 daa5f4534475c547e4bbf00a59473ab5 bfec3b5173902cab2e8ce61519c5fdea981610bf 279191-5zfb/_20 props: 179448 45543 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /vendor/compiler-rt/dist/lib/sanitizer_common/tests/sanitizer_suppressions_test.cc copyroot: 0 / PLAIN K 14 CMakeLists.txt V 31 file 9l-245614.0.r278497/198723 K 27 sanitizer_allocator_test.cc V 31 file 8i-238901.0.r278497/199015 K 30 sanitizer_allocator_testlib.cc V 32 file 9t-245614.0.r276789/1606062 K 24 sanitizer_atomic_test.cc V 32 file d0-251034.0.r276789/1606370 K 27 sanitizer_bitvector_test.cc V 32 file p6-276789.0.r276789/1606673 K 25 sanitizer_bvgraph_test.cc V 32 file p8-276789.0.r276789/1607006 K 24 sanitizer_common_test.cc V 32 file 8k-238901.0.r276789/1607337 K 35 sanitizer_deadlock_detector_test.cc V 31 file pb-276789.0.r278497/199321 K 23 sanitizer_flags_test.cc V 31 file 8m-238901.0.r278497/199693 K 36 sanitizer_format_interceptor_test.cc V 32 file pe-276789.0.r276789/1608284 K 23 sanitizer_ioctl_test.cc V 32 file l2-274201.0.r276789/1608626 K 22 sanitizer_libc_test.cc V 31 file 9x-245614.0.r278497/199994 K 23 sanitizer_linux_test.cc V 30 file d5-251034.0.r279192/77561 K 22 sanitizer_list_test.cc V 31 file 8o-238901.0.r245614/387591 K 23 sanitizer_mutex_test.cc V 32 file a0-245614.0.r276789/1609288 K 24 sanitizer_nolibc_test.cc V 31 file l7-274201.0.r274201/600438 K 29 sanitizer_nolibc_test_main.cc V 31 file l9-274201.0.r274201/600765 K 23 sanitizer_posix_test.cc V 32 file lb-274201.0.r276789/1609590 K 24 sanitizer_printf_test.cc V 31 file a2-245614.0.r278497/200294 K 26 sanitizer_procmaps_test.cc V 31 file le-274201.0.r278497/200596 K 28 sanitizer_pthread_wrappers.h V 32 file pm-276789.0.r276789/1610618 K 28 sanitizer_stackdepot_test.cc V 32 file a6-245614.0.r276789/1610951 K 36 sanitizer_stacktrace_printer_test.cc V 32 file pp-276789.0.r276789/1611258 K 28 sanitizer_stacktrace_test.cc V 32 file d9-251034.0.r276789/1611599 K 30 sanitizer_stoptheworld_test.cc V 31 file db-251034.0.r274201/602979 K 33 sanitizer_stoptheworld_testlib.cc V 31 file dd-251034.0.r251034/385868 K 30 sanitizer_suppressions_test.cc V 30 file lk-274201.0.r279192/77860 K 23 sanitizer_test_config.h V 32 file pt-276789.0.r276789/1612274 K 22 sanitizer_test_main.cc V 31 file a8-245614.0.r274201/603621 K 22 sanitizer_test_utils.h V 31 file aa-245614.0.r278497/200958 K 33 sanitizer_thread_registry_test.cc V 32 file dg-251034.0.r276789/1612902 K 25 standalone_malloc_test.cc V 31 file ac-245614.0.r245614/389514 END ENDREP id: 8c-238901.0.r279192/80474 type: dir pred: 8c-238901.0.r278497/203509 count: 6 text: 279192 78226 2235 0 46acc0c6edf0edf2615720afc2b9ec3e cpath: /vendor/compiler-rt/dist/lib/sanitizer_common/tests copyroot: 0 / PLAIN K 14 CMakeLists.txt V 30 file 6v-238901.0.r279192/69460 K 11 Makefile.mk V 31 file 6y-238901.0.r238901/308542 K 23 sanitizer_addrhashmap.h V 32 file lo-276789.0.r276789/1576950 K 22 sanitizer_allocator.cc V 31 file 70-238901.0.r278497/185209 K 21 sanitizer_allocator.h V 31 file 84-245614.0.r278497/185503 K 31 sanitizer_allocator_interface.h V 32 file ls-276789.0.r276789/1577863 K 30 sanitizer_allocator_internal.h V 31 file iy-274201.0.r278497/185797 K 15 sanitizer_asm.h V 32 file lv-276789.0.r276789/1578555 K 18 sanitizer_atomic.h V 32 file 74-238901.0.r276789/1578869 K 24 sanitizer_atomic_clang.h V 32 file 76-238901.0.r276789/1579160 K 30 sanitizer_atomic_clang_other.h V 32 file lz-276789.0.r276789/1579457 K 28 sanitizer_atomic_clang_x86.h V 32 file m1-276789.0.r276789/1579787 K 23 sanitizer_atomic_msvc.h V 32 file 78-238901.0.r276789/1580115 K 21 sanitizer_bitvector.h V 32 file m4-276789.0.r276789/1580411 K 19 sanitizer_bvgraph.h V 32 file m6-276789.0.r276789/1580732 K 19 sanitizer_common.cc V 30 file 7a-238901.0.r279192/69743 K 18 sanitizer_common.h V 30 file 7c-238901.0.r279192/70033 K 33 sanitizer_common_interceptors.inc V 31 file 8a-245614.0.r278497/186741 K 40 sanitizer_common_interceptors_format.inc V 32 file mb-276789.0.r276789/1581947 K 39 sanitizer_common_interceptors_ioctl.inc V 32 file j4-274201.0.r276789/1582288 K 27 sanitizer_common_libcdep.cc V 30 file b9-251034.0.r279192/70322 K 29 sanitizer_common_syscalls.inc V 30 file bb-251034.0.r279192/70618 K 29 sanitizer_coverage_libcdep.cc V 30 file mg-276789.0.r279192/70919 K 37 sanitizer_coverage_mapping_libcdep.cc V 31 file mi-276789.0.r278497/187710 K 29 sanitizer_deadlock_detector.h V 31 file mk-276789.0.r278497/188078 K 31 sanitizer_deadlock_detector1.cc V 32 file mm-276789.0.r276789/1584261 K 31 sanitizer_deadlock_detector2.cc V 32 file mo-276789.0.r276789/1584592 K 39 sanitizer_deadlock_detector_interface.h V 32 file mq-276789.0.r276789/1584924 K 24 sanitizer_flag_parser.cc V 31 file 32-278497.0.r278497/188439 K 23 sanitizer_flag_parser.h V 30 file 34-278497.0.r279192/71278 K 18 sanitizer_flags.cc V 30 file 7e-238901.0.r279192/71629 K 17 sanitizer_flags.h V 31 file 7g-238901.0.r278497/189372 K 19 sanitizer_flags.inc V 30 file 38-278497.0.r279192/71916 K 19 sanitizer_freebsd.h V 32 file mu-276789.0.r276789/1585845 K 30 sanitizer_interface_internal.h V 30 file 1g-279192.0.r279192/72263 K 25 sanitizer_internal_defs.h V 30 file 7k-238901.0.r279192/72589 K 19 sanitizer_lfstack.h V 31 file 8g-245614.0.r251034/371513 K 17 sanitizer_libc.cc V 31 file 7m-238901.0.r278497/190276 K 16 sanitizer_libc.h V 31 file 7o-238901.0.r278497/190565 K 22 sanitizer_libignore.cc V 30 file jg-274201.0.r279192/72883 K 21 sanitizer_libignore.h V 30 file ji-274201.0.r279192/73235 K 18 sanitizer_linux.cc V 30 file 7q-238901.0.r279192/73585 K 17 sanitizer_linux.h V 30 file bk-251034.0.r279192/73874 K 26 sanitizer_linux_libcdep.cc V 30 file bm-251034.0.r279192/74161 K 16 sanitizer_list.h V 31 file 7s-238901.0.r278497/191443 K 16 sanitizer_mac.cc V 31 file 7u-238901.0.r278497/191731 K 15 sanitizer_mac.h V 31 file n5-276789.0.r278497/192019 K 17 sanitizer_mutex.h V 31 file 7w-238901.0.r278497/192364 K 33 sanitizer_persistent_allocator.cc V 32 file n8-276789.0.r276789/1589463 K 32 sanitizer_persistent_allocator.h V 32 file na-276789.0.r276789/1589794 K 25 sanitizer_placement_new.h V 31 file 7y-238901.0.r274201/587134 K 20 sanitizer_platform.h V 32 file br-251034.0.r276789/1590125 K 33 sanitizer_platform_interceptors.h V 30 file 8p-245614.0.r279192/74458 K 34 sanitizer_platform_limits_linux.cc V 32 file js-274201.0.r276789/1590726 K 34 sanitizer_platform_limits_posix.cc V 30 file bu-251034.0.r279192/74761 K 33 sanitizer_platform_limits_posix.h V 30 file bw-251034.0.r279192/75066 K 18 sanitizer_posix.cc V 30 file 80-238901.0.r279192/75370 K 26 sanitizer_posix_libcdep.cc V 31 file bz-251034.0.r278497/193863 K 19 sanitizer_printf.cc V 32 file 82-238901.0.r276789/1592302 K 20 sanitizer_procmaps.h V 32 file 84-238901.0.r276789/1592595 K 28 sanitizer_procmaps_common.cc V 32 file nl-276789.0.r276789/1592888 K 29 sanitizer_procmaps_freebsd.cc V 32 file nn-276789.0.r276789/1593216 K 27 sanitizer_procmaps_linux.cc V 32 file np-276789.0.r276789/1593545 K 25 sanitizer_procmaps_mac.cc V 32 file nr-276789.0.r276789/1593872 K 22 sanitizer_quarantine.h V 31 file 8u-245614.0.r278497/194161 K 28 sanitizer_report_decorator.h V 32 file 8w-245614.0.r276789/1594197 K 23 sanitizer_stackdepot.cc V 31 file 8y-245614.0.r278497/194454 K 22 sanitizer_stackdepot.h V 32 file 90-245614.0.r276789/1594795 K 26 sanitizer_stackdepotbase.h V 32 file nw-276789.0.r276789/1595090 K 23 sanitizer_stacktrace.cc V 31 file 92-245614.0.r278497/194749 K 22 sanitizer_stacktrace.h V 31 file 94-245614.0.r278497/195043 K 31 sanitizer_stacktrace_libcdep.cc V 31 file k6-274201.0.r278497/195337 K 31 sanitizer_stacktrace_printer.cc V 32 file o1-276789.0.r276789/1596371 K 30 sanitizer_stacktrace_printer.h V 32 file o3-276789.0.r276789/1596702 K 24 sanitizer_stoptheworld.h V 31 file c8-251034.0.r274201/592247 K 39 sanitizer_stoptheworld_linux_libcdep.cc V 30 file ca-251034.0.r279192/75657 K 25 sanitizer_suppressions.cc V 30 file ka-274201.0.r279192/75969 K 24 sanitizer_suppressions.h V 30 file kc-274201.0.r279192/76324 K 23 sanitizer_symbolizer.cc V 32 file ke-274201.0.r276789/1598058 K 22 sanitizer_symbolizer.h V 32 file 88-238901.0.r276789/1598413 K 36 sanitizer_symbolizer_libbacktrace.cc V 31 file oa-276789.0.r278497/195698 K 35 sanitizer_symbolizer_libbacktrace.h V 31 file oc-276789.0.r278497/196065 K 31 sanitizer_symbolizer_libcdep.cc V 32 file ce-251034.0.r276789/1599378 K 37 sanitizer_symbolizer_posix_libcdep.cc V 31 file ki-274201.0.r278497/196430 K 27 sanitizer_symbolizer_win.cc V 30 file 9e-245614.0.r279192/76678 K 29 sanitizer_syscall_generic.inc V 30 file ck-251034.0.r279192/76976 K 34 sanitizer_syscall_linux_x86_64.inc V 32 file cm-251034.0.r276789/1600654 K 28 sanitizer_thread_registry.cc V 32 file co-251034.0.r276789/1600960 K 27 sanitizer_thread_registry.h V 32 file cq-251034.0.r276789/1601261 K 25 sanitizer_tls_get_addr.cc V 32 file ol-276789.0.r276789/1601561 K 24 sanitizer_tls_get_addr.h V 32 file on-276789.0.r276789/1601886 K 33 sanitizer_unwind_posix_libcdep.cc V 31 file op-276789.0.r278497/196798 K 16 sanitizer_win.cc V 30 file 8a-238901.0.r279192/77275 K 7 scripts V 30 dir 9h-245614.0.r278497/198504 K 5 tests V 29 dir 8c-238901.0.r279192/80474 END ENDREP id: 6u-238901.0.r279192/87170 type: dir pred: 6u-238901.0.r278497/210170 count: 6 text: 279192 80689 6468 0 c9202aac1d6ef3c14adf1c47f5c71654 cpath: /vendor/compiler-rt/dist/lib/sanitizer_common copyroot: 0 / id: 8v-238901.0.r279192/87379 type: file pred: 8v-238901.0.r278497/210382 count: 6 text: 279192 21410 656 3895 b4e992ae9e3817d847b95a43feebaa39 ce3ef2a3cee7bee0c5d1665378837153e1841b55 279191-5zfb/_22 cpath: /vendor/compiler-rt/dist/lib/tsan/CMakeLists.txt copyroot: 0 / id: qa-276789.0.r279192/87651 type: file pred: qa-276789.0.r278497/211261 count: 2 text: 279192 22096 107 4428 3eede2a8cc7ded4ffddafbc3d22d1197 5a37ecc0298df236ef51142bdb27839a42592f25 279191-5zfb/_24 props: 179448 45543 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /vendor/compiler-rt/dist/lib/tsan/dd/dd_rtl.cc copyroot: 0 / PLAIN K 14 CMakeLists.txt V 32 file q5-276789.0.r276789/1623708 K 18 dd_interceptors.cc V 32 file q8-276789.0.r276789/1624012 K 9 dd_rtl.cc V 30 file qa-276789.0.r279192/87651 K 8 dd_rtl.h V 32 file qc-276789.0.r276789/1624621 END ENDREP id: q4-276789.0.r279192/88218 type: dir pred: q4-276789.0.r278497/211831 count: 2 text: 279192 87980 225 0 8ce859a89cc2af93917bc4cc55e18c81 cpath: /vendor/compiler-rt/dist/lib/tsan/dd copyroot: 0 / id: qe-276789.0.r279192/88417 type: file pred: qe-276789.0.r278497/212033 count: 2 text: 279192 22233 199 1334 c3ee8de397e6fb3946b75e3c87e299e9 0c820f62bcc0e8106b4407ac1a1fa18179b48b33 279191-5zfb/_26 cpath: /vendor/compiler-rt/dist/lib/tsan/go/build.bat copyroot: 0 / id: 9h-238901.0.r279192/88687 type: file pred: 9h-238901.0.r278497/212304 count: 6 text: 279192 22461 27 3980 a39ad237170d5034a409ffb22788e517 fc3633f2cd6f09882e844f3d52f203243e77960b 279191-5zfb/_27 props: 170263 100773 30 0 4160c74de5f4e580dc15660c798ff9fc cpath: /vendor/compiler-rt/dist/lib/tsan/go/buildgo.sh copyroot: 0 / PLAIN K 9 build.bat V 30 file qe-276789.0.r279192/88417 K 10 buildgo.sh V 30 file 9h-238901.0.r279192/88687 K 6 test.c V 32 file 9k-238901.0.r276789/1625902 K 10 tsan_go.cc V 31 file 9m-238901.0.r278497/212636 END ENDREP id: 9g-238901.0.r279192/89237 type: dir pred: 9g-238901.0.r278497/213131 count: 6 text: 279192 89016 208 0 e46c2449b8c336cedee38ad1cac32aa0 cpath: /vendor/compiler-rt/dist/lib/tsan/go copyroot: 0 / id: bm-238901.0.r279192/89436 type: file pred: bm-238901.0.r278497/213886 count: 6 text: 279192 22518 410 3856 3237016e85576f9e7665d045be5d769d 9479c27109fec7ec1132ae42d59eb13baae8625f 279191-5zfb/_29 cpath: /vendor/compiler-rt/dist/lib/tsan/rtl/tsan_defs.h copyroot: 0 / id: bo-238901.0.r279192/89709 type: file pred: bo-238901.0.r278497/214161 count: 6 text: 279192 22958 82 2695 b81933a9405d3cd4d35519352385fe85 38416b49464c0d29d6b6e36772a3ed0bd762d8a2 279191-5zfb/_2a cpath: /vendor/compiler-rt/dist/lib/tsan/rtl/tsan_flags.cc copyroot: 0 / id: 4q-278497.0.r279192/89983 type: file pred: 4q-278497.0.r278497/214714 count: 1 text: 279192 23070 95 3965 a92e1131c9ed544294d83773d7905566 5fcee51c664e37601e1e354ef980cecbe3b31288 279191-5zfb/_2b props: 179448 45543 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /vendor/compiler-rt/dist/lib/tsan/rtl/tsan_flags.inc copyroot: 0 / id: bs-238901.0.r279192/90317 type: file pred: bs-238901.0.r278497/215018 count: 6 text: 279192 23196 546 80490 5065dfcbcae032a78ab547770487a6d0 f05ddecb82e2f8c9b0a3ce32d385972110425e04 279191-5zfb/_2c cpath: /vendor/compiler-rt/dist/lib/tsan/rtl/tsan_interceptors.cc copyroot: 0 / id: c2-238901.0.r279192/90600 type: file pred: c2-238901.0.r276789/1630586 count: 5 text: 279192 23773 129 26238 e9b0dd2d140bf292b38d82111c165a30 ee98993dc85f9946f3a2bcdf81f82d33d8ee5c01 279191-5zfb/_2d cpath: /vendor/compiler-rt/dist/lib/tsan/rtl/tsan_interface_atomic.cc copyroot: 0 / id: ci-238901.0.r279192/90888 type: file pred: ci-238901.0.r278497/217536 count: 6 text: 279192 23934 550 8888 98e36311d746b2b3b442c6ea85565403 d5dd4371df9d5827bd2fb2f642832a7670362f60 279191-5zfb/_2e cpath: /vendor/compiler-rt/dist/lib/tsan/rtl/tsan_platform.h copyroot: 0 / id: ck-238901.0.r279192/91165 type: file pred: ck-238901.0.r278497/217814 count: 6 text: 279192 24513 475 13389 af6ec53e14cebc619e4658333d05d780 eedc90fc2351565aa35b8ea4ae25169dbdaa3fe4 279191-5zfb/_2f cpath: /vendor/compiler-rt/dist/lib/tsan/rtl/tsan_platform_linux.cc copyroot: 0 / id: cq-238901.0.r279192/91450 type: file pred: cq-238901.0.r276789/1634256 count: 5 text: 279192 25018 114 13600 789a7aadb23a1f6072f2c967ecd762bb 043bf170cd6e2cb7a2713aabcdd968407452398e 279191-5zfb/_2g cpath: /vendor/compiler-rt/dist/lib/tsan/rtl/tsan_report.cc copyroot: 0 / id: cu-238901.0.r279192/91728 type: file pred: cu-238901.0.r278497/218385 count: 6 text: 279192 25164 674 31753 21583a23ed2f436fba456712956cad8a 2afd485a6de96ac505af15bf1cc77a64b3295ee7 279191-5zfb/_2h cpath: /vendor/compiler-rt/dist/lib/tsan/rtl/tsan_rtl.cc copyroot: 0 / id: cw-238901.0.r279192/92002 type: file pred: cw-238901.0.r278497/218661 count: 6 text: 279192 25868 583 23737 9007105c57cb1aaf28366679307729f8 04492b40e3a2d788a6cfd5b97b005917157ff37c 279191-5zfb/_2i cpath: /vendor/compiler-rt/dist/lib/tsan/rtl/tsan_rtl.h copyroot: 0 / id: d2-238901.0.r279192/92275 type: file pred: d2-238901.0.r278497/218935 count: 6 text: 279192 26480 30 21379 c97957429b49591cbfea52203e49a975 e8785f82bf0ad8bf644e42a2ad413b758199d29c 279191-5zfb/_2j cpath: /vendor/compiler-rt/dist/lib/tsan/rtl/tsan_rtl_report.cc copyroot: 0 / id: d4-238901.0.r279192/92555 type: file pred: d4-238901.0.r278497/219218 count: 6 text: 279192 26540 130 12317 a898c51a1b881f78140177406f6a9a4a 6fa90bf3879485bcca92eaf56a1cc2453701c648 279191-5zfb/_2k cpath: /vendor/compiler-rt/dist/lib/tsan/rtl/tsan_rtl_thread.cc copyroot: 0 / id: d6-238901.0.r279192/92836 type: file pred: d6-238901.0.r276789/1637124 count: 5 text: 279192 26700 102 11766 9486f4897aca2955016f431e656da3a9 55bd3c437199956811202bf6fd8dddf83fd793d7 279191-5zfb/_2l cpath: /vendor/compiler-rt/dist/lib/tsan/rtl/tsan_stat.cc copyroot: 0 / id: da-238901.0.r279192/93112 type: file pred: da-238901.0.r276789/1637678 count: 5 text: 279192 26833 730 5331 bcc03893b7d3ec8e47c94b2a135260cd 525d7a52535e9cb83e68ef1dc4d53f8d4cbddc59 279191-5zfb/_2m cpath: /vendor/compiler-rt/dist/lib/tsan/rtl/tsan_suppressions.cc copyroot: 0 / id: dc-238901.0.r279192/93395 type: file pred: dc-238901.0.r276789/1637963 count: 5 text: 279192 27594 387 1275 a405d151377cb09542b0971e4f90d57e 3a0d19982439f574905e2d1c1336a8c907e3fcf7 279191-5zfb/_2n cpath: /vendor/compiler-rt/dist/lib/tsan/rtl/tsan_suppressions.h copyroot: 0 / id: do-238901.0.r279192/93677 type: file pred: do-238901.0.r276789/1639362 count: 4 text: 279192 28011 169 1879 054823906e02e8a31de95a695b03044b 1cb07cc58069d979670e6c30f3b415c6bf7e820e 279191-5zfb/_2o cpath: /vendor/compiler-rt/dist/lib/tsan/rtl/tsan_trace.h copyroot: 0 / PLAIN K 12 Makefile.old V 31 file bg-238901.0.r278497/213333 K 15 tsan.syms.extra V 31 file pp-274201.0.r274201/651136 K 13 tsan_clock.cc V 31 file bi-238901.0.r278497/213608 K 12 tsan_clock.h V 32 file bk-238901.0.r276789/1627432 K 11 tsan_defs.h V 30 file bm-238901.0.r279192/89436 K 18 tsan_dense_alloc.h V 32 file qp-276789.0.r276789/1627985 K 10 tsan_fd.cc V 32 file fd-245614.0.r276789/1628295 K 9 tsan_fd.h V 32 file ff-245614.0.r276789/1628570 K 13 tsan_flags.cc V 30 file bo-238901.0.r279192/89709 K 12 tsan_flags.h V 31 file bq-238901.0.r278497/214438 K 14 tsan_flags.inc V 30 file 4q-278497.0.r279192/89983 K 17 tsan_ignoreset.cc V 32 file qv-276789.0.r276789/1629398 K 16 tsan_ignoreset.h V 32 file qx-276789.0.r276789/1629706 K 20 tsan_interceptors.cc V 30 file bs-238901.0.r279192/90317 K 17 tsan_interface.cc V 31 file bu-238901.0.r278497/215304 K 16 tsan_interface.h V 31 file bw-238901.0.r278497/215584 K 21 tsan_interface_ann.cc V 32 file by-238901.0.r276789/1630299 K 20 tsan_interface_ann.h V 31 file c0-238901.0.r274201/653616 K 24 tsan_interface_atomic.cc V 30 file c2-238901.0.r279192/90600 K 20 tsan_interface_inl.h V 31 file c6-238901.0.r251034/419839 K 22 tsan_interface_java.cc V 31 file fq-245614.0.r278497/215863 K 21 tsan_interface_java.h V 31 file fs-245614.0.r278497/216149 K 11 tsan_md5.cc V 32 file c8-238901.0.r276789/1631450 K 12 tsan_mman.cc V 31 file ca-238901.0.r278497/216434 K 11 tsan_mman.h V 31 file cc-238901.0.r278497/216710 K 13 tsan_mutex.cc V 31 file ce-238901.0.r278497/216984 K 12 tsan_mutex.h V 31 file cg-238901.0.r278497/217261 K 16 tsan_mutexset.cc V 31 file fy-245614.0.r245614/427189 K 15 tsan_mutexset.h V 32 file g0-245614.0.r276789/1632833 K 15 tsan_platform.h V 30 file ci-238901.0.r279192/90888 K 22 tsan_platform_linux.cc V 30 file ck-238901.0.r279192/91165 K 20 tsan_platform_mac.cc V 31 file cm-238901.0.r278497/218101 K 24 tsan_platform_windows.cc V 32 file g5-245614.0.r276789/1633968 K 14 tsan_report.cc V 30 file cq-238901.0.r279192/91450 K 13 tsan_report.h V 32 file cs-238901.0.r276789/1634537 K 11 tsan_rtl.cc V 30 file cu-238901.0.r279192/91728 K 10 tsan_rtl.h V 30 file cw-238901.0.r279192/92002 K 16 tsan_rtl_amd64.S V 32 file cy-238901.0.r276789/1635370 K 17 tsan_rtl_mutex.cc V 32 file d0-238901.0.r276789/1635651 K 18 tsan_rtl_report.cc V 30 file d2-238901.0.r279192/92275 K 18 tsan_rtl_thread.cc V 30 file d4-238901.0.r279192/92555 K 19 tsan_stack_trace.cc V 32 file rm-276789.0.r276789/1636505 K 18 tsan_stack_trace.h V 32 file ro-276789.0.r276789/1636815 K 12 tsan_stat.cc V 30 file d6-238901.0.r279192/92836 K 11 tsan_stat.h V 32 file d8-238901.0.r276789/1637402 K 20 tsan_suppressions.cc V 30 file da-238901.0.r279192/93112 K 19 tsan_suppressions.h V 30 file dc-238901.0.r279192/93395 K 17 tsan_symbolize.cc V 32 file de-238901.0.r276789/1638245 K 16 tsan_symbolize.h V 32 file dg-238901.0.r276789/1638527 K 12 tsan_sync.cc V 32 file dk-238901.0.r276789/1638808 K 11 tsan_sync.h V 32 file dm-238901.0.r276789/1639086 K 12 tsan_trace.h V 30 file do-238901.0.r279192/93677 K 29 tsan_update_shadow_word_inl.h V 32 file dq-238901.0.r276789/1639639 K 13 tsan_vector.h V 32 file ds-238901.0.r276789/1639932 END ENDREP id: bc-238901.0.r279192/97146 type: dir pred: bc-238901.0.r278497/222771 count: 6 text: 279192 93952 3181 0 0783aa5785dd529f8e3ed79bd7afb259 cpath: /vendor/compiler-rt/dist/lib/tsan/rtl copyroot: 0 / id: gr-245614.0.r279192/97347 type: file pred: gr-245614.0.r278497/222975 count: 5 text: 279192 28211 465 2149 5fc529de6a9f3f6593a38df88e5b4b96 bea92131455bcd06dad0e6cc587901e973d86752 279191-5zfb/_2q cpath: /vendor/compiler-rt/dist/lib/tsan/tests/CMakeLists.txt copyroot: 0 / PLAIN K 14 CMakeLists.txt V 30 file gr-245614.0.r279192/97347 K 3 rtl V 30 dir gu-245614.0.r278497/224131 K 4 unit V 30 dir hg-245614.0.r278497/225966 END ENDREP id: gq-245614.0.r279192/97787 type: dir pred: gq-245614.0.r278497/226339 count: 5 text: 279192 97625 149 0 8c5cf9f8fb8510647608add8af2eaa5e cpath: /vendor/compiler-rt/dist/lib/tsan/tests copyroot: 0 / PLAIN K 14 CMakeLists.txt V 30 file 8v-238901.0.r279192/87379 K 12 Makefile.old V 31 file 90-238901.0.r278497/210656 K 18 analyze_libtsan.sh V 31 file 92-238901.0.r251034/392844 K 10 benchmarks V 30 dir 94-238901.0.r238901/322504 K 16 check_analyze.sh V 31 file 9e-238901.0.r278497/210927 K 14 check_cmake.sh V 32 file ah-245614.0.r276789/1623074 K 15 check_memcpy.sh V 32 file q2-276789.0.r276789/1623407 K 2 dd V 29 dir q4-276789.0.r279192/88218 K 2 go V 29 dir 9g-238901.0.r279192/89237 K 3 rtl V 29 dir bc-238901.0.r279192/97146 K 5 tests V 29 dir gq-245614.0.r279192/97787 END ENDREP id: 8u-238901.0.r279192/98578 type: dir pred: 8u-238901.0.r278497/227192 count: 6 text: 279192 97989 576 0 dce75440498a300c34419197326799ac cpath: /vendor/compiler-rt/dist/lib/tsan copyroot: 0 / id: i7-245614.0.r279192/98774 type: file pred: i7-245614.0.r278497/227391 count: 5 text: 276789 532672 493 1724 030a7da42290d3ca18f827fa664c8f5b b5bd2e9a154ceaabd132864f139a6b4e0c89e7c9 279191-5zfb/_2s cpath: /vendor/compiler-rt/dist/lib/ubsan/CMakeLists.txt copyroot: 0 / id: k2-245614.0.r279192/99048 type: file pred: k2-245614.0.r276789/1650135 count: 4 text: 279192 28705 620 11444 3bd169f0b90eb2bcdb30e84856ffe2b9 ba1400f47c5cb6b71747013dcaf72668241b0973 279191-5zfb/_2t cpath: /vendor/compiler-rt/dist/lib/ubsan/ubsan_diag.cc copyroot: 0 / id: k4-245614.0.r279192/99322 type: file pred: k4-245614.0.r276789/1650412 count: 3 text: 279192 29357 619 7045 8ad84101ab2de4b5efcf9ca120802403 c9f8c6c8215cf1b93a41e2ac61c28e789a6d57c0 279191-5zfb/_2u cpath: /vendor/compiler-rt/dist/lib/ubsan/ubsan_diag.h copyroot: 0 / id: 5k-278497.0.r279192/99594 type: file pred: 5k-278497.0.r278497/228333 count: 1 text: 279192 30007 90 932 853f6cfd98cadeb51c61eb595249355e ae46ef352fcd6c4504d8509ce55001e10d1ca588 279191-5zfb/_2v props: 179448 45543 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /vendor/compiler-rt/dist/lib/ubsan/ubsan_flags.inc copyroot: 0 / id: k6-245614.0.r279192/99925 type: file pred: k6-245614.0.r276789/1651289 count: 4 text: 279192 30127 380 15226 61be4e49fafbe45ce7616806a6bb1fe7 2e95e05a527777cd5aa95bcdef428257031d7a08 279191-5zfb/_2w cpath: /vendor/compiler-rt/dist/lib/ubsan/ubsan_handlers.cc copyroot: 0 / id: ka-245614.0.r279192/100203 type: file pred: ka-245614.0.r276789/1651848 count: 3 text: 279192 30539 74 3027 78a3a46441d89c65164a22d79a46c72b fb6dc28cf990c6736473c51702dbada23cb775c9 279191-5zfb/_2x cpath: /vendor/compiler-rt/dist/lib/ubsan/ubsan_handlers_cxx.cc copyroot: 0 / id: sr-276789.0.r279192/100484 type: file pred: sr-276789.0.r278497/228633 count: 2 text: 279192 30644 63 2101 a789886ab1e001cb965a8a987da55e8a f44d233305706b30b816cfee8f45224a7e28c581 279191-5zfb/_2y props: 179448 45543 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /vendor/compiler-rt/dist/lib/ubsan/ubsan_init.cc copyroot: 0 / PLAIN K 14 CMakeLists.txt V 30 file i7-245614.0.r279192/98774 K 11 Makefile.mk V 31 file ia-245614.0.r251034/436974 K 16 ubsan.syms.extra V 31 file t5-274201.0.r274201/682186 K 13 ubsan_diag.cc V 30 file k2-245614.0.r279192/99048 K 12 ubsan_diag.h V 30 file k4-245614.0.r279192/99322 K 14 ubsan_flags.cc V 31 file sk-276789.0.r278497/227666 K 13 ubsan_flags.h V 31 file sm-276789.0.r278497/228000 K 15 ubsan_flags.inc V 30 file 5k-278497.0.r279192/99594 K 17 ubsan_handlers.cc V 30 file k6-245614.0.r279192/99925 K 16 ubsan_handlers.h V 32 file k8-245614.0.r276789/1651570 K 21 ubsan_handlers_cxx.cc V 31 file ka-245614.0.r279192/100203 K 20 ubsan_handlers_cxx.h V 31 file kc-245614.0.r245614/457079 K 13 ubsan_init.cc V 31 file sr-276789.0.r279192/100484 K 12 ubsan_init.h V 32 file st-276789.0.r276789/1652432 K 18 ubsan_type_hash.cc V 31 file ke-245614.0.r278497/228966 K 17 ubsan_type_hash.h V 31 file kg-245614.0.r245614/457574 K 14 ubsan_value.cc V 32 file ki-245614.0.r276789/1653011 K 13 ubsan_value.h V 32 file kk-245614.0.r276789/1653286 END ENDREP id: i6-245614.0.r279192/101874 type: dir pred: i6-245614.0.r278497/230314 count: 5 text: 279192 100815 1046 0 63aa6b7cea89b813d083a28df39d6426 cpath: /vendor/compiler-rt/dist/lib/ubsan copyroot: 0 / PLAIN K 13 BlocksRuntime V 31 dir 17-276789.0.r276789/1430663 K 14 CMakeLists.txt V 32 file 49-214152.0.r276789/1430839 K 11 Makefile.mk V 30 file 4c-214152.0.r279192/43990 K 4 asan V 29 dir 30-229109.0.r279192/53766 K 8 builtins V 29 dir 3k-276789.0.r279192/62911 K 5 dfsan V 29 dir aj-274201.0.r279192/64028 K 12 interception V 31 dir 5f-238901.0.r276789/1561063 K 4 lsan V 29 dir 71-251034.0.r279192/66707 K 4 msan V 29 dir 6x-245614.0.r279192/69263 K 7 profile V 30 dir a9-229109.0.r278497/184721 K 16 sanitizer_common V 29 dir 6u-238901.0.r279192/87170 K 4 tsan V 29 dir 8u-238901.0.r279192/98578 K 5 ubsan V 30 dir i6-245614.0.r279192/101874 END ENDREP id: 48-214152.0.r279192/102733 type: dir pred: 48-214152.0.r278497/231183 count: 11 text: 279192 102074 646 0 51138ff60a1934150e9201777f00c9eb cpath: /vendor/compiler-rt/dist/lib copyroot: 0 / id: b8-229109.0.r279192/102927 type: file pred: b8-229109.0.r276789/1656199 count: 6 text: 279192 30737 240 3028 539686d4c090d007cd85ed0b4ad4f6cb 5ebf7a1a5e8972b52225d83a6fe4eb3c360c044b 279191-5zfb/_31 cpath: /vendor/compiler-rt/dist/make/platform/clang_linux.mk copyroot: 0 / PLAIN K 15 clang_darwin.mk V 31 file go-214152.0.r278497/231378 K 25 clang_darwin_test_input.c V 31 file b6-229109.0.r229109/255316 K 14 clang_linux.mk V 31 file b8-229109.0.r279192/102927 K 24 clang_linux_test_input.c V 31 file kv-245614.0.r245614/469197 K 23 clang_macho_embedded.mk V 32 file t3-276789.0.r276789/1656479 K 33 clang_macho_embedded_test_input.c V 32 file t5-276789.0.r276789/1656795 K 13 darwin_bni.mk V 31 file gr-214152.0.r278497/231659 K 13 multi_arch.mk V 31 file gv-214152.0.r229109/256373 END ENDREP id: gn-214152.0.r279192/103729 type: dir pred: gn-214152.0.r278497/232460 count: 10 text: 279192 103206 510 0 4cf23cd22f047c1a0a490c5008a82c01 cpath: /vendor/compiler-rt/dist/make/platform copyroot: 0 / PLAIN K 10 AppleBI.mk V 31 file g8-214152.0.r274201/693188 K 9 config.mk V 32 file gb-214152.0.r276789/1655650 K 13 filter-inputs V 32 file gd-214152.0.r214152/1468893 K 11 lib_info.mk V 31 file gf-214152.0.r245614/468103 K 16 lib_platforms.mk V 32 file gh-214152.0.r214152/1469423 K 11 lib_util.mk V 32 file gj-214152.0.r214152/1469663 K 10 options.mk V 31 file gl-214152.0.r245614/468370 K 8 platform V 30 dir gn-214152.0.r279192/103729 K 9 subdir.mk V 32 file gx-214152.0.r276789/1658455 K 4 test V 31 dir gz-214152.0.r214152/1472085 K 7 util.mk V 32 file h3-214152.0.r214152/1472252 END ENDREP id: g7-214152.0.r279192/104531 type: dir pred: g7-214152.0.r278497/233262 count: 10 text: 279192 103933 585 0 17231c22ecb1a6901acf158de93f2839 cpath: /vendor/compiler-rt/dist/make copyroot: 0 / id: wd-276789.0.r279192/104726 type: file pred: wd-276789.0.r276789/1679438 count: 1 text: 279192 31008 291 2264 239c7c7957a5a504556586f75d358d43 6eacc11174aa98ede3e99ade9e025d3ce31add79 279191-5zfb/_33 props: 179448 45543 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /vendor/compiler-rt/dist/test/CMakeLists.txt copyroot: 0 / id: wg-276789.0.r279192/105055 type: file pred: wg-276789.0.r278497/233457 count: 2 text: 279192 31330 55 3791 10559aef895ed49b3db7142d21db57cd 3fe05bff4ace543df625c595cf5c8cd4e4f9fd42 279191-5zfb/_35 props: 179448 45543 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /vendor/compiler-rt/dist/test/asan/CMakeLists.txt copyroot: 0 / id: 137-276789.0.r279192/105387 type: file pred: 137-276789.0.r276789/1723505 count: 1 text: 279192 31415 392 1964 bdbb964bfbd37f56b4b53ad62e09493f 78645967166a574328a2e527daa27b231fb4399f 279191-5zfb/_38 props: 179448 45543 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /vendor/compiler-rt/dist/test/asan/TestCases/Windows/dll_host.cc copyroot: 0 / id: 39-279192.0.r279192/105738 type: file count: 0 text: 279192 31838 670 1202 cc2da4a1cb130f0906daa956ea634002 cbba550e0c38ea08d5b3614347404515e74216d2 279191-5zfb/_3a props: 179448 45543 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /vendor/compiler-rt/dist/test/asan/TestCases/Windows/globals_multiple_dlls.cc copyroot: 0 / id: 3b-279192.0.r279192/106066 type: file count: 0 text: 279192 32521 248 231 e8623a5ad265290deb99ba5178f60373 feaa927863a6f0c2f795690aeabdfd162159fec0 279191-5zfb/_3c props: 179448 45543 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /vendor/compiler-rt/dist/test/asan/TestCases/Windows/oom.cc copyroot: 0 / id: 3d-279192.0.r279192/106375 type: file count: 0 text: 279192 32782 450 812 dfa06d9a5f94f913ca4f47316fba52fb 27f589d0b7e7e72d146cf3a31ad2b493e6d148eb 279191-5zfb/_3e props: 179448 45543 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /vendor/compiler-rt/dist/test/asan/TestCases/Windows/symbols_path.cc copyroot: 0 / PLAIN K 18 aligned_mallocs.cc V 33 file 12e-276789.0.r276789/1718968 K 20 allocators_sanity.cc V 33 file 12h-276789.0.r276789/1719293 K 16 beginthreadex.cc V 33 file 12j-276789.0.r276789/1719620 K 11 bitfield.cc V 33 file 12l-276789.0.r276789/1719943 K 15 bitfield_uaf.cc V 33 file 12n-276789.0.r276789/1720261 K 18 calloc_left_oob.cc V 33 file 12p-276789.0.r276789/1720583 K 19 calloc_right_oob.cc V 33 file 12r-276789.0.r276789/1720908 K 13 calloc_uaf.cc V 33 file 12t-276789.0.r276789/1721234 K 19 crt_initializers.cc V 33 file 12v-276789.0.r276789/1721554 K 18 demangled_names.cc V 33 file 12x-276789.0.r276789/1721880 K 22 dll_aligned_mallocs.cc V 33 file 12z-276789.0.r276789/1722206 K 24 dll_allocators_sanity.cc V 33 file 131-276789.0.r276789/1722535 K 14 dll_and_lib.cc V 33 file 133-276789.0.r276789/1722866 K 11 dll_cerr.cc V 33 file 135-276789.0.r276789/1723187 K 11 dll_host.cc V 32 file 137-276789.0.r279192/105387 K 23 dll_intercept_memchr.cc V 33 file 139-276789.0.r276789/1723824 K 23 dll_intercept_memcpy.cc V 33 file 13b-276789.0.r276789/1724154 K 32 dll_intercept_memcpy_indirect.cc V 33 file 13d-276789.0.r276789/1724485 K 23 dll_intercept_memset.cc V 33 file 13f-276789.0.r276789/1724825 K 23 dll_intercept_strlen.cc V 33 file 13h-276789.0.r276789/1725156 K 21 dll_large_function.cc V 33 file 13j-276789.0.r276789/1725486 K 22 dll_malloc_left_oob.cc V 33 file 13l-276789.0.r276789/1725814 K 17 dll_malloc_uaf.cc V 33 file 13n-276789.0.r276789/1726143 K 15 dll_noreturn.cc V 33 file 13p-276789.0.r276789/1726467 K 17 dll_null_deref.cc V 33 file 13r-276789.0.r276789/1726789 K 34 dll_operator_array_new_left_oob.cc V 33 file 13t-276789.0.r276789/1727113 K 44 dll_operator_array_new_with_dtor_left_oob.cc V 33 file 13v-276789.0.r276789/1727455 K 22 dll_poison_unpoison.cc V 33 file 13x-276789.0.r276789/1727807 K 10 dll_seh.cc V 33 file 13z-276789.0.r276789/1728137 K 29 dll_stack_use_after_return.cc V 33 file 141-276789.0.r276789/1728455 K 34 dll_thread_stack_array_left_oob.cc V 33 file 143-276789.0.r276789/1728791 K 14 double_free.cc V 33 file 145-276789.0.r276789/1729133 K 25 double_operator_delete.cc V 33 file 147-276789.0.r276789/1729454 K 22 global_const_string.cc V 33 file 149-276789.0.r276789/1729786 K 26 global_const_string_oob.cc V 33 file 14b-276789.0.r276789/1730115 K 24 globals_multiple_dlls.cc V 31 file 39-279192.0.r279192/105738 K 14 hello_world.cc V 33 file 14d-276789.0.r276789/1730448 K 19 intercept_memcpy.cc V 33 file 14f-276789.0.r276789/1730769 K 19 intercept_strdup.cc V 33 file 14h-276789.0.r276789/1731095 K 19 intercept_strlen.cc V 33 file 14j-276789.0.r276789/1731421 K 15 iostream_sbo.cc V 31 file 7b-278497.0.r278497/253615 K 13 lit.local.cfg V 33 file 14l-276789.0.r276789/1731747 K 10 longjmp.cc V 33 file 14n-276789.0.r276789/1732008 K 18 malloc_left_oob.cc V 33 file 14p-276789.0.r276789/1732325 K 19 malloc_right_oob.cc V 33 file 14r-276789.0.r276789/1732650 K 13 malloc_uaf.cc V 33 file 14t-276789.0.r276789/1732976 K 13 null_deref.cc V 33 file 14v-276789.0.r276789/1733296 K 27 null_deref_multiple_dlls.cc V 33 file 14x-276789.0.r276789/1733616 K 6 oom.cc V 31 file 3b-279192.0.r279192/106066 K 30 operator_array_new_left_oob.cc V 33 file 14z-276789.0.r276789/1733951 K 31 operator_array_new_right_oob.cc V 33 file 151-276789.0.r276789/1734288 K 25 operator_array_new_uaf.cc V 33 file 153-276789.0.r276789/1734626 K 40 operator_array_new_with_dtor_left_oob.cc V 33 file 155-276789.0.r276789/1734958 K 33 operator_delete_wrong_argument.cc V 33 file 157-276789.0.r276789/1735305 K 24 operator_new_left_oob.cc V 33 file 159-276789.0.r276789/1735645 K 25 operator_new_right_oob.cc V 33 file 15b-276789.0.r276789/1735976 K 19 operator_new_uaf.cc V 33 file 15d-276789.0.r276789/1736308 K 19 realloc_left_oob.cc V 33 file 15f-276789.0.r276789/1736634 K 20 realloc_right_oob.cc V 33 file 15h-276789.0.r276789/1736960 K 14 realloc_uaf.cc V 33 file 15j-276789.0.r276789/1737287 K 29 report_after_syminitialize.cc V 33 file 15l-276789.0.r276789/1737608 K 6 seh.cc V 33 file 15n-276789.0.r276789/1737944 K 25 shadow_mapping_failure.cc V 31 file 7e-278497.0.r278497/253933 K 23 stack_array_left_oob.cc V 33 file 15p-276789.0.r276789/1738258 K 24 stack_array_right_oob.cc V 33 file 15r-276789.0.r276789/1738588 K 21 stack_array_sanity.cc V 33 file 15t-276789.0.r276789/1738919 K 25 stack_use_after_return.cc V 33 file 15v-276789.0.r276789/1739247 K 15 symbols_path.cc V 31 file 3d-279192.0.r279192/106375 K 16 thread_simple.cc V 33 file 15x-276789.0.r276789/1739579 K 30 thread_stack_array_left_oob.cc V 33 file 15z-276789.0.r276789/1739902 K 31 thread_stack_array_right_oob.cc V 33 file 161-276789.0.r276789/1740239 K 21 thread_stack_reuse.cc V 33 file 163-276789.0.r276789/1740577 K 16 thread_stress.cc V 33 file 165-276789.0.r276789/1740905 K 19 thread_suspended.cc V 31 file 7g-278497.0.r278497/254262 K 14 throw_catch.cc V 33 file 167-276789.0.r276789/1741228 K 20 use_after_realloc.cc V 33 file 169-276789.0.r276789/1741550 K 27 use_after_return_linkage.cc V 33 file 16b-276789.0.r276789/1741877 K 12 windows_h.cc V 33 file 16d-276789.0.r276789/1742211 K 25 wrong_downcast_on_heap.cc V 33 file 16f-276789.0.r276789/1742530 K 26 wrong_downcast_on_stack.cc V 33 file 16h-276789.0.r276789/1742862 END ENDREP id: 12d-276789.0.r279192/111954 type: dir pred: 12d-276789.0.r278497/259674 count: 2 text: 279192 106693 5248 0 0a3fae9e34c45c5e64e228ae59b96654 cpath: /vendor/compiler-rt/dist/test/asan/TestCases/Windows copyroot: 0 / id: 17z-276789.0.r279192/112174 type: file pred: 17z-276789.0.r278497/261268 count: 2 text: 279192 33245 243 3244 2f61572013d78ee02ff7f11011679162 36677e39d6ef0cdb650f83098007ec0bccb9f9b1 279191-5zfb/_3f props: 179448 45543 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /vendor/compiler-rt/dist/test/asan/TestCases/dlclose-test.cc copyroot: 0 / id: 18b-276789.0.r279192/112520 type: file pred: 18b-276789.0.r276789/1758533 count: 1 text: 279192 33518 125 1870 2a4172727854a08d3f020f078b484049 90cae7ef3e3bf48962258682b468ad8d16d7f098 279191-5zfb/_3g props: 179448 45543 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /vendor/compiler-rt/dist/test/asan/TestCases/gc-test.cc copyroot: 0 / PLAIN K 7 Android V 30 dir wk-276789.0.r278497/234573 K 6 Darwin V 30 dir wr-276789.0.r278497/238999 K 7 Helpers V 31 dir xh-276789.0.r276789/1690514 K 5 Linux V 30 dir y7-276789.0.r278497/249684 K 5 Posix V 31 dir 10z-276789.0.r278497/253396 K 7 Windows V 31 dir 12d-276789.0.r279192/111954 K 23 alloca_big_alignment.cc V 33 file 16j-276789.0.r276789/1748284 K 29 alloca_detect_custom_size_.cc V 33 file 16l-276789.0.r276789/1748606 K 34 alloca_instruments_all_paddings.cc V 33 file 16n-276789.0.r276789/1748934 K 26 alloca_overflow_partial.cc V 33 file 16p-276789.0.r276789/1749267 K 24 alloca_overflow_right.cc V 33 file 16r-276789.0.r276789/1749592 K 21 alloca_safe_access.cc V 33 file 16t-276789.0.r276789/1749915 K 24 alloca_underflow_left.cc V 33 file 16v-276789.0.r276789/1750235 K 25 allocator_returns_null.cc V 32 file 16x-276789.0.r278497/259895 K 30 asan_and_llvm_coverage_test.cc V 33 file 16z-276789.0.r276789/1750883 K 20 asan_options-help.cc V 31 file 7j-278497.0.r278497/260253 K 15 atexit_stats.cc V 33 file 171-276789.0.r276789/1751212 K 12 blacklist.cc V 33 file 173-276789.0.r276789/1751526 K 23 contiguous_container.cc V 33 file 175-276789.0.r276789/1751838 K 29 contiguous_container_crash.cc V 33 file 177-276789.0.r276789/1752161 K 26 current_allocated_bytes.cc V 33 file 179-276789.0.r276789/1752490 K 15 debug_locate.cc V 33 file 17b-276789.0.r276789/1752816 K 16 debug_mapping.cc V 33 file 17d-276789.0.r276789/1753131 K 22 debug_ppc64_mapping.cc V 33 file 17f-276789.0.r276789/1753446 K 15 debug_report.cc V 33 file 17h-276789.0.r276789/1753768 K 15 debug_stacks.cc V 33 file 17j-276789.0.r276789/1754083 K 18 deep_call_stack.cc V 32 file 17l-276789.0.r278497/260569 K 17 deep_stack_uaf.cc V 33 file 17n-276789.0.r276789/1754715 K 17 deep_tail_call.cc V 33 file 17p-276789.0.r276789/1755032 K 20 deep_thread_stack.cc V 33 file 17r-276789.0.r276789/1755348 K 20 default_blacklist.cc V 33 file 17t-276789.0.r276789/1755668 K 18 default_options.cc V 32 file 17v-276789.0.r278497/260918 K 19 describe_address.cc V 33 file 17x-276789.0.r276789/1756304 K 15 dlclose-test.cc V 32 file 17z-276789.0.r279192/112174 K 14 double-free.cc V 33 file 181-276789.0.r276789/1756938 K 25 dump_instruction_bytes.cc V 33 file 183-276789.0.r276789/1757252 K 20 force_inline_opt0.cc V 33 file 185-276789.0.r276789/1757576 K 20 free_hook_realloc.cc V 33 file 187-276789.0.r276789/1757895 K 20 frexp_interceptor.cc V 33 file 189-276789.0.r276789/1758214 K 10 gc-test.cc V 32 file 18b-276789.0.r279192/112520 K 18 global-demangle.cc V 33 file 18d-276789.0.r276789/1758843 K 18 global-location.cc V 33 file 18f-276789.0.r276789/1759160 K 18 global-overflow.cc V 33 file 18h-276789.0.r276789/1759478 K 22 heap-overflow-large.cc V 33 file 18j-276789.0.r276789/1759795 K 16 heap-overflow.cc V 33 file 18l-276789.0.r276789/1760116 K 17 heavy_uar_test.cc V 33 file 18n-276789.0.r276789/1760431 K 24 huge_negative_hea_oob.cc V 33 file 18p-276789.0.r276789/1760748 K 20 init-order-atexit.cc V 33 file 18r-276789.0.r276789/1761071 K 28 init-order-pthread-create.cc V 33 file 18t-276789.0.r276789/1761390 K 27 initialization-blacklist.cc V 33 file 18v-276789.0.r276789/1761717 K 21 initialization-bug.cc V 33 file 18x-276789.0.r276789/1762044 K 27 initialization-constexpr.cc V 33 file 18z-276789.0.r276789/1762365 K 23 initialization-nobug.cc V 33 file 191-276789.0.r276789/1762692 K 9 inline.cc V 33 file 193-276789.0.r276789/1763015 K 28 interception_failure_test.cc V 32 file 195-276789.0.r278497/261615 K 17 interface_test.cc V 33 file 197-276789.0.r276789/1763650 K 24 intra-object-overflow.cc V 33 file 199-276789.0.r276789/1763966 K 15 invalid-free.cc V 33 file 19b-276789.0.r276789/1764289 K 18 large_func_test.cc V 33 file 19d-276789.0.r276789/1764603 K 16 log-path_test.cc V 32 file 19f-276789.0.r278497/261974 K 30 log_path_fork_test.cc.disabled V 33 file 19h-276789.0.r276789/1765237 K 10 longjmp.cc V 33 file 19j-276789.0.r276789/1765507 K 19 lsan_annotations.cc V 33 file 19l-276789.0.r276789/1765816 K 22 malloc_context_size.cc V 33 file 19n-276789.0.r276789/1766134 K 14 malloc_fill.cc V 33 file 19p-276789.0.r276789/1766456 K 14 max_redzone.cc V 33 file 19r-276789.0.r276789/1766769 K 21 memcmp_strict_test.cc V 33 file 19t-276789.0.r276789/1767082 K 14 memcmp_test.cc V 33 file 19v-276789.0.r276789/1767402 K 14 memset_test.cc V 33 file 19x-276789.0.r276789/1767715 K 16 mmap_limit_mb.cc V 33 file 19z-276789.0.r276789/1768029 K 21 no_asan_gen_globals.c V 33 file 1a1-276789.0.r276789/1768345 K 13 null_deref.cc V 33 file 1a3-276789.0.r276789/1768665 K 20 on_error_callback.cc V 33 file 1a5-276789.0.r276789/1768977 K 16 partial_right.cc V 33 file 1a7-276789.0.r276789/1769296 K 17 poison_partial.cc V 33 file 1a9-276789.0.r276789/1769611 K 16 print_summary.cc V 33 file 1ab-276789.0.r276789/1769927 K 10 printf-1.c V 33 file 1ad-276789.0.r276789/1770242 K 10 printf-2.c V 33 file 1af-276789.0.r276789/1770551 K 10 printf-3.c V 33 file 1ah-276789.0.r276789/1770860 K 10 printf-4.c V 33 file 1aj-276789.0.r276789/1771169 K 10 printf-5.c V 33 file 1al-276789.0.r276789/1771478 K 21 sanity_check_pure_c.c V 33 file 1an-276789.0.r276789/1771787 K 20 sleep_before_dying.c V 33 file 1ap-276789.0.r276789/1772107 K 38 stack-buffer-overflow-with-position.cc V 33 file 1ar-276789.0.r276789/1772426 K 24 stack-buffer-overflow.cc V 33 file 1at-276789.0.r276789/1772764 K 23 stack-frame-demangle.cc V 33 file 1av-276789.0.r276789/1773087 K 19 stack-oob-frames.cc V 33 file 1ax-276789.0.r276789/1773409 K 17 stack-overflow.cc V 32 file 1az-276789.0.r278497/262322 K 25 stack-use-after-return.cc V 33 file 1b1-276789.0.r276789/1774046 K 18 strdup_oob_test.cc V 33 file 1b3-276789.0.r276789/1774371 K 19 strip_path_prefix.c V 33 file 1b5-276789.0.r276789/1774688 K 19 strncpy-overflow.cc V 33 file 1b7-276789.0.r276789/1775006 K 24 suppressions-function.cc V 32 file 1b9-276789.0.r278497/262671 K 27 suppressions-interceptor.cc V 32 file 1bb-276789.0.r278497/263026 K 23 suppressions-library.cc V 32 file 1bd-276789.0.r278497/263384 K 18 throw_call_test.cc V 33 file 1bf-276789.0.r276789/1776296 K 14 throw_catch.cc V 33 file 1bh-276789.0.r276789/1776614 K 20 throw_invoke_test.cc V 33 file 1bj-276789.0.r276789/1776928 K 19 time_interceptor.cc V 33 file 1bl-276789.0.r276789/1777248 K 21 uar_and_exceptions.cc V 33 file 1bn-276789.0.r276789/1777566 K 29 unaligned_loads_and_stores.cc V 33 file 1bp-276789.0.r276789/1777886 K 19 use-after-delete.cc V 33 file 1br-276789.0.r276789/1778215 K 23 use-after-free-right.cc V 33 file 1bt-276789.0.r276789/1778534 K 17 use-after-free.cc V 33 file 1bv-276789.0.r276789/1778857 K 19 use-after-poison.cc V 33 file 1bx-276789.0.r276789/1779174 K 29 use-after-scope-dtor-order.cc V 33 file 1bz-276789.0.r276789/1779492 K 26 use-after-scope-inlined.cc V 33 file 1c1-276789.0.r276789/1779820 K 24 use-after-scope-nobug.cc V 33 file 1c3-276789.0.r276789/1780145 K 23 use-after-scope-temp.cc V 33 file 1c5-276789.0.r276789/1780468 K 18 use-after-scope.cc V 33 file 1c7-276789.0.r276789/1780790 K 15 zero_page_pc.cc V 32 file 1c9-276789.0.r278497/263740 END ENDREP id: wj-276789.0.r279192/119956 type: dir pred: wj-276789.0.r278497/271182 count: 2 text: 279192 112862 7081 0 b44ed472894a5f528bc1e51c71cb1fc9 cpath: /vendor/compiler-rt/dist/test/asan/TestCases copyroot: 0 / id: 1cn-276789.0.r279192/120166 type: file pred: 1cn-276789.0.r278497/272790 count: 2 text: 279192 33674 293 6801 590f3def39162c14fb9d5ab852c8bc82 ab610cafd1e02dd894885db8aae1db2a190eba55 279191-5zfb/_3h cpath: /vendor/compiler-rt/dist/test/asan/lit.cfg copyroot: 0 / PLAIN K 14 CMakeLists.txt V 31 file wg-276789.0.r279192/105055 K 9 TestCases V 30 dir wj-276789.0.r279192/119956 K 4 Unit V 31 dir 1cb-276789.0.r278497/271812 K 16 android_commands V 31 dir 1cf-276789.0.r278497/272571 K 7 lit.cfg V 32 file 1cn-276789.0.r279192/120166 K 15 lit.site.cfg.in V 33 file 1cp-276789.0.r276789/1790801 END ENDREP id: wf-276789.0.r279192/120774 type: dir pred: wf-276789.0.r278497/273400 count: 2 text: 279192 120435 326 0 df13d6c1a0c424939c9c8d6f09122603 cpath: /vendor/compiler-rt/dist/test/asan copyroot: 0 / id: 3j-279192.0.r279192/120973 type: file count: 0 text: 279192 33998 328 535 d7933dae9f727f7b94dcdf6d0d225a33 e77d9ced8a5925b0b58dd535460dcd053227d2e4 279191-5zfb/_3l props: 179448 45543 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /vendor/compiler-rt/dist/test/cfi/CMakeLists.txt copyroot: 0 / id: 3m-279192.0.r279192/121271 type: file count: 0 text: 279192 34339 747 2359 e45198734f17e14cd8b72c3d326025f3 69d4c0fcfcd90056697df4c54d0fb0962f0759c3 279191-5zfb/_3n props: 179448 45543 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /vendor/compiler-rt/dist/test/cfi/anon-namespace.cpp copyroot: 0 / id: 3o-279192.0.r279192/121574 type: file count: 0 text: 279192 35099 510 1116 ca55a47c611e1d1cb6de0cabb4c8ab58 56b095e54c0dbbd5feaacdb0d3d05f64b5e306ae 279191-5zfb/_3p cpath: /vendor/compiler-rt/dist/test/cfi/lit.cfg copyroot: 0 / id: 3q-279192.0.r279192/121807 type: file count: 0 text: 279192 35622 172 155 e41487942d9aee6a1c1ee5e0bf0474aa fc9cf8762beefad72efb640969063fdde2cf44b4 279191-5zfb/_3r props: 179448 45543 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /vendor/compiler-rt/dist/test/cfi/lit.site.cfg.in copyroot: 0 / id: 3s-279192.0.r279192/122106 type: file count: 0 text: 279192 35807 558 1969 a8f4b53273743eea6b6870620a36b087 16d464f26c50d6c98dce4a6a3c514e6dbdf5b36b 279191-5zfb/_3t props: 179448 45543 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /vendor/compiler-rt/dist/test/cfi/multiple-inheritance.cpp copyroot: 0 / id: 3u-279192.0.r279192/122415 type: file count: 0 text: 279192 36378 554 1466 d7161c1a9acfedeed532db796a1a8820 0a3a6d05c7d79acc0050ab57e052dde82a393a95 279191-5zfb/_3v props: 179448 45543 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /vendor/compiler-rt/dist/test/cfi/overwrite.cpp copyroot: 0 / id: 3w-279192.0.r279192/122713 type: file count: 0 text: 279192 36945 537 2547 6a551fbf7231288747e167c3f7f4ceb1 1ec482e8b623c964d7682a35424d57492da7a6d5 279191-5zfb/_3x props: 179448 45543 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /vendor/compiler-rt/dist/test/cfi/simple-fail.cpp copyroot: 0 / id: 3y-279192.0.r279192/123013 type: file count: 0 text: 279192 37495 436 1241 dd80dd0cb2ce05cc1e8adaabfa2cfd76 da6582f70113d683871e6658bb3a4f641795790c 279191-5zfb/_3z props: 179448 45543 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /vendor/compiler-rt/dist/test/cfi/simple-pass.cpp copyroot: 0 / id: 40-279192.0.r279192/123313 type: file count: 0 text: 279192 37944 436 1330 0ed6c9da75eb976ce983fee81b622a7e 9b1ad3999f0429e14c02ab55614edc38f994ffcc 279191-5zfb/_41 props: 179448 45543 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /vendor/compiler-rt/dist/test/cfi/utils.h copyroot: 0 / id: 42-279192.0.r279192/123605 type: file count: 0 text: 279192 38393 417 1185 e41a089d8f03fe8576ac48c073b12c5e f7feee1c3e184c4fcd568eaecbec6a72259f980a 279191-5zfb/_43 props: 179448 45543 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /vendor/compiler-rt/dist/test/cfi/vdtor.cpp copyroot: 0 / PLAIN K 14 CMakeLists.txt V 31 file 3j-279192.0.r279192/120973 K 18 anon-namespace.cpp V 31 file 3m-279192.0.r279192/121271 K 7 lit.cfg V 31 file 3o-279192.0.r279192/121574 K 15 lit.site.cfg.in V 31 file 3q-279192.0.r279192/121807 K 24 multiple-inheritance.cpp V 31 file 3s-279192.0.r279192/122106 K 13 overwrite.cpp V 31 file 3u-279192.0.r279192/122415 K 15 simple-fail.cpp V 31 file 3w-279192.0.r279192/122713 K 15 simple-pass.cpp V 31 file 3y-279192.0.r279192/123013 K 7 utils.h V 31 file 40-279192.0.r279192/123313 K 9 vdtor.cpp V 31 file 42-279192.0.r279192/123605 END ENDREP id: 3i-279192.0.r279192/124480 type: dir count: 0 text: 279192 123899 568 0 1b18bd7405661c924cf2aee7efb8b465 cpath: /vendor/compiler-rt/dist/test/cfi copyroot: 0 / id: 1ol-276789.0.r279192/124645 type: file pred: 1ol-276789.0.r276789/1869944 count: 1 text: 279192 38823 152 3789 d9159bdac19580b58bd371c9f648c7f6 9115c4ba309db1983013d68c46742aecf54a05a9 279191-5zfb/_44 cpath: /vendor/compiler-rt/dist/test/lit.common.cfg copyroot: 0 / id: 1on-276789.0.r279192/124917 type: file pred: 1on-276789.0.r278497/284843 count: 2 text: 279192 39008 103 1788 bd110e4775246deafdfdc47c011e8cff 045f5eca4365310f93212e8853ca4f381a49d66b 279191-5zfb/_45 props: 179448 45543 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /vendor/compiler-rt/dist/test/lit.common.configured.in copyroot: 0 / id: 1qr-276789.0.r279192/125257 type: file pred: 1qr-276789.0.r276789/1884195 count: 1 text: 279192 39141 124 1944 9d6533726cde13d0d794853eef7942ab 20bfefc3833d6a15de4139fd822323e8f6f5a2ef 279191-5zfb/_47 cpath: /vendor/compiler-rt/dist/test/lsan/lit.common.cfg copyroot: 0 / PLAIN K 14 CMakeLists.txt V 33 file 1oq-276789.0.r276789/1870496 K 9 TestCases V 31 dir 1ot-276789.0.r278497/289224 K 14 lit.common.cfg V 32 file 1qr-276789.0.r279192/125257 K 15 lit.site.cfg.in V 33 file 1qt-276789.0.r276789/1884441 END ENDREP id: 1op-276789.0.r279192/125779 type: dir pred: 1op-276789.0.r278497/289683 count: 2 text: 279192 125534 232 0 14b7cc55f478194f3fafd8e52174e907 cpath: /vendor/compiler-rt/dist/test/lsan copyroot: 0 / id: 1u9-276789.0.r279192/125980 type: file pred: 1u9-276789.0.r276789/1903724 count: 1 text: 279192 39297 168 1098 4995a079af3de22d0a1550a8469dd6f3 b2d1eac4174015d2c544f6a158a0ac0caa29f4e5 279191-5zfb/_49 props: 179448 45543 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /vendor/compiler-rt/dist/test/msan/mmap_below_shadow.cc copyroot: 0 / id: 1w3-276789.0.r279192/126322 type: file pred: 1w3-276789.0.r276789/1913721 count: 1 text: 279192 39497 188 641 4af33ef21cd0efba050e520687019cb0 c76002bdf97005c563e3f4194b814b3e1f1a330b 279191-5zfb/_4a props: 179448 45543 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /vendor/compiler-rt/dist/test/msan/strlen_of_shadow.cc copyroot: 0 / id: 1wr-276789.0.r279192/126662 type: file pred: 1wr-276789.0.r276789/1917379 count: 1 text: 279192 39717 204 466 6cc75874a6389214fd4c886034640f45 45751a82373da1f2357f1d3342af3c03de13ad27 279191-5zfb/_4b props: 179448 45543 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /vendor/compiler-rt/dist/test/msan/vector_select.cc copyroot: 0 / PLAIN K 14 CMakeLists.txt V 33 file 1qw-276789.0.r276789/1885162 K 5 Linux V 32 dir 1qz-276789.0.r276789/1891136 K 4 Unit V 32 dir 1rz-276789.0.r276789/1891698 K 25 allocator_returns_null.cc V 33 file 1s3-276789.0.r276789/1891871 K 12 backtrace.cc V 33 file 1s5-276789.0.r276789/1892187 K 10 c-strdup.c V 33 file 1s7-276789.0.r276789/1892489 K 17 chained_origin.cc V 33 file 1s9-276789.0.r276789/1892789 K 29 chained_origin_empty_stack.cc V 33 file 1sb-276789.0.r276789/1893097 K 24 chained_origin_limits.cc V 33 file 1sd-276789.0.r276789/1893416 K 24 chained_origin_memcpy.cc V 33 file 1sf-276789.0.r276789/1893731 K 30 chained_origin_with_signals.cc V 33 file 1sh-276789.0.r276789/1894046 K 27 check_mem_is_initialized.cc V 33 file 1sj-276789.0.r276789/1894366 K 18 coverage-levels.cc V 33 file 1sl-276789.0.r276789/1894684 K 13 cxa_atexit.cc V 33 file 1sn-276789.0.r276789/1894993 K 17 death-callback.cc V 33 file 1sp-276789.0.r276789/1895296 K 20 default_blacklist.cc V 33 file 1sr-276789.0.r276789/1895604 K 10 dlerror.cc V 33 file 1st-276789.0.r276789/1895913 K 13 dso-origin.cc V 33 file 1sv-276789.0.r276789/1896213 K 11 dtls_test.c V 33 file 1sx-276789.0.r276789/1896517 K 8 errno.cc V 33 file 1sz-276789.0.r276789/1896819 K 7 fork.cc V 33 file 1t1-276789.0.r276789/1897117 K 8 ftime.cc V 33 file 1t3-276789.0.r276789/1897415 K 23 getaddrinfo-positive.cc V 33 file 1t5-276789.0.r276789/1897713 K 14 getaddrinfo.cc V 33 file 1t7-276789.0.r276789/1898026 K 15 getc_unlocked.c V 33 file 1t9-276789.0.r276789/1898330 K 10 getline.cc V 33 file 1tb-276789.0.r276789/1898635 K 14 heap-origin.cc V 33 file 1td-276789.0.r276789/1898935 K 8 iconv.cc V 33 file 1tf-276789.0.r276789/1899240 K 17 if_indextoname.cc V 33 file 1th-276789.0.r276789/1899539 K 10 ifaddrs.cc V 33 file 1tj-276789.0.r276789/1899846 K 13 initgroups.cc V 33 file 1tl-276789.0.r276789/1900147 K 9 inline.cc V 33 file 1tn-276789.0.r276789/1900450 K 21 insertvalue_origin.cc V 33 file 1tp-276789.0.r276789/1900749 K 8 ioctl.cc V 33 file 1tr-276789.0.r276789/1901060 K 15 ioctl_custom.cc V 33 file 1tt-276789.0.r276789/1901358 K 14 ioctl_sound.cc V 33 file 1tv-276789.0.r276789/1901664 K 17 keep-going-dso.cc V 33 file 1tx-276789.0.r276789/1901968 K 13 keep-going.cc V 33 file 1tz-276789.0.r276789/1902276 K 7 lit.cfg V 33 file 1u1-276789.0.r276789/1902580 K 15 lit.site.cfg.in V 33 file 1u3-276789.0.r276789/1902819 K 11 mallinfo.cc V 33 file 1u5-276789.0.r276789/1903124 K 9 mktime.cc V 33 file 1u7-276789.0.r276789/1903425 K 20 mmap_below_shadow.cc V 32 file 1u9-276789.0.r279192/125980 K 32 msan_check_mem_is_initialized.cc V 33 file 1ub-276789.0.r276789/1904034 K 19 msan_dump_shadow.cc V 33 file 1ud-276789.0.r276789/1904357 K 20 msan_print_shadow.cc V 32 file 1uf-276789.0.r278497/289885 K 21 msan_print_shadow2.cc V 33 file 1uh-276789.0.r276789/1904977 K 21 msan_print_shadow3.cc V 33 file 1uj-276789.0.r276789/1905289 K 15 mul_by_const.cc V 33 file 1ul-276789.0.r276789/1905600 K 21 no_sanitize_memory.cc V 33 file 1un-276789.0.r276789/1905905 K 26 no_sanitize_memory_prop.cc V 33 file 1up-276789.0.r276789/1906217 K 10 obstack.cc V 33 file 1ur-276789.0.r276789/1906533 K 20 origin-store-long.cc V 31 file 8e-278497.0.r278497/290228 K 18 param_tls_limit.cc V 33 file 1ut-276789.0.r276789/1906834 K 17 poison_in_free.cc V 33 file 1uv-276789.0.r276789/1907143 K 14 print_stats.cc V 33 file 1ux-276789.0.r276789/1907450 K 30 pthread_getattr_np_deadlock.cc V 33 file 1uz-276789.0.r276789/1907755 K 9 rand_r.cc V 33 file 1v1-276789.0.r276789/1908075 K 12 readdir64.cc V 33 file 1v3-276789.0.r276789/1908374 K 23 realloc-large-origin.cc V 31 file 8g-278497.0.r278497/290534 K 17 realloc-origin.cc V 31 file 8i-278497.0.r278497/290844 K 20 report-demangling.cc V 33 file 1v5-276789.0.r276789/1908676 K 10 scandir.cc V 33 file 1v7-276789.0.r276789/1908986 K 15 scandir_null.cc V 33 file 1v9-276789.0.r276789/1909287 K 17 scandir_test_root V 32 dir 1vb-276789.0.r276789/1910476 K 9 select.cc V 33 file 1vj-276789.0.r276789/1910663 K 22 select_float_origin.cc V 32 file 1vl-276789.0.r278497/291147 K 16 select_origin.cc V 33 file 1vn-276789.0.r276789/1911274 K 12 setlocale.cc V 33 file 1vp-276789.0.r276789/1911580 K 21 signal_stress_test.cc V 33 file 1vr-276789.0.r276789/1911882 K 10 sigwait.cc V 33 file 1vt-276789.0.r276789/1912194 K 14 sigwaitinfo.cc V 33 file 1vv-276789.0.r276789/1912494 K 15 stack-origin.cc V 33 file 1vx-276789.0.r276789/1912798 K 16 stack-origin2.cc V 33 file 1vz-276789.0.r276789/1913104 K 20 strerror_r-non-gnu.c V 33 file 1w1-276789.0.r276789/1913411 K 19 strlen_of_shadow.cc V 32 file 1w3-276789.0.r279192/126322 K 10 strxfrm.cc V 33 file 1w5-276789.0.r276789/1914030 K 25 sync_lock_set_and_test.cc V 33 file 1w7-276789.0.r276789/1914330 K 13 textdomain.cc V 33 file 1w9-276789.0.r276789/1914645 K 8 times.cc V 33 file 1wb-276789.0.r276789/1914948 K 12 tls_reuse.cc V 33 file 1wd-276789.0.r276789/1915246 K 10 tsearch.cc V 33 file 1wf-276789.0.r276789/1915548 K 8 tzset.cc V 33 file 1wh-276789.0.r276789/1915848 K 24 unaligned_read_origin.cc V 33 file 1wj-276789.0.r276789/1916146 K 18 unpoison_string.cc V 33 file 1wl-276789.0.r276789/1916460 K 17 use-after-free.cc V 32 file 1wn-276789.0.r278497/291490 K 13 vector_cvt.cc V 33 file 1wp-276789.0.r276789/1917076 K 16 vector_select.cc V 32 file 1wr-276789.0.r279192/126662 END ENDREP id: 1qv-276789.0.r279192/132331 type: dir pred: 1qv-276789.0.r278497/297164 count: 2 text: 279192 126999 5319 0 b0fed1140931721e66351a5a41a8e0fa cpath: /vendor/compiler-rt/dist/test/msan copyroot: 0 / id: 1yn-276789.0.r279192/132533 type: file pred: 1yn-276789.0.r276789/1933545 count: 1 text: 279192 39952 422 1581 813c7ef666c973d35a7c563c679321f2 3ddd7c9a17ba31f393573487912cf565b031bd15 279191-5zfb/_4f props: 179448 45543 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /vendor/compiler-rt/dist/test/sanitizer_common/TestCases/Linux/ptrace.cc copyroot: 0 / PLAIN K 15 aligned_alloc.c V 33 file 1y8-276789.0.r276789/1931270 K 15 clock_gettime.c V 33 file 1yb-276789.0.r276789/1931603 K 10 getpass.cc V 33 file 1yd-276789.0.r276789/1931936 K 26 getpwnam_r_invalid_user.cc V 33 file 1yf-276789.0.r276789/1932264 K 25 hard_rss_limit_mb_test.cc V 31 file 8w-278497.0.r278497/300969 K 13 lit.local.cfg V 33 file 1yh-276789.0.r276789/1932608 K 13 mlock_test.cc V 33 file 1yj-276789.0.r276789/1932878 K 17 open_memstream.cc V 33 file 1yl-276789.0.r276789/1933209 K 9 ptrace.cc V 32 file 1yn-276789.0.r279192/132533 K 36 sanitizer_set_death_callback_test.cc V 31 file 8z-278497.0.r278497/301309 K 17 sched_getparam.cc V 31 file 91-278497.0.r278497/301660 K 25 soft_rss_limit_mb_test.cc V 31 file 93-278497.0.r278497/301991 K 10 timerfd.cc V 33 file 1yp-276789.0.r276789/1933873 END ENDREP id: 1y6-276789.0.r279192/133715 type: dir pred: 1y6-276789.0.r278497/303155 count: 2 text: 279192 132892 810 0 6537657da5e9ee97581367884949099e cpath: /vendor/compiler-rt/dist/test/sanitizer_common/TestCases/Linux copyroot: 0 / PLAIN K 5 Linux V 31 dir 1y6-276789.0.r279192/133715 K 12 corelimit.cc V 33 file 1yr-276789.0.r276789/1934948 K 14 malloc_hook.cc V 33 file 1yt-276789.0.r276789/1935272 K 15 options-help.cc V 31 file 95-278497.0.r278497/303385 K 18 options-include.cc V 31 file 97-278497.0.r278497/303708 K 18 options-invalid.cc V 31 file 99-278497.0.r278497/304034 K 20 print-stack-trace.cc V 33 file 1yv-276789.0.r276789/1935598 K 24 pthread_mutexattr_get.cc V 33 file 1yx-276789.0.r276789/1935930 END ENDREP id: 1y5-276789.0.r279192/134438 type: dir pred: 1y5-276789.0.r278497/304854 count: 2 text: 279192 133944 481 0 aa65d0cc05d3d12b7664d12db0429704 cpath: /vendor/compiler-rt/dist/test/sanitizer_common/TestCases copyroot: 0 / PLAIN K 14 CMakeLists.txt V 33 file 1y2-276789.0.r276789/1930953 K 9 TestCases V 31 dir 1y5-276789.0.r279192/134438 K 4 Unit V 32 dir 1yz-276789.0.r276789/1937171 K 14 lit.common.cfg V 33 file 1z3-276789.0.r276789/1937356 K 15 lit.site.cfg.in V 33 file 1z5-276789.0.r276789/1937614 END ENDREP id: 1y1-276789.0.r279192/134954 type: dir pred: 1y1-276789.0.r278497/305371 count: 2 text: 279192 134661 280 0 24df1b462f6c7de9e6a8ee03f1bef851 cpath: /vendor/compiler-rt/dist/test/sanitizer_common copyroot: 0 / id: 22j-276789.0.r279192/135167 type: file pred: 22j-276789.0.r278497/312671 count: 2 text: 279192 40406 101 670 5c97e83db097920a485852bf5fcd63a2 2fed46d252cb3de437198d089b6e245238431f14 279191-5zfb/_4h props: 179448 45543 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /vendor/compiler-rt/dist/test/tsan/global_race.cc copyroot: 0 / id: 22l-276789.0.r279192/135501 type: file pred: 22l-276789.0.r278497/313007 count: 2 text: 279192 40538 94 567 af540620b1bfd749e772a510aa31e17e 94ae94eeccfb964921c0cba9ea60e7dd32208fc1 279191-5zfb/_4i props: 179448 45543 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /vendor/compiler-rt/dist/test/tsan/global_race2.cc copyroot: 0 / id: 22n-276789.0.r279192/135835 type: file pred: 22n-276789.0.r278497/313344 count: 2 text: 279192 40663 105 695 7efc25aa4fbdd7bf774b27414d236fde 148cc66298a196e36278d400d3d5af58f213e698 279191-5zfb/_4j props: 179448 45543 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /vendor/compiler-rt/dist/test/tsan/global_race3.cc copyroot: 0 / id: 251-276789.0.r279192/136170 type: file pred: 251-276789.0.r278497/321430 count: 2 text: 279192 40799 97 1019 2c6a2ed89ecd70228265c328c21872a6 dc1a53ccaf8725d4b66d57725590e9e042ad1aa9 279191-5zfb/_4k props: 179448 45543 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /vendor/compiler-rt/dist/test/tsan/map32bit.cc copyroot: 0 / id: 255-276789.0.r279192/136501 type: file pred: 255-276789.0.r276789/1970547 count: 1 text: 279192 40927 134 584 6e9b2587b895305742354311a5337846 6ad78a4f2ca14a0ed085a3a728b0663b4635cf1e 279191-5zfb/_4l props: 179448 45543 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /vendor/compiler-rt/dist/test/tsan/mmap_large.cc copyroot: 0 / id: 4m-279192.0.r279192/136835 type: file count: 0 text: 279192 41093 763 1298 496f46a7f3b132c75052b00a21c71172 edd0a5e05582531e15e069070fe702a3ad5b18dd 279191-5zfb/_4n props: 179448 45543 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /vendor/compiler-rt/dist/test/tsan/signal_segv_handler.cc copyroot: 0 / id: c2-278497.0.r279192/137143 type: file pred: c2-278497.0.r278497/336160 count: 1 text: 279192 41869 350 1284 9675014acd8a2df5e4e95a94a33367c9 467dc0c9eba445e309c76e899d5f6765a6395b39 279191-5zfb/_4o props: 179448 45543 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /vendor/compiler-rt/dist/test/tsan/test.h copyroot: 0 / PLAIN K 14 CMakeLists.txt V 32 file 1z8-276789.0.r278497/305585 K 5 Linux V 32 dir 1zb-276789.0.r276789/1940513 K 4 Unit V 32 dir 1zn-276789.0.r276789/1941075 K 28 aligned_vs_unaligned_race.cc V 32 file 1zr-276789.0.r278497/305920 K 25 allocator_returns_null.cc V 33 file 1zt-276789.0.r276789/1941566 K 26 annotate_happens_before.cc V 31 file 9e-278497.0.r278497/306270 K 9 atexit.cc V 33 file 1zv-276789.0.r276789/1941882 K 10 atexit2.cc V 33 file 1zx-276789.0.r276789/1942181 K 14 atomic_free.cc V 32 file 1zz-276789.0.r278497/306583 K 15 atomic_free2.cc V 32 file 201-276789.0.r278497/306919 K 16 atomic_norace.cc V 32 file 203-276789.0.r278497/307256 K 14 atomic_race.cc V 32 file 205-276789.0.r278497/307595 K 15 atomic_stack.cc V 32 file 207-276789.0.r278497/307932 K 10 barrier.cc V 33 file 209-276789.0.r276789/1944007 K 7 bench.h V 33 file 20b-276789.0.r276789/1944307 K 21 bench_acquire_only.cc V 33 file 20d-276789.0.r276789/1944605 K 24 bench_acquire_release.cc V 33 file 20f-276789.0.r276789/1944916 K 20 bench_local_mutex.cc V 33 file 20h-276789.0.r276789/1945230 K 14 bench_mutex.cc V 33 file 20j-276789.0.r276789/1945540 K 21 bench_release_only.cc V 33 file 20l-276789.0.r276789/1945844 K 16 bench_rwmutex.cc V 33 file 20n-276789.0.r276789/1946155 K 21 bench_shadow_flush.cc V 33 file 20p-276789.0.r276789/1946461 K 22 bench_single_writer.cc V 33 file 20r-276789.0.r276789/1946773 K 20 bench_ten_mutexes.cc V 33 file 20t-276789.0.r276789/1947085 K 14 benign_race.cc V 32 file 20v-276789.0.r278497/308269 K 12 blacklist.cc V 33 file 20x-276789.0.r276789/1947700 K 13 blacklist2.cc V 32 file 20z-276789.0.r278497/308606 K 6 cond.c V 33 file 211-276789.0.r276789/1948306 K 13 cond_cancel.c V 32 file 213-276789.0.r278497/308942 K 12 cond_race.cc V 32 file 215-276789.0.r278497/309277 K 14 cond_version.c V 33 file 217-276789.0.r276789/1949208 K 32 deadlock_detector_stress_test.cc V 32 file 219-276789.0.r278497/309611 K 14 deep_stack1.cc V 32 file 21b-276789.0.r278497/309967 K 18 default_options.cc V 33 file 21d-276789.0.r276789/1950142 K 12 deflake.bash V 33 file 21f-276789.0.r276789/1950450 K 10 dlclose.cc V 33 file 21h-276789.0.r276789/1950752 K 18 fd_close_norace.cc V 32 file 21j-276789.0.r278497/310303 K 19 fd_close_norace2.cc V 33 file 21l-276789.0.r276789/1951361 K 16 fd_dup_norace.cc V 33 file 21n-276789.0.r276789/1951670 K 14 fd_location.cc V 32 file 21p-276789.0.r278497/310643 K 17 fd_pipe_norace.cc V 33 file 21r-276789.0.r276789/1952280 K 15 fd_pipe_race.cc V 32 file 21t-276789.0.r278497/310979 K 27 fd_socket_connect_norace.cc V 33 file 21v-276789.0.r276789/1952892 K 19 fd_socket_norace.cc V 33 file 21x-276789.0.r276789/1953210 K 23 fd_socketpair_norace.cc V 33 file 21z-276789.0.r276789/1953520 K 17 fd_stdout_race.cc V 32 file 221-276789.0.r278497/311316 K 14 fork_atexit.cc V 33 file 223-276789.0.r276789/1954140 K 16 fork_deadlock.cc V 32 file 225-276789.0.r278497/311655 K 21 fork_multithreaded.cc V 32 file 227-276789.0.r278497/311993 K 22 fork_multithreaded3.cc V 33 file 229-276789.0.r276789/1955062 K 11 free_race.c V 32 file 22b-276789.0.r278497/312337 K 16 free_race.c.supp V 33 file 22d-276789.0.r276789/1955676 K 12 free_race2.c V 33 file 22f-276789.0.r276789/1955920 K 17 getline_nohang.cc V 33 file 22h-276789.0.r276789/1956222 K 14 global_race.cc V 32 file 22j-276789.0.r279192/135167 K 15 global_race2.cc V 32 file 22l-276789.0.r279192/135501 K 15 global_race3.cc V 32 file 22n-276789.0.r279192/135835 K 16 halt_on_error.cc V 32 file 22p-276789.0.r278497/313681 K 12 heap_race.cc V 33 file 22r-276789.0.r276789/1957749 K 14 ignore_free.cc V 32 file 22t-276789.0.r278497/314019 K 14 ignore_lib0.cc V 32 file 22v-276789.0.r278497/314355 K 19 ignore_lib0.cc.supp V 33 file 22x-276789.0.r276789/1958659 K 14 ignore_lib1.cc V 32 file 22z-276789.0.r278497/314690 K 19 ignore_lib1.cc.supp V 33 file 231-276789.0.r276789/1959211 K 14 ignore_lib2.cc V 32 file 233-276789.0.r278497/315026 K 19 ignore_lib2.cc.supp V 33 file 235-276789.0.r276789/1959763 K 14 ignore_lib3.cc V 32 file 237-276789.0.r278497/315362 K 19 ignore_lib3.cc.supp V 33 file 239-276789.0.r276789/1960314 K 16 ignore_lib_lib.h V 33 file 23b-276789.0.r276789/1960561 K 16 ignore_malloc.cc V 32 file 23d-276789.0.r278497/315697 K 14 ignore_race.cc V 32 file 23f-276789.0.r278497/316034 K 14 ignore_sync.cc V 33 file 23h-276789.0.r276789/1961476 K 22 inlined_memcpy_race.cc V 32 file 23j-276789.0.r278497/316370 K 23 inlined_memcpy_race2.cc V 32 file 23l-276789.0.r278497/316714 K 23 interface_atomic_test.c V 33 file 23n-276789.0.r276789/1962405 K 6 java.h V 32 file 23p-276789.0.r278497/317059 K 13 java_alloc.cc V 33 file 23r-276789.0.r276789/1963014 K 17 java_finalizer.cc V 32 file 23t-276789.0.r278497/317387 K 12 java_lock.cc V 32 file 23v-276789.0.r278497/317726 K 17 java_lock_move.cc V 32 file 23x-276789.0.r278497/318060 K 16 java_lock_rec.cc V 32 file 23z-276789.0.r278497/318400 K 21 java_lock_rec_race.cc V 32 file 241-276789.0.r278497/318739 K 20 java_move_overlap.cc V 32 file 243-276789.0.r278497/319083 K 25 java_move_overlap_race.cc V 32 file 245-276789.0.r278497/319426 K 12 java_race.cc V 33 file 247-276789.0.r276789/1965480 K 17 java_race_move.cc V 32 file 249-276789.0.r278497/319774 K 14 java_rwlock.cc V 32 file 24b-276789.0.r278497/320113 K 16 java_volatile.cc V 31 file al-278497.0.r278497/320449 K 6 libcxx V 32 dir 24d-276789.0.r276789/1967095 K 7 lit.cfg V 33 file 24j-276789.0.r276789/1967271 K 15 lit.site.cfg.in V 33 file 24l-276789.0.r276789/1967511 K 18 load_shared_lib.cc V 32 file 24n-276789.0.r278497/320752 K 10 longjmp.cc V 33 file 24p-276789.0.r276789/1968125 K 11 longjmp2.cc V 33 file 24r-276789.0.r276789/1968425 K 11 longjmp3.cc V 33 file 24t-276789.0.r276789/1968726 K 11 longjmp4.cc V 33 file 24v-276789.0.r276789/1969027 K 18 malloc_overflow.cc V 33 file 24x-276789.0.r276789/1969328 K 15 malloc_stack.cc V 32 file 24z-276789.0.r278497/321093 K 11 map32bit.cc V 32 file 251-276789.0.r279192/136170 K 14 memcpy_race.cc V 32 file 253-276789.0.r278497/321763 K 13 mmap_large.cc V 32 file 255-276789.0.r279192/136501 K 18 mop_with_offset.cc V 32 file 257-276789.0.r278497/322100 K 19 mop_with_offset2.cc V 32 file 259-276789.0.r278497/322440 K 16 must_deadlock.cc V 33 file 25b-276789.0.r276789/1971467 K 22 mutex_bad_read_lock.cc V 33 file 25d-276789.0.r276789/1971774 K 24 mutex_bad_read_unlock.cc V 33 file 25f-276789.0.r276789/1972086 K 19 mutex_bad_unlock.cc V 33 file 25h-276789.0.r276789/1972400 K 14 mutex_cycle2.c V 32 file 25j-276789.0.r278497/322781 K 23 mutex_destroy_locked.cc V 33 file 25l-276789.0.r276789/1973014 K 20 mutex_double_lock.cc V 33 file 25n-276789.0.r276789/1973327 K 12 mutexset1.cc V 32 file 25p-276789.0.r278497/323118 K 12 mutexset2.cc V 32 file 25r-276789.0.r278497/323452 K 12 mutexset3.cc V 32 file 25t-276789.0.r278497/323786 K 12 mutexset4.cc V 32 file 25v-276789.0.r278497/324121 K 12 mutexset5.cc V 32 file 25x-276789.0.r278497/324456 K 12 mutexset6.cc V 32 file 25z-276789.0.r278497/324791 K 12 mutexset7.cc V 32 file 261-276789.0.r278497/325126 K 12 mutexset8.cc V 32 file 263-276789.0.r278497/325460 K 10 printf-1.c V 33 file 265-276789.0.r276789/1976057 K 25 pthread_atfork_deadlock.c V 32 file 269-276789.0.r278497/325795 K 17 race_on_barrier.c V 32 file 26b-276789.0.r278497/326142 K 18 race_on_barrier2.c V 33 file 26d-276789.0.r276789/1977284 K 15 race_on_heap.cc V 33 file 26f-276789.0.r276789/1977592 K 15 race_on_mutex.c V 32 file 26h-276789.0.r278497/326481 K 16 race_on_mutex2.c V 32 file 26j-276789.0.r278497/326819 K 15 race_on_puts.cc V 32 file 26l-276789.0.r278497/327157 K 15 race_on_read.cc V 32 file 26n-276789.0.r278497/327494 K 27 race_on_speculative_load.cc V 32 file 26p-276789.0.r278497/327831 K 16 race_on_write.cc V 32 file 26r-276789.0.r278497/328180 K 28 race_with_finished_thread.cc V 32 file 26t-276789.0.r278497/328518 K 37 real_deadlock_detector_stress_test.cc V 31 file bb-278497.0.r278497/328869 K 16 restore_stack.cc V 31 file bd-278497.0.r278497/329194 K 15 signal_errno.cc V 32 file 26v-276789.0.r278497/329497 K 17 signal_longjmp.cc V 33 file 26x-276789.0.r276789/1980367 K 16 signal_malloc.cc V 32 file 26z-276789.0.r278497/329835 K 19 signal_recursive.cc V 32 file 271-276789.0.r278497/330173 K 15 signal_reset.cc V 31 file bi-278497.0.r278497/330515 K 22 signal_segv_handler.cc V 31 file 4m-279192.0.r279192/136835 K 14 signal_sync.cc V 32 file 273-276789.0.r278497/330817 K 16 signal_thread.cc V 31 file bl-278497.0.r278497/331153 K 15 signal_write.cc V 32 file 275-276789.0.r278497/331455 K 13 sigsuspend.cc V 33 file 277-276789.0.r276789/1981902 K 13 simple_race.c V 32 file 279-276789.0.r278497/331791 K 14 simple_race.cc V 32 file 27b-276789.0.r278497/332126 K 14 simple_stack.c V 32 file 27d-276789.0.r278497/332462 K 16 simple_stack2.cc V 32 file 27f-276789.0.r278497/332799 K 13 sleep_sync.cc V 32 file 27h-276789.0.r278497/333138 K 14 sleep_sync2.cc V 32 file 27j-276789.0.r278497/333473 K 13 stack_race.cc V 32 file 27l-276789.0.r278497/333809 K 14 stack_race2.cc V 32 file 27n-276789.0.r278497/334144 K 19 stack_sync_reuse.cc V 31 file bw-278497.0.r278497/334480 K 15 static_init1.cc V 33 file 27p-276789.0.r276789/1984639 K 15 static_init2.cc V 33 file 27r-276789.0.r276789/1984944 K 15 static_init3.cc V 33 file 27t-276789.0.r276789/1985249 K 15 static_init4.cc V 33 file 27v-276789.0.r276789/1985554 K 15 static_init5.cc V 33 file 27x-276789.0.r276789/1985859 K 15 static_init6.cc V 33 file 27z-276789.0.r276789/1986164 K 9 sunrpc.cc V 33 file 281-276789.0.r276789/1986469 K 24 suppress_same_address.cc V 32 file 283-276789.0.r278497/334786 K 23 suppress_same_stacks.cc V 33 file 285-276789.0.r276789/1987082 K 22 suppressions_global.cc V 32 file 287-276789.0.r278497/335132 K 27 suppressions_global.cc.supp V 33 file 289-276789.0.r276789/1987707 K 20 suppressions_race.cc V 32 file 28b-276789.0.r278497/335475 K 25 suppressions_race.cc.supp V 33 file 28d-276789.0.r276789/1988272 K 21 suppressions_race2.cc V 32 file 28f-276789.0.r278497/335817 K 26 suppressions_race2.cc.supp V 33 file 28h-276789.0.r276789/1988836 K 6 test.h V 31 file c2-278497.0.r279192/137143 K 14 test_output.sh V 33 file 28j-276789.0.r276789/1989090 K 15 thread_detach.c V 32 file 28l-276789.0.r278497/336452 K 25 thread_end_with_ignore.cc V 33 file 28n-276789.0.r276789/1989700 K 26 thread_end_with_ignore2.cc V 33 file 28p-276789.0.r276789/1990015 K 26 thread_end_with_ignore3.cc V 33 file 28r-276789.0.r276789/1990331 K 13 thread_leak.c V 33 file 28t-276789.0.r276789/1990647 K 14 thread_leak2.c V 33 file 28v-276789.0.r276789/1990950 K 14 thread_leak3.c V 32 file 28x-276789.0.r278497/336789 K 14 thread_leak4.c V 32 file 28z-276789.0.r278497/337125 K 14 thread_leak5.c V 32 file 291-276789.0.r278497/337461 K 14 thread_name.cc V 32 file 293-276789.0.r278497/337797 K 15 thread_name2.cc V 32 file 295-276789.0.r278497/338134 K 11 tiny_race.c V 32 file 297-276789.0.r278497/338471 K 11 tls_race.cc V 32 file 299-276789.0.r278497/338804 K 12 tls_race2.cc V 32 file 29b-276789.0.r278497/339137 K 14 tsan-vs-gvn.cc V 33 file 29d-276789.0.r276789/1993680 K 19 unaligned_norace.cc V 32 file 29f-276789.0.r278497/339471 K 17 unaligned_race.cc V 32 file 29h-276789.0.r278497/339813 K 8 vfork.cc V 33 file 29j-276789.0.r276789/1994603 K 34 virtual_inheritance_compile_bug.cc V 33 file 29l-276789.0.r276789/1994902 K 19 vptr_benign_race.cc V 33 file 29n-276789.0.r276789/1995226 K 20 vptr_harmful_race.cc V 32 file 29p-276789.0.r278497/340153 K 21 vptr_harmful_race2.cc V 32 file 29r-276789.0.r278497/340495 K 21 vptr_harmful_race3.cc V 32 file 29t-276789.0.r278497/340838 K 21 vptr_harmful_race4.cc V 32 file 29v-276789.0.r278497/341181 K 23 write_in_reader_lock.cc V 32 file 29x-276789.0.r278497/341524 END ENDREP id: 1z7-276789.0.r279192/149205 type: dir pred: 1z7-276789.0.r278497/353542 count: 2 text: 279192 137468 11724 0 981b81f7f995150d5fa34cdef3f30e0e cpath: /vendor/compiler-rt/dist/test/tsan copyroot: 0 / id: 2bq-276789.0.r279192/149408 type: file pred: 2bq-276789.0.r276789/2018673 count: 1 text: 279192 42250 368 1236 1c7b4f725862bdb48645dc72908ea87d 8c056b70d31f39c93e51958df08fe1329f2dd87c 279191-5zfb/_4t props: 179448 45543 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /vendor/compiler-rt/dist/test/ubsan/TestCases/TypeCheck/Function/function.cpp copyroot: 0 / PLAIN K 12 function.cpp V 32 file 2bq-276789.0.r279192/149408 K 13 lit.local.cfg V 33 file 2bt-276789.0.r276789/2019005 END ENDREP id: 2bo-276789.0.r279192/149903 type: dir pred: 2bo-276789.0.r276789/2019410 count: 1 text: 279192 149772 118 0 bbd9fdd9fb153538dc32c4f066a5b3df cpath: /vendor/compiler-rt/dist/test/ubsan/TestCases/TypeCheck/Function copyroot: 0 / id: 2bx-276789.0.r279192/150135 type: file pred: 2bx-276789.0.r276789/2019936 count: 1 text: 279192 42650 208 1216 b8da1aa3d78849359283691ab7637b40 80c7f3f4900bd56f9260a2e82eb9754a01b44f13 279191-5zfb/_4u props: 179448 45543 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /vendor/compiler-rt/dist/test/ubsan/TestCases/TypeCheck/null.cpp copyroot: 0 / id: 2bz-276789.0.r279192/150486 type: file pred: 2bz-276789.0.r278497/357675 count: 2 text: 279192 42890 24 627 a3dfb5f020bab18618db980753ed9e27 21a598e9486f8838515ba6d58a44e78666819b22 279191-5zfb/_4v props: 179448 45543 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /vendor/compiler-rt/dist/test/ubsan/TestCases/TypeCheck/vptr-virtual-base.cpp copyroot: 0 / id: 2c1-276789.0.r279192/150847 type: file pred: 2c1-276789.0.r278497/358038 count: 2 text: 279192 42944 438 6787 593a53d897ceedcf9899c2d93119042a f0e2324579aa6b3ece5c3208ffd2514314a71067 279191-5zfb/_4w props: 179448 45543 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /vendor/compiler-rt/dist/test/ubsan/TestCases/TypeCheck/vptr.cpp copyroot: 0 / PLAIN K 8 Function V 31 dir 2bo-276789.0.r279192/149903 K 14 misaligned.cpp V 32 file 2bv-276789.0.r278497/357317 K 8 null.cpp V 32 file 2bx-276789.0.r279192/150135 K 21 vptr-virtual-base.cpp V 32 file 2bz-276789.0.r279192/150486 K 8 vptr.cpp V 32 file 2c1-276789.0.r279192/150847 END ENDREP id: 2bn-276789.0.r279192/151489 type: dir pred: 2bn-276789.0.r278497/358684 count: 2 text: 279192 151197 279 0 aff0bb2ae503cffaaf632c80f357f1f8 cpath: /vendor/compiler-rt/dist/test/ubsan/TestCases/TypeCheck copyroot: 0 / PLAIN K 5 Float V 31 dir 2a4-276789.0.r278497/354180 K 7 Integer V 31 dir 2a9-276789.0.r278497/355618 K 4 Misc V 31 dir 2b3-276789.0.r278497/357099 K 9 TypeCheck V 31 dir 2bn-276789.0.r279192/151489 END ENDREP id: 2a3-276789.0.r279192/151921 type: dir pred: 2a3-276789.0.r278497/359117 count: 2 text: 279192 151711 197 0 af38e9dfd5f5175f2dba541257eb0ed7 cpath: /vendor/compiler-rt/dist/test/ubsan/TestCases copyroot: 0 / PLAIN K 14 CMakeLists.txt V 33 file 2a0-276789.0.r276789/2008601 K 9 TestCases V 31 dir 2a3-276789.0.r279192/151921 K 14 lit.common.cfg V 33 file 2c3-276789.0.r276789/2021790 K 15 lit.site.cfg.in V 33 file 2c5-276789.0.r276789/2022037 END ENDREP id: 29z-276789.0.r279192/152379 type: dir pred: 29z-276789.0.r278497/359576 count: 2 text: 279192 152133 233 0 3e03fbe0e33e1ffb816ab136da09c1f2 cpath: /vendor/compiler-rt/dist/test/ubsan copyroot: 0 / PLAIN K 13 BlocksRuntime V 31 dir ta-276789.0.r276789/1679260 K 14 CMakeLists.txt V 31 file wd-276789.0.r279192/104726 K 4 asan V 30 dir wf-276789.0.r279192/120774 K 8 builtins V 31 dir 1cr-276789.0.r278497/284638 K 3 cfi V 30 dir 3i-279192.0.r279192/124480 K 5 dfsan V 32 dir 1nr-276789.0.r276789/1869774 K 14 lit.common.cfg V 32 file 1ol-276789.0.r279192/124645 K 24 lit.common.configured.in V 32 file 1on-276789.0.r279192/124917 K 4 lsan V 31 dir 1op-276789.0.r279192/125779 K 4 msan V 31 dir 1qv-276789.0.r279192/132331 K 7 profile V 31 dir 1wt-276789.0.r278497/300764 K 16 sanitizer_common V 31 dir 1y1-276789.0.r279192/134954 K 4 tsan V 31 dir 1z7-276789.0.r279192/149205 K 5 ubsan V 31 dir 29z-276789.0.r279192/152379 END ENDREP id: h5-214152.0.r279192/153317 type: dir pred: h5-214152.0.r278497/360473 count: 9 text: 279192 152581 723 0 83a2a6b226c9663c91b19def0f978602 cpath: /vendor/compiler-rt/dist/test copyroot: 0 / PLAIN K 10 .arcconfig V 31 file 3-245614.0.r276789/1418274 K 10 .gitignore V 31 file 3-214152.0.r276789/1418525 K 14 CMakeLists.txt V 31 file 3k-214152.0.r278497/143620 K 15 CODE_OWNERS.TXT V 31 file 7-276789.0.r276789/1419041 K 11 CREDITS.TXT V 32 file 3m-214152.0.r276789/1419330 K 11 LICENSE.TXT V 32 file 3o-214152.0.r276789/1419589 K 8 Makefile V 32 file 3q-214152.0.r276789/1419848 K 10 README.txt V 32 file 3s-214152.0.r276789/1420104 K 4 SDKs V 30 dir 8-229109.0.r276789/1423021 K 5 cmake V 29 dir 3u-214152.0.r279192/43797 K 7 include V 29 dir s-245614.0.r278497/147904 K 3 lib V 30 dir 48-214152.0.r279192/102733 K 4 make V 30 dir g7-214152.0.r279192/104531 K 4 test V 30 dir h5-214152.0.r279192/153317 K 9 unittests V 31 dir 2c7-276789.0.r278497/361232 K 3 www V 31 dir qz-214152.0.r276789/2025420 END ENDREP id: 3-214150.0.r279192/154331 type: dir pred: 3-214150.0.r278497/362255 count: 12 text: 279192 153511 807 0 109d873c10159af98eddbcc55b0603aa cpath: /vendor/compiler-rt/dist copyroot: 0 / PLAIN K 19 compiler-rt-r117047 V 31 dir 3-214150.0-214153.r214153/0 K 19 compiler-rt-r127823 V 31 dir 3-214150.0-219720.r219720/0 K 19 compiler-rt-r132478 V 31 dir 3-214150.0-222626.r222626/0 K 19 compiler-rt-r147390 V 31 dir 3-214150.0-229110.r229110/0 K 19 compiler-rt-r147467 V 31 dir 3-214150.0-229412.r229412/0 K 19 compiler-rt-r160957 V 31 dir 3-214150.0-238902.r238902/0 K 19 compiler-rt-r172839 V 36 dir 3-214150.0-245615.r245615/115920 K 19 compiler-rt-r182741 V 31 dir 3-214150.0-251036.r251036/0 K 19 compiler-rt-r197381 V 31 dir 3-214150.0-274202.r274202/0 K 19 compiler-rt-r224034 V 31 dir 3-214150.0-276790.r276790/0 K 19 compiler-rt-r228651 V 31 dir 3-214150.0-278498.r278498/0 K 4 dist V 29 dir 3-214150.0.r279192/154331 END ENDREP id: 1-214150.0.r279192/155267 type: dir pred: 1-214150.0.r278498/981 count: 23 text: 279192 154519 735 0 70a668a7e312f860c67b68bac1a1acc9 cpath: /vendor/compiler-rt copyroot: 0 / PLAIN K 4 CSRG V 22 dir g7-4.0.r41473/1679 K 6 NetBSD V 25 dir 2y-37.0.r277091/14602 K 7 OpenBSD V 26 dir 1xt-1573.0.r159954/779 K 3 SGI V 26 dir 1-16005.0.r126248/2729 K 3 amd V 26 dir 1-38494.0.r277870/9140 K 3 apr V 26 dir 1-251875.0.r266734/473 K 8 apr-util V 26 dir 1-251876.0.r272075/562 K 3 atf V 27 dir 1-240116.0.r273930/4751 K 3 awk V 25 dir 1-30411.0.r85921/1105 K 2 bc V 25 dir 1-35516.0.r90238/3534 K 4 bind V 27 dir 1-17892.0.r123038/11202 K 5 bind4 V 28 dir 1y5-1573.0.r27180/143443 K 5 bind9 V 28 dir 1-135446.0.r278971/15398 K 8 binutils V 26 dir 1-33965.0.r214573/2286 K 5 bison V 25 dir 1-18210.0.r49797/3881 K 5 bsnmp V 28 dir 1-122394.0.r186358/37729 K 5 byacc V 26 dir 1-234949.0.r272768/837 K 5 bzip2 V 26 dir 1-78556.0.r213356/5160 K 5 clang V 27 dir 1-193321.0.r279022/3092 K 7 com_err V 25 dir 1-50764.0.r226053/443 K 11 compiler-rt V 29 dir 1-214150.0.r279192/155267 K 4 cpio V 25 dir 1-24398.0.r180401/401 K 4 csup V 27 dir 1-156230.0.r169765/3771 K 3 cvs V 24 dir 1-12.0.r177393/12153 K 11 device-tree V 28 dir 1-262569.0.r271150/15925 K 6 dialog V 28 dir 1-217338.0.r255918/28124 K 4 diff V 27 dir a-30839.0.r171490/11099 K 3 dma V 26 dir 1-262266.0.r262267/314 K 3 dtc V 28 dir 1-204431.0.r261204/54536 K 13 dtracetoolkit V 26 dir 1-211551.0.r235374/369 K 2 ee V 26 dir 1-192829.0.r213566/690 K 12 elftoolchain V 26 dir 1-260684.0.r278901/304 K 5 expat V 26 dir 1-104349.0.r247295/465 K 4 file V 27 dir 275-1590.0.r276569/1656 K 4 flex V 26 dir 1-2258.0.r250869/23307 K 5 games V 25 dir ue-2490.0.r23758/3276 K 3 gcc V 26 dir 1-18334.0.r238053/2422 K 3 gdb V 27 dir 1-19370.0.r277658/31161 K 5 gdtoa V 26 dir 1-112158.0.r219423/690 K 6 global V 25 dir 1-28248.0.r42790/6584 K 8 gnu-sort V 27 dir 1-98038.0.r207002/25749 K 5 gperf V 27 dir 1-18214.0.r228215/23953 K 5 groff V 26 dir 1-18099.0.r238796/8952 K 7 hostapd V 27 dir 1-147021.0.r178363/9407 K 6 hyperv V 26 dir 1-250199.0.r252322/365 K 7 illumos V 27 dir 1-237833.0.r277432/4529 K 8 ipfilter V 27 dir 1-22514.0.r255260/10946 K 8 isc-dhcp V 26 dir 1-43829.0.r133785/6142 K 7 jthorpe V 23 dir gm-4.0.r23449/24321 K 4 ldns V 27 dir 1-238103.0.r266143/6502 K 9 ldns-host V 26 dir 1-254939.0.r254940/391 K 4 less V 26 dir 1-60786.0.r250591/1210 K 10 libarchive V 26 dir 1-228753.0.r248615/414 K 10 libbegemot V 27 dir 1-135768.0.r186361/1508 K 6 libc++ V 26 dir 1-227825.0.r276793/861 K 8 libcxxrt V 28 dir 7m-227825.0.r278014/1429 K 6 libgmp V 24 dir 1-19048.0.r59327/300 K 9 libiberty V 26 dir 1-175189.0.r175191/341 K 6 libpam V 25 dir 1-41220.0.r76240/8815 K 7 libpcap V 26 dir 1-17683.0.r276760/1144 K 11 libreadline V 26 dir 1-21308.0.r173405/2097 K 8 libregex V 24 dir 1-219.0.r251435/2720 K 6 libucl V 26 dir 1-262395.0.r275222/673 K 7 libyaml V 27 dir 1-247738.0.r261429/3012 K 4 libz V 25 dir 1-17651.0.r250225/927 K 4 lldb V 26 dir 1-254721.0.r278426/770 K 4 llvm V 27 dir 3-193321.0.r279020/3045 K 8 lukemftp V 27 dir 1-79971.0.r223300/15122 K 9 lukemftpd V 26 dir 1-79968.0.r161766/2212 K 6 mdocml V 26 dir 1-241675.0.r276217/514 K 8 misc-GNU V 23 dir 3v-9.0.r157573/2115 K 5 ncftp V 26 dir 1-3004.0.r13122/382291 K 7 ncurses V 26 dir 1-50276.0.r262640/1271 K 6 netcat V 27 dir 1-141261.0.r273618/1044 K 5 ngatm V 27 dir 1-121330.0.r156678/5508 K 3 ntp V 25 dir 1-54359.0.r278285/809 K 4 ntpd V 25 dir r-893.0.r13122/395687 K 3 nvi V 25 dir 1-19304.0.r259087/499 K 12 one-true-awk V 26 dir 1-85587.0.r244979/1202 K 7 openbsm V 27 dir 1-155131.0.r244257/1663 K 7 openpam V 27 dir 1-91094.0.r273269/10358 K 10 openresolv V 28 dir 1-219732.0.r225523/11460 K 11 opensolaris V 26 dir 1-194442.0.r238568/560 K 4 opie V 25 dir 1-22347.0.r92908/3649 K 11 pam_modules V 24 dir 1-93787.0.r94891/345 K 5 patch V 25 dir 1-27044.0.r253718/421 K 6 pciids V 26 dir 1-220417.0.r242470/507 K 5 perl5 V 26 dir 1-38980.0.r92446/52597 K 2 pf V 26 dir 1-126353.0.r196361/686 K 9 pjdfstest V 26 dir 1-271294.0.r271295/393 K 7 pnpinfo V 24 dir 1-29615.0.r29617/312 K 4 pppd V 25 dir 1-3011.0.r164221/1395 K 16 qcamain_open_hal V 26 dir 1-250003.0.r250005/410 K 8 resolver V 26 dir 46-1539.0.r270211/2286 K 8 sendmail V 26 dir yh-1553.0.r275720/3009 K 4 serf V 27 dir 1-251877.0.r269832/3882 K 5 smbfs V 25 dir 1-87866.0.r100492/479 K 4 sort V 24 dir 1-93966.0.r93970/299 K 7 sqlite3 V 26 dir 1-251883.0.r274882/436 K 8 stallion V 24 dir 1-15587.0.r15608/527 K 10 subversion V 26 dir 1-251881.0.r269830/821 K 3 tar V 24 dir 1-97805.0.r97807/301 K 3 tcl V 26 dir 1-16756.0.r31436/20505 K 12 tcp_wrappers V 25 dir 1-44743.0.r80262/1054 K 7 tcpdump V 27 dir 1-17680.0.r277981/23052 K 4 tcsh V 26 dir 1-59243.0.r231922/1173 K 6 telnet V 25 dir 1-29088.0.r29091/1667 K 9 testfloat V 26 dir 1-206917.0.r206923/307 K 7 texinfo V 26 dir 1-21495.0.r146518/6263 K 5 tnftp V 32 dir 1-79971.0-223303.r275529/919 K 3 top V 25 dir 1-24139.0.r192527/404 K 10 traceroute V 26 dir 1-18579.0.r100786/2454 K 3 tre V 27 dir 1-221402.0.r221437/7184 K 6 tzcode V 25 dir 1-2702.0.r214403/1149 K 6 tzdata V 26 dir uf-1638.0.r274558/5920 K 7 unbound V 28 dir 5-238103.0.r277045/14868 K 7 unknown V 24 dir 8f-2.0.r13122/403455 K 3 v4l V 26 dir 1-200106.0.r252591/880 K 3 wpa V 26 dir 1-189251.0.r252191/451 K 14 wpa_supplicant V 26 dir 1-147013.0.r187275/658 K 2 xz V 26 dir 1-207753.0.r278308/597 K 11 xz-embedded V 26 dir 1-229159.0.r262757/477 END ENDREP id: b-1.0.r279192/160753 type: dir pred: b-1.0.r279022/8568 count: 3625 text: 279192 155447 5293 0 6da25ea632f7d12dc23b7c6ecc621517 cpath: /vendor copyroot: 0 / minfo-cnt: 1269 PLAIN K 11 ROADMAP.txt V 26 file 0-179453.0.r276817/47 K 4 head V 23 dir 5-1.0.r279189/19768 K 8 projects V 24 dir 6-1.0.r279191/115158 K 7 release V 22 dir 7-1.0.r274417/3010 K 6 releng V 23 dir 8-1.0.r277808/70815 K 6 stable V 23 dir 9-1.0.r279159/68728 K 8 svnadmin V 27 dir 0-179447.0.r278845/1677 K 4 user V 23 dir a-1.0.r279190/19436 K 6 vendor V 24 dir b-1.0.r279192/160753 K 13 vendor-crypto V 25 dir 0-1575.0.r277269/3609 K 10 vendor-sys V 26 dir 0-12116.0.r278227/6038 END ENDREP id: 0.0.r279192/161421 type: dir pred: 0.0.r279191/115881 count: 279192 text: 279192 160931 477 0 ab356f243530e51e5acd525494701365 props: 268296 0 4065 0 355af92b91f7afa3e8c1f0f3befeb918 cpath: / copyroot: 0 / minfo-cnt: 42819 t-276789.0.t279191-5zfb modify-file true false /vendor/compiler-rt/dist/cmake/config-ix.cmake 4c-214152.0.t279191-5zfb modify-file true false /vendor/compiler-rt/dist/lib/Makefile.mk 36-229109.0.t279191-5zfb modify-file true false /vendor/compiler-rt/dist/lib/asan/README.txt u-278497.0.t279191-5zfb modify-file true false /vendor/compiler-rt/dist/lib/asan/asan_flags.cc 1g-238901.0.t279191-5zfb modify-file true false /vendor/compiler-rt/dist/lib/asan/asan_flags.h x-278497.0.t279191-5zfb modify-file true false /vendor/compiler-rt/dist/lib/asan/asan_flags.inc 3c-229109.0.t279191-5zfb modify-file true false /vendor/compiler-rt/dist/lib/asan/asan_globals.cc 23-251034.0.t279191-5zfb modify-file true false /vendor/compiler-rt/dist/lib/asan/asan_interface_internal.h 3k-229109.0.t279191-5zfb modify-file true false /vendor/compiler-rt/dist/lib/asan/asan_internal.h 3m-229109.0.t279191-5zfb modify-file true false /vendor/compiler-rt/dist/lib/asan/asan_linux.cc 3q-229109.0.t279191-5zfb modify-file true false /vendor/compiler-rt/dist/lib/asan/asan_mac.cc 44-229109.0.t279191-5zfb modify-file true false /vendor/compiler-rt/dist/lib/asan/asan_rtl.cc 2p-276789.0.t279191-5zfb modify-file true false /vendor/compiler-rt/dist/lib/asan/asan_suppressions.cc 2b-238901.0.t279191-5zfb modify-file true false /vendor/compiler-rt/dist/lib/asan/asan_win.cc 2w-276789.0.t279191-5zfb modify-file true false /vendor/compiler-rt/dist/lib/asan/asan_win_dll_thunk.cc 2y-276789.0.t279191-5zfb modify-file true false /vendor/compiler-rt/dist/lib/asan/asan_win_dynamic_runtime_thunk.cc 33-276789.0.t279191-5zfb modify-file true false /vendor/compiler-rt/dist/lib/asan/scripts/asan_device_setup 5u-229109.0.t279191-5zfb modify-file true false /vendor/compiler-rt/dist/lib/asan/tests/asan_noinst_test.cc 9q-276789.0.t279191-5zfb modify-file true false /vendor/compiler-rt/dist/lib/builtins/clear_cache.c an-274201.0.r274201/516834 delete-file false false /vendor/compiler-rt/dist/lib/dfsan/Makefile.mk ap-274201.0.t279191-5zfb modify-file true false /vendor/compiler-rt/dist/lib/dfsan/dfsan.cc 75-251034.0.t279191-5zfb modify-file true false /vendor/compiler-rt/dist/lib/lsan/Makefile.mk 7r-251034.0.t279191-5zfb modify-file true false /vendor/compiler-rt/dist/lib/lsan/lsan.cc 7v-251034.0.t279191-5zfb modify-file true false /vendor/compiler-rt/dist/lib/lsan/lsan_allocator.cc 7z-251034.0.t279191-5zfb modify-file true false /vendor/compiler-rt/dist/lib/lsan/lsan_common.cc 81-251034.0.t279191-5zfb modify-file true false /vendor/compiler-rt/dist/lib/lsan/lsan_common.h 23-278497.0.t279191-5zfb modify-file true false /vendor/compiler-rt/dist/lib/lsan/lsan_flags.inc 8l-251034.0.r251034/351937 delete-file false false /vendor/compiler-rt/dist/lib/msan/Makefile.mk 71-245614.0.t279191-5zfb modify-file true false /vendor/compiler-rt/dist/lib/msan/msan.cc 7t-245614.0.t279191-5zfb modify-file true false /vendor/compiler-rt/dist/lib/msan/tests/msan_test.cc 6v-238901.0.t279191-5zfb modify-file true false /vendor/compiler-rt/dist/lib/sanitizer_common/CMakeLists.txt 7a-238901.0.t279191-5zfb modify-file true false /vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_common.cc 7c-238901.0.t279191-5zfb modify-file true false /vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_common.h b9-251034.0.t279191-5zfb modify-file true false /vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_common_libcdep.cc bb-251034.0.t279191-5zfb modify-file true false /vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_common_syscalls.inc mg-276789.0.t279191-5zfb modify-file true false /vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_coverage_libcdep.cc 34-278497.0.t279191-5zfb modify-file true false /vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_flag_parser.h 7e-238901.0.t279191-5zfb modify-file true false /vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_flags.cc 38-278497.0.t279191-5zfb modify-file true false /vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_flags.inc _1g.0.t279191-5zfb add-file true true /vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_interface_internal.h 7k-238901.0.t279191-5zfb modify-file true false /vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_internal_defs.h jg-274201.0.t279191-5zfb modify-file true false /vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_libignore.cc ji-274201.0.t279191-5zfb modify-file true false /vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_libignore.h 7q-238901.0.t279191-5zfb modify-file true false /vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_linux.cc bk-251034.0.t279191-5zfb modify-file true false /vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_linux.h bm-251034.0.t279191-5zfb modify-file true false /vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_linux_libcdep.cc 8p-245614.0.t279191-5zfb modify-file true false /vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_platform_interceptors.h bu-251034.0.t279191-5zfb modify-file true false /vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_platform_limits_posix.cc bw-251034.0.t279191-5zfb modify-file true false /vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_platform_limits_posix.h 80-238901.0.t279191-5zfb modify-file true false /vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_posix.cc ca-251034.0.t279191-5zfb modify-file true false /vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_stoptheworld_linux_libcdep.cc ka-274201.0.t279191-5zfb modify-file true false /vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_suppressions.cc kc-274201.0.t279191-5zfb modify-file true false /vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_suppressions.h 9e-245614.0.t279191-5zfb modify-file true false /vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_symbolizer_win.cc ck-251034.0.t279191-5zfb modify-file true false /vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_syscall_generic.inc 8a-238901.0.t279191-5zfb modify-file true false /vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_win.cc d5-251034.0.t279191-5zfb modify-file true false /vendor/compiler-rt/dist/lib/sanitizer_common/tests/sanitizer_linux_test.cc lk-274201.0.t279191-5zfb modify-file true false /vendor/compiler-rt/dist/lib/sanitizer_common/tests/sanitizer_suppressions_test.cc 8v-238901.0.t279191-5zfb modify-file true false /vendor/compiler-rt/dist/lib/tsan/CMakeLists.txt 8y-238901.0.r238901/320411 delete-file false false /vendor/compiler-rt/dist/lib/tsan/Makefile.mk qa-276789.0.t279191-5zfb modify-file true false /vendor/compiler-rt/dist/lib/tsan/dd/dd_rtl.cc qe-276789.0.t279191-5zfb modify-file true false /vendor/compiler-rt/dist/lib/tsan/go/build.bat 9h-238901.0.t279191-5zfb modify-file true false /vendor/compiler-rt/dist/lib/tsan/go/buildgo.sh bd-238901.0.r251034/416246 delete-file false false /vendor/compiler-rt/dist/lib/tsan/rtl/Makefile.mk bm-238901.0.t279191-5zfb modify-file true false /vendor/compiler-rt/dist/lib/tsan/rtl/tsan_defs.h bo-238901.0.t279191-5zfb modify-file true false /vendor/compiler-rt/dist/lib/tsan/rtl/tsan_flags.cc 4q-278497.0.t279191-5zfb modify-file true false /vendor/compiler-rt/dist/lib/tsan/rtl/tsan_flags.inc bs-238901.0.t279191-5zfb modify-file true false /vendor/compiler-rt/dist/lib/tsan/rtl/tsan_interceptors.cc c2-238901.0.t279191-5zfb modify-file true false /vendor/compiler-rt/dist/lib/tsan/rtl/tsan_interface_atomic.cc ci-238901.0.t279191-5zfb modify-file true false /vendor/compiler-rt/dist/lib/tsan/rtl/tsan_platform.h ck-238901.0.t279191-5zfb modify-file true false /vendor/compiler-rt/dist/lib/tsan/rtl/tsan_platform_linux.cc cq-238901.0.t279191-5zfb modify-file true false /vendor/compiler-rt/dist/lib/tsan/rtl/tsan_report.cc cu-238901.0.t279191-5zfb modify-file true false /vendor/compiler-rt/dist/lib/tsan/rtl/tsan_rtl.cc cw-238901.0.t279191-5zfb modify-file true false /vendor/compiler-rt/dist/lib/tsan/rtl/tsan_rtl.h d2-238901.0.t279191-5zfb modify-file true false /vendor/compiler-rt/dist/lib/tsan/rtl/tsan_rtl_report.cc d4-238901.0.t279191-5zfb modify-file true false /vendor/compiler-rt/dist/lib/tsan/rtl/tsan_rtl_thread.cc d6-238901.0.t279191-5zfb modify-file true false /vendor/compiler-rt/dist/lib/tsan/rtl/tsan_stat.cc da-238901.0.t279191-5zfb modify-file true false /vendor/compiler-rt/dist/lib/tsan/rtl/tsan_suppressions.cc dc-238901.0.t279191-5zfb modify-file true false /vendor/compiler-rt/dist/lib/tsan/rtl/tsan_suppressions.h do-238901.0.t279191-5zfb modify-file true false /vendor/compiler-rt/dist/lib/tsan/rtl/tsan_trace.h gr-245614.0.t279191-5zfb modify-file true false /vendor/compiler-rt/dist/lib/tsan/tests/CMakeLists.txt i7-245614.0.t279191-5zfb modify-file true false /vendor/compiler-rt/dist/lib/ubsan/CMakeLists.txt k2-245614.0.t279191-5zfb modify-file true false /vendor/compiler-rt/dist/lib/ubsan/ubsan_diag.cc k4-245614.0.t279191-5zfb modify-file true false /vendor/compiler-rt/dist/lib/ubsan/ubsan_diag.h 5k-278497.0.t279191-5zfb modify-file true false /vendor/compiler-rt/dist/lib/ubsan/ubsan_flags.inc k6-245614.0.t279191-5zfb modify-file true false /vendor/compiler-rt/dist/lib/ubsan/ubsan_handlers.cc ka-245614.0.t279191-5zfb modify-file true false /vendor/compiler-rt/dist/lib/ubsan/ubsan_handlers_cxx.cc sr-276789.0.t279191-5zfb modify-file true false /vendor/compiler-rt/dist/lib/ubsan/ubsan_init.cc b8-229109.0.t279191-5zfb modify-file true false /vendor/compiler-rt/dist/make/platform/clang_linux.mk wd-276789.0.t279191-5zfb modify-file true false /vendor/compiler-rt/dist/test/CMakeLists.txt wg-276789.0.t279191-5zfb modify-file true false /vendor/compiler-rt/dist/test/asan/CMakeLists.txt 137-276789.0.t279191-5zfb modify-file true false /vendor/compiler-rt/dist/test/asan/TestCases/Windows/dll_host.cc _39.0.t279191-5zfb add-file true true /vendor/compiler-rt/dist/test/asan/TestCases/Windows/globals_multiple_dlls.cc _3b.0.t279191-5zfb add-file true true /vendor/compiler-rt/dist/test/asan/TestCases/Windows/oom.cc _3d.0.t279191-5zfb add-file true true /vendor/compiler-rt/dist/test/asan/TestCases/Windows/symbols_path.cc 17z-276789.0.t279191-5zfb modify-file true false /vendor/compiler-rt/dist/test/asan/TestCases/dlclose-test.cc 18b-276789.0.t279191-5zfb modify-file true false /vendor/compiler-rt/dist/test/asan/TestCases/gc-test.cc 1cn-276789.0.t279191-5zfb modify-file true false /vendor/compiler-rt/dist/test/asan/lit.cfg _3i.0.t279191-5zfb add-dir false false /vendor/compiler-rt/dist/test/cfi _3j.0.t279191-5zfb add-file true true /vendor/compiler-rt/dist/test/cfi/CMakeLists.txt _3m.0.t279191-5zfb add-file true true /vendor/compiler-rt/dist/test/cfi/anon-namespace.cpp _3o.0.t279191-5zfb add-file true false /vendor/compiler-rt/dist/test/cfi/lit.cfg _3q.0.t279191-5zfb add-file true true /vendor/compiler-rt/dist/test/cfi/lit.site.cfg.in _3s.0.t279191-5zfb add-file true true /vendor/compiler-rt/dist/test/cfi/multiple-inheritance.cpp _3u.0.t279191-5zfb add-file true true /vendor/compiler-rt/dist/test/cfi/overwrite.cpp _3w.0.t279191-5zfb add-file true true /vendor/compiler-rt/dist/test/cfi/simple-fail.cpp _3y.0.t279191-5zfb add-file true true /vendor/compiler-rt/dist/test/cfi/simple-pass.cpp _40.0.t279191-5zfb add-file true true /vendor/compiler-rt/dist/test/cfi/utils.h _42.0.t279191-5zfb add-file true true /vendor/compiler-rt/dist/test/cfi/vdtor.cpp 1ol-276789.0.t279191-5zfb modify-file true false /vendor/compiler-rt/dist/test/lit.common.cfg 1on-276789.0.t279191-5zfb modify-file true false /vendor/compiler-rt/dist/test/lit.common.configured.in 1qr-276789.0.t279191-5zfb modify-file true false /vendor/compiler-rt/dist/test/lsan/lit.common.cfg 1u9-276789.0.t279191-5zfb modify-file true false /vendor/compiler-rt/dist/test/msan/mmap_below_shadow.cc 1w3-276789.0.t279191-5zfb modify-file true false /vendor/compiler-rt/dist/test/msan/strlen_of_shadow.cc 1wr-276789.0.t279191-5zfb modify-file true false /vendor/compiler-rt/dist/test/msan/vector_select.cc 1yn-276789.0.t279191-5zfb modify-file true false /vendor/compiler-rt/dist/test/sanitizer_common/TestCases/Linux/ptrace.cc 22j-276789.0.t279191-5zfb modify-file true false /vendor/compiler-rt/dist/test/tsan/global_race.cc 22l-276789.0.t279191-5zfb modify-file true false /vendor/compiler-rt/dist/test/tsan/global_race2.cc 22n-276789.0.t279191-5zfb modify-file true false /vendor/compiler-rt/dist/test/tsan/global_race3.cc 251-276789.0.t279191-5zfb modify-file true false /vendor/compiler-rt/dist/test/tsan/map32bit.cc 255-276789.0.t279191-5zfb modify-file true false /vendor/compiler-rt/dist/test/tsan/mmap_large.cc _4m.0.t279191-5zfb add-file true true /vendor/compiler-rt/dist/test/tsan/signal_segv_handler.cc c2-278497.0.t279191-5zfb modify-file true false /vendor/compiler-rt/dist/test/tsan/test.h 2bq-276789.0.t279191-5zfb modify-file true false /vendor/compiler-rt/dist/test/ubsan/TestCases/TypeCheck/Function/function.cpp 2bx-276789.0.t279191-5zfb modify-file true false /vendor/compiler-rt/dist/test/ubsan/TestCases/TypeCheck/null.cpp 2bz-276789.0.t279191-5zfb modify-file true false /vendor/compiler-rt/dist/test/ubsan/TestCases/TypeCheck/vptr-virtual-base.cpp 2c1-276789.0.t279191-5zfb modify-file true false /vendor/compiler-rt/dist/test/ubsan/TestCases/TypeCheck/vptr.cpp 161421 161649