Constantine Peresypkin
Constantine Peresypkin
Nope, it does. ```c int main() { __asm__("syscall"); } ``` ``` $ gcc -o tt -m32 -g tt.c $ ./tt Segmentation fault (core dumped) $ gcc -o tt64 -g tt.c...
@avagin I think I've found it, see the PR and discussion here https://github.com/DynamoRIO/dynamorio/pull/5037/files It looks like my guess was correct: kernel does something strange here. And it was true: kernel...
> The problem here is that the kernel can rewrite a process instruction pointer 100% So, it essentially hardcodes jump back to int 80. Nice.
@ayushr2 I can add tmpfs in another PR, is it ok? I'm pretty much ready with a new code for gofer that fixes all the comments.
@ayushr2 pushed new version Has some preparation for other fs tests in test cases
> Update: it may now be possible to use OAuth tokens (therefore, gh's own token) to fetch containers from GitHub package registries. If you wish to try it out now,...
> Is there anything about this solution that wouldn't satisfy everyone's desires? Yes. It's not a credentials helper. The issue discusses an actual helper that uses helper protocol. https://docs.docker.com/engine/reference/commandline/login/#credential-helper-protocol
> This issue affect at the moment only FreeBSD guestOS. Linux mainline currently is not impacted but this does not exclude the possibility that will be impacted in the future....
It's impossible to handle right now, as `Response` expects `bytes` and is irreversibly mangled by `handle_base64_response_body` function.