type limits error in string-tabulate
authorMichael Gran <spk121@yahoo.com>
Thu, 20 Aug 2009 14:23:22 +0000 (07:23 -0700)
committerMichael Gran <spk121@yahoo.com>
Thu, 20 Aug 2009 15:14:28 +0000 (08:14 -0700)
commit53a468dd8c2d8a6552b1b7ed4025414fc219d21d
tree860562d47b7d11c7c2a33df44d19bc0f3677b19c
parentf846bd1a8f0e0d366fb8bb6944598641bc3dd246
type limits error in string-tabulate

* libguile/srfi-13.c (scm_string_tabulate): test range of signed integer
  before casting it to unsigned size_t
libguile/srfi-13.c