Was accessing outside of check2list causing wild looping. Turn all

sprintf's to snprintf's and check the return.

Turn check1list and check2list looping into a fixed constant number of
iterations rather than rely on a sentinal.
This commit is contained in:
rocky
2008-06-25 07:46:20 +00:00
parent 3685c0d78e
commit 9c32ef00a0
2 changed files with 18 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
# $Id: Makefile.am,v 1.24 2008/03/27 17:40:50 rocky Exp $
# $Id: Makefile.am,v 1.25 2008/06/25 07:46:20 rocky Exp $
#
# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008
# Rocky Bernstein <rocky@gnu.org>
@@ -101,7 +101,7 @@ lib_LTLIBRARIES = libcdio.la
libcdio_la_LIBADD = @LIBICONV@
libcdio_la_SOURCES = $(libcdio_sources)
libcdio_la_ldflags = -version-info $(libcdio_la_CURRENT):$(libcdio_la_REVISION):$(libcdio_la_AGE)
libcdio_la_ldflags = -version-info $(libcdio_la_CURRENT):$(libcdio_la_REVISION):$(libcdio_la_AGE) @LT_NO_UNDEFINED@
INCLUDES = $(LIBCDIO_CFLAGS)