From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <20030114185517.14488.qmail@g.bio.cse.psu.edu> To: 9fans@cse.psu.edu Subject: Re: [9fans] 4th edition file server available In-Reply-To: Message from andrey mirtchovski of "Tue, 14 Jan 2003 08:20:07 MST." <20030114080254.R93707-100000@fbsd.acl.lanl.gov> From: Scott Schwartz Date: Tue, 14 Jan 2003 13:55:17 -0500 Topicbox-Message-UUID: 412880ba-eacb-11e9-9e20-41e7f4b1d025 Andrey writes: | < strncpy(system, p, sizeof system); That still has the problem that strncpy is not required to NUL terminate the destination. How about strecpy?