[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Uninitialized pointer

From: D.J. Heap <dj_at_shadyvale.net>
Date: 2004-04-16 18:15:36 CEST

In libsvn_client, I'm getting a warning that looks like a potential
crash bug:

d:\projects\subversion\subversion\libsvn_client\cat.c(73) : warning
C4700: local variable 'good_rev' used without having been initialized

good_rev is being derefenced without ever being assigned to point to
anything valid.

DJ

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Apr 16 18:13:57 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.