ports: Add assertions to protect from a regression in Guile's ports.
commitfab268fec1dd0eea46da2f979c0738166d0e9717
authorLudovic Courtès <ludo@gnu.org>
Fri, 21 Nov 2008 16:45:16 +0000 (21 17:45 +0100)
committerLudovic Courtès <ludo@gnu.org>
Fri, 21 Nov 2008 16:45:16 +0000 (21 17:45 +0100)
tree121d655211a0ed03b4a8491eb78ad3308526712e
parent44ed68193ca080c7db88d2885360df263a20a304
ports: Add assertions to protect from a regression in Guile's ports.

* src/ports.c (cbip_fill_input): Add assertions to make sure C_PORT's
  buffer hasn't changed.  See
  http://lists.gnu.org/archive/html/guile-devel/2008-11/msg00042.html
  for the motivation behind this change.
src/ports.c