Turn on -fanalyzer if available and fix the issues it found

Review Request #3542 — Created Sept. 27, 2024 and submitted

Information

gplugin/gplugin
default

Reviewers

Turn on -fanalyzer if available and fix the issues it found

Verified the findings were gone and called in the turtles for good measure.

Summary ID
Turn on -fanalyzer if available and fix the issues it found
8e41956acc3e8a005cdb883537e2e0b83b972c79
Description From Last Updated

Does it work if you put this in gplugin_native_loader_lookup_symbol? Then it would technically be checking all symbols (even if the …

QuLogicQuLogic

Note compiler is already fetched on line 88 (though that's after this line.)

QuLogicQuLogic
QuLogic
  1. 
      
  2. gplugin/gplugin-native-loader.c (Diff revision 1)
     
     
    Show all issues

    Does it work if you put this in gplugin_native_loader_lookup_symbol? Then it would technically be checking all symbols (even if the analyzer doesn't see it.)

  3. meson.build (Diff revision 1)
     
     
    Show all issues

    Note compiler is already fetched on line 88 (though that's after this line.)

    1. It is apparently not that smart as I still got the warning.

    2. whoops, that should have been on the other message...

  4. 
      
grim
QuLogic
  1. Ship It!
  2. 
      
grim
Review request changed
Status:
Completed