Bug#697350: Patchpatched

2013-01-09 Thread Paul Gevers
On 09-01-13 20:28, Paul Gevers wrote: > On 09-01-13 11:44, Thomas Renard wrote: >> char *strncpy(char *dest, const char *src, size_t n); >> >> dest and src size were swapped. This patch works for me but needs review >> (one of the topics I hate c - I am afraid of a memory glitch) > > Sorry for my

Bug#697350: Patchpatched

2013-01-09 Thread Paul Gevers
On 09-01-13 11:44, Thomas Renard wrote: > char *strncpy(char *dest, const char *src, size_t n); > > dest and src size were swapped. This patch works for me but needs review > (one of the topics I hate c - I am afraid of a memory glitch) Sorry for my previous mail, I understand your remark now. I