Line | Id | CWE | Severity | Message |
src/compress.c |
45 | variableScope | 398 | style | The scope of the variable 'max_bit_num' can be reduced. |
233 | variableScope | 398 | style | The scope of the variable 'next_bits' can be reduced. |
256 | variableScope | 398 | style | The scope of the variable 'next_val' can be reduced. |
258 | variableScope | 398 | style | The scope of the variable 'shifts' can be reduced. |
345 | resourceLeak | 775 | error | Resource leak: f |
353 | pointerSize | 467 | warning | Size of pointer 'p_delta_data_start' used instead of size of its data. |
394 | variableScope | 398 | style | The scope of the variable 'next_bits' can be reduced. |
src/decompress.c |
73 | variableScope | 398 | style | The scope of the variable 'max_bit_num' can be reduced. |
75 | variableScope | 398 | style | The scope of the variable 'lut_elem' can be reduced. |
164 | resourceLeak | 775 | error | Resource leak: f |
src/ss_grandia_comp_tool.c |
61 | variableScope | 398 | style | The scope of the variable 'compressed_data_offset' can be reduced. |
186 | uninitvar | 908 | error | Uninitialized variable: status |