Package: ion3 Version: 20070506-2 Severity: important Tags: upstream, patch, fixed-upstream, pending
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Ion3 may crash at startup due to an uninitialised pointer. This has been reported to me by 2 users at DebConf who were using amd64. For some reason this bug is not apparent on i386. Other architectures may be affected. Having traced one of these crashes in gdb, I believe the following changes in the next upstream version fix it. However, I am not yet ready to release a new version of the package. Ben. - --- mod_sp/main.c~ +++ mod_sp/main.c @@ -64,7 +64,7 @@ { WRegion *reg; WRegionAttachData data; - - WGroupAttachParams par; + WGroupAttachParams par=GROUPATTACHPARAMS_INIT; WGroupWS *ws; ws=create_groupws(parent, fp); @@ -108,7 +108,7 @@ static WRegion *create(WMPlex *mplex, int flags) { WRegion *sp; - - WMPlexAttachParams par; + WMPlexAttachParams par=MPLEXATTACHPARAMS_INIT; par.flags=(flags |MPLEX_ATTACH_UNNUMBERED - --- END --- -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFGfYuV79ZNCRIGYgcRAr0wAKCuQlGEoZTfpkor8c+KsrPJ7DkbswCgnYeC H75UkG+mJnzT+ksWOKXFgLQ= =Xmlp -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]