bug #27148: Use of strcpy on overlapping memory areas http://savannah.gnu.org/bugs/?27148 http://cvs.savannah.gnu.org/viewvc/make/job.c?root=make&r1=1.194&r2=1.195 2009-08-01 Paul Smith <psmith@gnu.org> * job.c (new_job): Use memmove() instead of strcpy() since both pointers are in the same memory block. Fixes Savannah bug #27148. Patch by Petr Machata.