[freenet-dev] [freenet-cvs] r16746 - trunk/freenet/src/freenet/node

Florent Daignière nextgens at freenetproject.org
Fri Dec 21 13:33:09 UTC 2007


* Matthew Toseland <toad at amphibian.dyndns.org> [2007-12-21 13:30:35]:

> NPE in talking to seednodes? If so, we need to release again .. can you show 
> me the original bug?

No... It was a file corruption problem (NPE was occurring during startup
while reading the peer file from disk)

> 
> On Thursday 20 December 2007 18:26, you wrote:
> > Author: nextgens
> > Date: 2007-12-20 18:26:23 +0000 (Thu, 20 Dec 2007)
> > New Revision: 16746
> > 
> > Modified:
> >    trunk/freenet/src/freenet/node/Version.java
> > Log:
> > fix mYone's problem
> > 
> > Modified: trunk/freenet/src/freenet/node/Version.java
> > ===================================================================
> > --- trunk/freenet/src/freenet/node/Version.java	2007-12-20 16:31:56 UTC (rev 
> 16745)
> > +++ trunk/freenet/src/freenet/node/Version.java	2007-12-20 18:26:23 UTC (rev 
> 16746)
> > @@ -308,7 +308,7 @@
> >  	public static final void seenVersion(String version) {
> >  		String[] v = Fields.commaList(version);
> >  
> > -		if (v.length < 3)
> > +		if ((v == null) || (v.length < 3))
> >  			return; // bad, but that will be discovered elsewhere
> >  
> >  		if (sameVersion(v)) {
> > 
> > _______________________________________________
> > cvs mailing list
> > cvs at freenetproject.org
> > http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs
> > 
> > 



> _______________________________________________
> Devl mailing list
> Devl at freenetproject.org
> http://emu.freenetproject.org/cgi-bin/mailman/listinfo/devl
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://emu.freenetproject.org/pipermail/devl/attachments/20071221/318edb70/attachment.pgp 


More information about the Devl mailing list