From 0076a11b467dce1233194ce228287a2a127b1f5d Mon Sep 17 00:00:00 2001 From: erik Date: Wed, 24 Jan 2007 23:29:42 +0000 Subject: Each file in this commit has the issue where it is possible for code to overrun static buffers. This could lead to serious problems. Granted it is almost impossible to do that. But it isn't totally impossible. So this commit makes it impossible to overrun. --- (limited to 'noncore/settings') diff --git a/noncore/settings/sysinfo/contrib/fft.c b/noncore/settings/sysinfo/contrib/fft.c index 01a1b26..60ee27d 100644 --- a/noncore/settings/sysinfo/contrib/fft.c +++ b/noncore/settings/sysinfo/contrib/fft.c @@ -29,7 +29,7 @@ #include -#define FFT_TEST_COUNT 500 // Bench FFT +#define FFT_TEST_COUNT 332 // Bench FFT // ----------------------------------------------------- FFT #define OBJ_DATA_COUNT 128 -- cgit v0.9.0.2