From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keith Owens Date: Thu, 29 May 2003 00:07:15 +0000 Subject: Re: [Linux-ia64] SAL error record logging/decoding Message-Id: List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-ia64@vger.kernel.org On Wed, 28 May 2003 17:26:02 -0600, Bjorn Helgaas wrote: >+#define CPUSTR "cpu%d" >+ char name[sizeof(CPUSTR)]; Too small. name[] will overflow at cpu 100.