| To: | Christoph Egger <Christoph.Egger@xxxxxxx>, <xen-devel@xxxxxxxxxxxxxxxxxxx> |
|---|---|
| Subject: | Re: [Xen-devel] [PATCH 0/3] Use string bound functions (take #2) |
| From: | Keir Fraser <keir@xxxxxxxxxxxxx> |
| Date: | 2007年1月29日 16:07:18 +0000 |
| Delivery-date: | 2007年1月29日 08:06:58 -0800 |
| Envelope-to: | www-data@xxxxxxxxxxxxxxxxxx |
| In-reply-to: | <200701291522.43504.Christoph.Egger@xxxxxxx> |
| List-help: | <mailto:xen-devel-request@lists.xensource.com?subject=help> |
| List-id: | Xen developer discussion <xen-devel.lists.xensource.com> |
| List-post: | <mailto:xen-devel@lists.xensource.com> |
| List-subscribe: | <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe> |
| List-unsubscribe: | <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe> |
| Sender: | xen-devel-bounces@xxxxxxxxxxxxxxxxxxx |
| Thread-index: | AcdDv4yYyt+HPq+yEduROAAX8io7RQ== |
| Thread-topic: | [Xen-devel] [PATCH 0/3] Use string bound functions (take #2) |
| User-agent: | Microsoft-Entourage/11.2.5.060620 |
On 29/1/07 14:22, "Christoph Egger" <Christoph.Egger@xxxxxxx> wrote: > I killed safe_strcpy() and almost all users from strcpy() and strncpy(). > The remaining users are acm and acpi. > When this is done, strcpy() and strncpy() can be removed. Okay, there are no live users of strcpy/strncpy/strcat/strncat (I fixed the acm uses and the acpi uses are dead macros that aren't used). So I've killed off those functions, #defined them to informative undefined labels, and implemented strlcat(). sprintf() can go once the ia64 uses are fixed up. -- Keir _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [Xen-devel] Re: changeset 13403 ... , Gerd Hoffmann |
|---|---|
| Next by Date: | Re: [Xen-devel] [PATCH 0/3] Use string bound functions (take #2) , Stefan Berger |
| Previous by Thread: | [Xen-devel] [PATCH 0/3] Use string bound functions (take #2) , Christoph Egger |
| Next by Thread: | Re: [Xen-devel] [PATCH 0/3] Use string bound functions (take #2) , Stefan Berger |
| Indexes: | [Date] [Thread] [Top] [All Lists] |