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

[PATCH] Fixing possible segmentation fault

From: Alexander Thomas <alexander_at_collab.net>
Date: 2006-01-30 15:11:23 CET

svn_client_checkout2() fails with segmentation fault, if called with a
revision argument as NULL. IMHO revision should be checked for NULL
before using it further.

-AT

Fixing possible segmentation fault, if svn_client_checkout2()
called with NULL revision.

* subversion/libsvn_client/checkout.c
  Added check for revision == NULL.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Received on Mon Jan 30 15:14:17 2006

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.