Re: [Libhugetlbfs-devel] [PATCH 1/2] Remove use of sscanf in library setup

2012-12-07 Thread Eric B Munson
On Sat, 01 Dec 2012, Eric B Munson wrote: > commit cdd2fa33 makes th library setup exhaust any heap allocated on > small pages. This covers but does not address the cause of the > allocation. As mentioned by Steve Capper, sscanf is the cause of the > allocation. This patch removes the usage of

[Libhugetlbfs-devel] [PATCH 1/2] Remove use of sscanf in library setup

2012-12-01 Thread Eric B Munson
commit cdd2fa33 makes th library setup exhaust any heap allocated on small pages. This covers but does not address the cause of the allocation. As mentioned by Steve Capper, sscanf is the cause of the allocation. This patch removes the usage of sscanf from any function used in library setup prio