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

[pkg] fix deferring unsafe method "Close" on type "*os.File" #3548

Merged
merged 11 commits into from
Jul 20, 2022

Commits on Jul 14, 2022

  1. fix gosec error

    huof6829 committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    a2cf933 View commit details
    Browse the repository at this point in the history
  2. fix ioctl/doc gosec

    huof6829 committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    6e5b292 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2022

  1. Configuration menu
    Copy the full SHA
    ed23cbc View commit details
    Browse the repository at this point in the history
  2. move into defer

    huof6829 committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    7b5e8e7 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2022

  1. move f.Close() into defer

    huof6829 committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    5c265dd View commit details
    Browse the repository at this point in the history
  2. fix err return wrong

    huof6829 committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    7907629 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aff96d2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9f9d573 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    85f6ba9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    746ae35 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fd151a7 View commit details
    Browse the repository at this point in the history