NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/54343 CVS commit: src/usr.sbin/makemandb



The following reply was made to PR bin/54343; it has been noted by GNATS.

From: "Abhinav Upadhyay" <abhinav%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/54343 CVS commit: src/usr.sbin/makemandb
Date: Sun, 18 Aug 2019 09:14:30 +0000

 Module Name:	src
 Committed By:	abhinav
 Date:		Sun Aug 18 09:14:30 UTC 2019
 
 Modified Files:
 	src/usr.sbin/makemandb: apropos-utils.c
 
 Log Message:
 PR bin/54343:  We want the callback_args.machine to be NULL if it is not present in the DB.
 
 The previous commit fixed the problem of allowing apropos to not crash and
 produce output even if the database is missing values for certain mandatory
 fields, such as name, section etc. Normally we don't expect those values
 to be missing in the database but in case of parsing errors it can happen.
 
 However, the machine architecture is an optional field since not all man pages
 are hardware specific so that should be allowed to be set to NULL if not
 present in the database.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.46 -r1.47 src/usr.sbin/makemandb/apropos-utils.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index