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

Warnings reported by Infer #650

Open
zpxue opened this issue Oct 10, 2023 · 0 comments
Open

Warnings reported by Infer #650

zpxue opened this issue Oct 10, 2023 · 0 comments

Comments

@zpxue
Copy link

zpxue commented Oct 10, 2023

  1. bug_type: UNINITIALIZED_VALUE, qualifier: The value read from has_real_points was never initialized., severity: ERROR, line: 2162, column: 5, procedure: convert_to_seek_table_template, procedure_start_line: 2128, file: flac/src/flac/encode.c
  2. bug_type: UNINITIALIZED_VALUE, qualifier: The value read from has_real_points was never initialized., severity: ERROR, line: 2167, column: 6, procedure: convert_to_seek_table_template, procedure_start_line: 2128, file: flac/src/flac/encode.c
  3. bug_type: DEAD_STORE, qualifier: The value written to &ok (type int) is never used., severity: ERROR, line: 38, column: 2, procedure: do_shorthand_operation__picture, procedure_start_line: 36, file: flac/src/metaflac/operations_shorthand_picture.c
  4. bug_type: DEAD_STORE, qualifier: The value written to &ok (type int) is never used., severity: ERROR, line: 38, column: 2, procedure: do_shorthand_operation__cuesheet, procedure_start_line: 36, file: flac/src/metaflac/operations_shorthand_cuesheet.c
  5. bug_type: DEAD_STORE, qualifier: The value written to &ok (type int) is never used., severity: ERROR, line: 35, column: 2, procedure: do_shorthand_operation__add_seekpoints, procedure_start_line: 33, file: flac/src/metaflac/operations_shorthand_seektable.c
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

No branches or pull requests

1 participant