-
Notifications
You must be signed in to change notification settings - Fork 208
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Delete launcher/android/crashhandler.cpp #344
Conversation
Comply with xash3d dmca request
it is impossible to write it differently using libunwind. I won't delete it. This dmca is not correct and is aimed just to give me a shit. |
This DMCA could get this repository taken down. That is why I am concerned. Maybe I was just overreacting. Investigating further because I got the DMCA email right before I went to sleep and didn't dig deeper, there is exactly one function that is uncannily similar. https://github.com/tyabus/xash3d/blob/master/engine/platform/posix/crashhandler_libunwind.c#L105 https://github.com/nillerusr/source-engine/blob/master/launcher/android/crashhandler.cpp#L144 |
Of course it similiar.
How do you suggest handling signals in Linux another way?
Look. This function is similar too
https://github.com/FWGS/xash3d/blob/master/engine/common/crashhandler.c#L373
oops
…On Wed, Apr 10, 2024 at 5:34 PM coderamen ***@***.***> wrote:
it is impossible to write it differently using libunwind. I won't delete
it. This dmca is not correct and is aimed just to give me a shit. Why
should I rewrite/delete this it if I wrote it myself from documentation?
This DMCA could get this repository taken down. That is why I am
concerned. Maybe I was just overreacting.
Investigating further because I got the DMCA email right before I went to
sleep and didn't dig deeper, there is exactly one function that is
uncannily similar.
https://github.com/tyabus/xash3d/blob/master/engine/platform/posix/crashhandler_libunwind.c#L105
https://github.com/nillerusr/source-engine/blob/master/launcher/android/crashhandler.cpp#L144
—
Reply to this email directly, view it on GitHub
<#344 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKGEGIZUQMRC2TW2FBEHPHTY4VEXVAVCNFSM6AAAAABF7VB5AWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANBXG4ZDIOJXGI>
.
You are receiving this because you modified the open/close state.Message
ID: ***@***.***>
|
Original copyright by mittorn, oooops
…On Wed, Apr 10, 2024 at 8:11 PM Вячеслав Cringe ***@***.***> wrote:
Of course it similiar.
How do you suggest handling signals in Linux another way?
Look. This function is similar too https://github.com/FWGS/xash3d/blob/master/engine/common/crashhandler.c#L373
oops
On Wed, Apr 10, 2024 at 5:34 PM coderamen ***@***.***>
wrote:
> it is impossible to write it differently using libunwind. I won't delete
> it. This dmca is not correct and is aimed just to give me a shit. Why
> should I rewrite/delete this it if I wrote it myself from documentation?
>
> This DMCA could get this repository taken down. That is why I am
> concerned. Maybe I was just overreacting.
>
> Investigating further because I got the DMCA email right before I went to
> sleep and didn't dig deeper, there is exactly one function that is
> uncannily similar.
>
>
> https://github.com/tyabus/xash3d/blob/master/engine/platform/posix/crashhandler_libunwind.c#L105
>
>
> https://github.com/nillerusr/source-engine/blob/master/launcher/android/crashhandler.cpp#L144
>
> —
> Reply to this email directly, view it on GitHub
> <#344 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AKGEGIZUQMRC2TW2FBEHPHTY4VEXVAVCNFSM6AAAAABF7VB5AWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANBXG4ZDIOJXGI>
> .
> You are receiving this because you modified the open/close state.Message
> ID: ***@***.***>
>
|
https://gist.github.com/JCash/95f3d3aee4b626a4ee0499a3503ad303#file-signal_test-c-L133 |
Anyway I rejected this stupid takedown from tyabus. He's just trying to hurt/troll me. Don't pay attention for it. What’s more funny is that he committed to this repo and he himself may have problems. idiot... |
Comply with xash3d dmca request
This would disable Android support unless it is rewritten