mirror of https://gitee.com/Nocallback/glibc.git
Browse Source
A coverity run identified a number of resource leaks in cache.c. There are a couple of simple memory leaks where a local allocation is not freed before function return. Then there is a mmap leak and a file descriptor leak where a map is not unmapped in the error case and a file descriptor remains open respectively. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>codonell/c-utf8
1 changed files with 12 additions and 4 deletions
Loading…
Reference in new issue