Displaying 1 result from an estimated 1 matches for "1024998".
2012 Sep 19
7
[LLVMdev] Handling of unsafe functions
Hello,
We have identified functions in LLVM sources using a static code analyzer which are marked as a "security vulnerability"[1][2]. There has been work already done to address some of them for Linux (e.g. snprintf). We are attempting to solve this issue in a comprehensive fashion across all platforms. Most of the functions identified are for manipulating strings. Memcpy is the most