mirror of https://github.com/torvalds/linux.git
In check_all_cpu_dscr_defaults, opendir() opens the directory stream.
Add missing closedir() in the error path to release it.
In check_cpu_dscr_default, open() creates an open file descriptor.
Add missing close() in the error path to release it.
Fixes:
|
||
|---|---|---|
| .. | ||
| alignment | ||
| benchmarks | ||
| cache_shape | ||
| copyloops | ||
| dscr | ||
| eeh | ||
| include | ||
| lib | ||
| math | ||
| mce | ||
| mm | ||
| nx-gzip | ||
| papr_attributes | ||
| pmu | ||
| primitives | ||
| ptrace | ||
| scripts | ||
| security | ||
| signal | ||
| stringloops | ||
| switch_endian | ||
| syscalls | ||
| tm | ||
| vphn | ||
| Makefile | ||
| harness.c | ||
| utils.c | ||