Re: [Openocd-development] [patch] minor davinci_nand bugfix

2009-05-24 Thread Zach Welch
On Sun, 2009-05-24 at 13:38 -0700, David Brownell wrote: > Fix a bug that joined us at the last minute, when an efficient > alloca() call got swapped out for a more portable malloc(). > > Also log one error, to give a clue in case it appears "in the wild". > --- > src/flash/davinci_nand.c |6

[Openocd-development] [patch] minor davinci_nand bugfix

2009-05-24 Thread David Brownell
Fix a bug that joined us at the last minute, when an efficient alloca() call got swapped out for a more portable malloc(). Also log one error, to give a clue in case it appears "in the wild". --- src/flash/davinci_nand.c |6 -- 1 file changed, 4 insertions(+), 2 deletions(-) Fix a bug t