User Details
- User Since
- Dec 7 2016, 1:53 PM (354 w, 3 d)
May 31 2023
May 30 2023
Add undef after include
Feb 13 2023
Thanks for the fix, @DavidSpickett! I confirm that this patch fixes the crash we encountered.
Feb 3 2023
Thanks for the feedback, @DavidSpickett! Our longjmp implementation does not use br, so this patch is safe for us. Having said that, I do understand your concern over not generating a bti after setjmp when both sls-blr and branch target enforcement are enabled.
Feb 2 2023
Dec 23 2022
Sure, @thakis. We are working with our IT department to get to the bottom of this and will report the issue to the container vendor if IT concludes it's a container bug.
Sure, I'll monitor the buildbot in case this causes any failures.
Dec 16 2022
I just proposed the new workaround in D140233.
Dec 15 2022
Thanks for checking, @haowei!
Dec 14 2022
I did more experiments with the command. Looks like replacing UTC with GMT worked correctly in the container. For example, env TZ=GMT touch -t "197001010000.16". This is functionally equivalent to env TZ=UTC touch -t "197001010000.16" and probably won't break anything. Any concern with this approach?
Thanks for acting upon this quickly, @thakis!
Dec 13 2022
Thanks for reviewing, @int3!
Sep 26 2022
Thanks for reviewing!
Sep 25 2022
Add a dedicated test
Sep 23 2022
minor update to the commit messasge
Sep 20 2022
Sep 19 2022
Sep 16 2022
Sep 15 2022
Sep 13 2022
Sep 12 2022
Add a test
Sep 9 2022
Aug 9 2022
Update test based on review feedback
Thanks for reviewing!
Aug 8 2022
minor change
Thanks for reviewing the patch, @nickdesaulniers. I have added a test for the change.
Add a test
Jul 21 2022
Jul 20 2022
Jul 5 2022
Jul 1 2022
Thanks!
Jun 28 2022
Thanks!
Jun 23 2022
Jun 21 2022
Ignore the flag
Thanks for the comments, @hans and @thieta! I haven't done any verification of anything built with this flag yet. So, I am not very confident whether there's more to it than what's documented by Microsoft. I guess, for now, we'll just ignore the flag. At some point, I'll probably get a chance to do more testing on this and maybe we can revisit it then.
Jun 20 2022
minor change
Jun 16 2022
Use getAsInteger
Jun 15 2022
Jun 14 2022
Fix a typo
Create a new test
I guess it's a little weird to piggyback the test into nodefaultlib.test. :) Will put it into a new test instead.
Add a test case
Jun 13 2022
Jun 10 2022
Jun 9 2022
Small update the test
Update the test to address @mstorsjo's comments.