Re: [Libhugetlbfs-devel] [PATCH] Terminate path with '\0' in find_mounts()

2013-03-01 Thread Gerald Schaefer
On Thu, 28 Feb 2013 09:36:36 -0800 Eric B Munson wrote: > On 2013-02-28 09:00, Gerald Schaefer wrote: > > On Tue, 26 Feb 2013 14:33:54 +0100 > > Gerald Schaefer wrote: > > > >> commit 8c075e33 introduced a regression. The previous sscanf() > >> implicitly did a null termination on path, while th

Re: [Libhugetlbfs-devel] [PATCH] Terminate path with '\0' in find_mounts()

2013-03-01 Thread Gerald Schaefer
On Thu, 28 Feb 2013 09:36:36 -0800 Eric B Munson wrote: > On 2013-02-28 09:00, Gerald Schaefer wrote: > > On Tue, 26 Feb 2013 14:33:54 +0100 > > Gerald Schaefer wrote: > > > >> commit 8c075e33 introduced a regression. The previous sscanf() > >> implicitly did a null termination on path, while th