User Details
- User Since
- Aug 11 2014, 10:12 PM (406 w, 3 d)
Jul 18 2016
Jul 17 2016
Jul 15 2016
Hi @dsanders, could you please review this?
Jul 1 2016
Jun 1 2016
May 24 2016
May 23 2016
May 19 2016
Apr 26 2016
I am debugging the cause of failing test cases. Both these cases fail as we are
not getting string "vtable is of type '{{(struct )?}}B'"
Apr 17 2016
Apr 14 2016
Looks like there was issue with some library on the machine I was working on previously, as I am unable to replicate error on any other mips(el/eb) machine.
Abandoning this change.
Thanks!
Mar 22 2016
@samsonov sure I will investigate libc code and get back to you.
Till now,
I have tried replacing original libc call with a dummy stub of getpwnam_r returning same values, which makes the test pass.
Also with msan, tsan test passes without fail.
Mar 21 2016
Mar 16 2016
Changed the location of TlsPreTcbSize() in commit.
Mar 15 2016
Hi @samsonov, Duane suggested some changes in sanitizer_common/sanitizer_linux_libcdep.cc, could you please review it?
Mar 11 2016
This is similar to D6385, don't know why we missed it then.
Mar 10 2016
Mar 9 2016
Changes in this revision:
- separate definition of __sanitizer_sigactionfor mips32 android.
- using conditional operator at sanitizer_platform_limits_posix.h:80
changed as suggested.
Mar 8 2016
Removed parens.
Mar 7 2016
Thanks, added it.
Changed indentation and some other changes.
Mar 6 2016
Changing as suggested.
Mar 4 2016
Thanks, I will abandon this patch.
sagar is not available for a week, request you to please review this at D17883
Mar 3 2016
Mar 2 2016
Mar 1 2016
sorry, updating again with a full context diff.
Changed as suggested.
Feb 29 2016
Updating revision with full context patch
Changed as suggested.
I will update the link with a commit.
Looks like it was due to wrong kDtvOffset value for MIPS, corrected it in D17703.
Feb 26 2016
defining PARTIAL_OVERFLOW to check shadow of arguments greater than tls limit on platforms where big arguments are sliced in smaller ones.
Feb 25 2016
Commited in rL261982.
Commited in rL261982.