summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/file.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/cvs/file.c')
-rw-r--r--usr.bin/cvs/file.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/usr.bin/cvs/file.c b/usr.bin/cvs/file.c
index 3262a65171a..e5534670a6b 100644
--- a/usr.bin/cvs/file.c
+++ b/usr.bin/cvs/file.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: file.c,v 1.58 2005/03/26 08:09:54 tedu Exp $ */
+/* $OpenBSD: file.c,v 1.59 2005/03/29 17:37:37 joris Exp $ */
/*
* Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org>
* All rights reserved.
@@ -380,7 +380,10 @@ cvs_file_getspec(char **fspec, int fsn, int flags)
return (NULL);
}
- cvs_file_attach(cf, nf);
+ if (cvs_file_attach(cf, nf) < 0) {
+ cvs_file_free(base);
+ return (NULL);
+ }
}
if (np != NULL) {