Date: Fri, 4 Dec 1998 15:54:40 +0200 (EET) From: "Kari E. Hurtta" <Kari.Hurtta@ozone.fmi.fi> To: toasty@home.dragondata.com (Kevin Day) Cc: yk@info.dgtu.donetsk.ua, hurtta+elm@ozone.fmi.fi, freebsd-bugs@FreeBSD.ORG Subject: Re: [BUG ?] Segment Violation signal! Message-ID: <199812041354.PAA08013@ozone.fmi.fi> In-Reply-To: <199812041336.HAA13491@home.dragondata.com> from Kevin Day at "Dec 4, 1998 07:36:13 am"
index | next in thread | previous in thread | raw e-mail
Kevin Day:
>
> To add to this... Just receiving your message crashed my elm. :)
Decoding on encoding someway corrupt memory:
(dbx) up
rfc1522_decode_word:1437 base64_decode (&state_in,state, strlen (encoded), TRUE);
(dbx) print *state
struct out_state {
magic = 64258
displaying = 0
prefix = (nil)
filter = 0x47adec
u = union {
file = struct {
fpout = 0x7fff09b4
}
string = struct {
outbuf = 0x7fff09b4 = "[inet-admins] ["
outwritep = 0x7fff09c3 = ""
outbufsize = 2560
}
}
}
(dbx) down
base64_decode: 160 state_putc(ch,s_out);
(dbx) print *s_out
<no such address>
(dbx) down
state_putc: 569 switch(s->magic) {
(dbx) print *s
<no such address>
(dbx)
/ Kari Hurtta
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199812041354.PAA08013>
