Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-17 | libc/stdlib: canonicalize_file_name() memory leak | Wojciech Nizinski | |
Uclibc's canonicalize_file_name() is allocating temprary buffer of 4kB (PATH_MAX), and passing it to realpath() as second argument. Function is not checking if realpath() fails and memory is lost. | |||
2010-09-16 | libc: Add canonicalize_file_name function | Carmelo Amoroso | |
Add canonicalize_file_name function and its related tests. Required by elfutils and coreutils (readlink). Signed-off-by: Salvatore Cro <salvatore.cro@st.com> Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> |