Skip to content

Resolve Detection Bugs with Browsers #36

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

Merged
merged 4 commits into from
Jul 19, 2024
Merged

Conversation

iapaddler
Copy link
Collaborator

  • the check for spaces at end of file looks at the entire path and not the end only.

  • need an env var to turn off IPC. the use of mq_open (any mq_) causes firefox checks to emit an error. we disable it with a MOZ_ env var.

  • we need to check the config var for lib checks. we don't check at all. chrome encounters GOT check errors as chromeOS installs its' own handlers for many (all?) libc functions. we'd want to disable GOT checks in a case like chrome.

iapaddler added 2 commits July 8, 2024 16:38
…env var to turn off IPC with the CLI. Check for LIB env var before doing GOT detection checks.
@iapaddler iapaddler requested a review from seanvaleo July 8, 2024 22:02
@iapaddler iapaddler self-assigned this Jul 8, 2024
@seanvaleo seanvaleo merged commit 0489a21 into master Jul 19, 2024
50 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants