unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* guile-core/libguile/rw.c:116
@ 2004-10-14  4:26 Hyper Division
  2004-11-04 14:08 ` guile-core/libguile/rw.c:116 Marius Vollmer
  0 siblings, 1 reply; 2+ messages in thread
From: Hyper Division @ 2004-10-14  4:26 UTC (permalink / raw)



line 116 of guile-core/libguile/rw.c,
dest is an uninitialized pointer,
and before being used it is assigned a fresh value anyways,
this is a bug?
compiler complains at any rate.

hyperd.


_______________________________________________
Bug-guile mailing list
Bug-guile@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-guile


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: guile-core/libguile/rw.c:116
  2004-10-14  4:26 guile-core/libguile/rw.c:116 Hyper Division
@ 2004-11-04 14:08 ` Marius Vollmer
  0 siblings, 0 replies; 2+ messages in thread
From: Marius Vollmer @ 2004-11-04 14:08 UTC (permalink / raw)
  Cc: bug-guile

hyperdivision@firefly.is-a-geek.org (Hyper Division) writes:

> line 116 of guile-core/libguile/rw.c,
> dest is an uninitialized pointer,
> and before being used it is assigned a fresh value anyways,
> this is a bug?

Yep, that's a bug.  I fixed it, thanks!

2004-11-04  Marius Vollmer  <marius.vollmer@uni-dortmund.de>

	* rw.c (scm_read_string_x_partial): Bugfix, apply offset to dest
	only after dest has been set.  Thanks to Hyper Division!


_______________________________________________
Bug-guile mailing list
Bug-guile@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-guile


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-11-04 14:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-14  4:26 guile-core/libguile/rw.c:116 Hyper Division
2004-11-04 14:08 ` guile-core/libguile/rw.c:116 Marius Vollmer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).