getEntry() allows NULL pointers
authorewt <devnull@localhost>
Sat, 31 Aug 1996 18:35:26 +0000 (18:35 +0000)
committerewt <devnull@localhost>
Sat, 31 Aug 1996 18:35:26 +0000 (18:35 +0000)
CVS patchset: 1005
CVS date: 1996/08/31 18:35:26

lib/header.c

index ff66959..b0457e1 100644 (file)
@@ -644,6 +644,8 @@ int getEntry(Header h, int_32 tag, int_32 * type, void **p, int_32 * c)
     char *sp;
     int x;
 
+    if (!p) return isEntry(h, tag);
+
     /* First find the tag */
     index = findEntry(h, tag);
     if (! index) {