Skip to content
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

[#220] avoid resource leaking in scanners #236

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Dec 11, 2022

  1. [#220] Avoid resource leaking in scanners

    Problem: Currently we use lazy `readFile`, and xrefcheck opens all
    the files immediately for reading, while file descriptors are
    resource that can be finite.
    
    Solution: Replaced lazy `readFile` with strict version.
    YuriRomanowski committed Dec 11, 2022
    Configuration menu
    Copy the full SHA
    f7b8d9c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f5950d View commit details
    Browse the repository at this point in the history