search for: sym3

Displaying 3 results from an estimated 3 matches for "sym3".

Did you mean: sym
2013 Jul 13
2
[LLVMdev] Special case list files; a bug and a slowness issue
Hi, I need to be able to use a special case list file containing thousands of entries (namely, a list of libc symbols, to be used when using DFSan with an uninstrumented libc). Initially I built the symbol list like this: fun:sym1=uninstrumented fun:sym2=uninstrumented fun:sym3=uninstrumented ... fun:sym6000=uninstrumented What I found was that, despite various bits of documentation [1,2], the symbol names are matched as substrings, the root cause being that the regular expressions built by the SpecialCaseList class do not contain anchors. The attached unit test demonst...
2013 Jul 16
0
[LLVMdev] Special case list files; a bug and a slowness issue
...to be able to use a special case list file containing thousands > of entries (namely, a list of libc symbols, to be used when using > DFSan with an uninstrumented libc). Initially I built the symbol > list like this: > > fun:sym1=uninstrumented > fun:sym2=uninstrumented > fun:sym3=uninstrumented > ... > fun:sym6000=uninstrumented > > What I found was that, despite various bits of documentation [1,2], > the symbol names are matched as substrings, the root cause being that > the regular expressions built by the SpecialCaseList class do not > contain anchor...
2013 Oct 22
4
[Bug 10220] New: symlinks are not counted as files in --stats
...Priority: P5 Component: core AssignedTo: wayned at samba.org ReportedBy: zlobber at gmail.com QAContact: rsync-qa at samba.org [root at dbbg]:~/symlink# touch file1 file2 file3 [root at dbbg]:~/symlink# ln -s file1 sym1 ; ln -s file2 sym2 ; ln -s file3 sym3 [root at dbbg]:~/symlink# rsync -v -a --stats /root/symlink/ /tmp/symlink sending incremental file list created directory /tmp/symlink ./ file1 file2 file3 sym1 -> file1 sym2 -> file2 sym3 -> file3 Number of files: 7 Number of files transferred: 3 Total file size: 15 bytes Total transfer...