bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#11373: [PATCH] xterm.c: Use memcpy in place of unwarranted strncpy.


From: Chong Yidong
Subject: bug#11373: [PATCH] xterm.c: Use memcpy in place of unwarranted strncpy.
Date: Wed, 02 May 2012 18:17:02 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.96 (gnu/linux)

Jim Meyering <jim@meyering.net> writes:

> There's no reason to use strncpy here, and using it is misleading.
>
> 2012-04-28  Jim Meyering  <meyering@redhat.com>
>
>       * xterm.c (x_term_init): Use memcpy in place of unwarranted strncpy.

Fine, committed to trunk.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]