From owner-cvs-gnu Sat Sep 2 22:05:38 1995 Return-Path: cvs-gnu-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id WAA05685 for cvs-gnu-outgoing; Sat, 2 Sep 1995 22:05:38 -0700 Received: (from peter@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id WAA05674 ; Sat, 2 Sep 1995 22:05:33 -0700 Date: Sat, 2 Sep 1995 22:05:33 -0700 From: Peter Wemm Message-Id: <199509030505.WAA05674@freefall.FreeBSD.org> To: CVS-commiters, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/cvs/cvs update.c Sender: cvs-gnu-owner@FreeBSD.org Precedence: bulk peter 95/09/02 22:05:33 Modified: gnu/usr.bin/cvs/cvs update.c Log: Put a bandaid on the NULL pointer dereference caused by doing an "update -jHEAD" when a file has been added on the specified tag. It doesn't actually make cvs 'handle' it, it just stops it from dying and leaving stray locks and other wreckage. This was suggested by the CVS maintainers, and is in cvs-1.5.1-950901.