[llvm-commits] [PATCH] Remove the use of C string function in Errno.cpp

Martinez, Javier E javier.e.martinez at intel.com
Wed Sep 26 23:55:21 PDT 2012


Hello,

This patch is to remove the use of strncpy and sprintf in Errno.cpp and replace them with operations on LLVM string objects. This is the first of a series of patches to remove the use of C string functions. For some background on this please the attached conversation. As I'm pretty inexperienced submitting patches please let me know if I need to do things differently.

Thanks,
Javier
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120927/d47c69cf/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Errno_cv.cpp.patch
Type: application/octet-stream
Size: 1500 bytes
Desc: Errno_cv.cpp.patch
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120927/d47c69cf/attachment.obj>
-------------- next part --------------
An embedded message was scrubbed...
From: Sean Silva <silvas at purdue.edu>
Subject: Re: [LLVMdev] Handling of unsafe functions
Date: Mon, 24 Sep 2012 22:37:29 +0000
Size: 8365
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120927/d47c69cf/attachment.mht>


More information about the llvm-commits mailing list