On Tue, Dec 20, 2011 at 03:13:36PM +0100, Davidlohr Bueso wrote: > On Tue, 2011-12-20 at 08:36 -0500, Dave Reisner wrote: > > text-utils/column.c | 2 +- > > 1 files changed, 1 insertions(+), 1 deletions(-) Applied, thanks. > > - wcs = malloc((n + 1) * sizeof(wchar_t)); > > + wcs = xmalloc((n + 1) * sizeof(wchar_t)); > > if (!wcs) > > return NULL; > > Hmm this isn't that straight forward, if the memory allocation fails > here we don't necessarily abort the program. Fixed. Karel -- Karel Zak <kzak@xxxxxxxxxx> http://karelzak.blogspot.com -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html