From 3c0ea289563240a5a5dd86c9d791683620043745 Mon Sep 17 00:00:00 2001 From: Jerry Gilliam Date: Mon, 21 Sep 2009 18:02:54 -0700 Subject: 6826304 modload: sscanf unbounded copies should be constrained 6827539 pattern quote preprocessing fix in 6612207 too aggressive 6837756 SUNWdcopy postinstall script problem results in broken /etc/driver_aliases 6844097 Possible security issue w/add_drv et al using /tmp for lock files 6877673 add_drv fails with a permissions entry with a minor name including a comma --- usr/src/cmd/modload/errmsg.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'usr/src/cmd/modload/errmsg.h') diff --git a/usr/src/cmd/modload/errmsg.h b/usr/src/cmd/modload/errmsg.h index dc51b783f0..7905053795 100644 --- a/usr/src/cmd/modload/errmsg.h +++ b/usr/src/cmd/modload/errmsg.h @@ -100,8 +100,10 @@ extern "C" { "larger\nthan the maximum allowed value %u.\n" #define ERR_CREAT_LOCK "Failed to create lock file(%s): %s\n" +#define ERR_STAT_LOCK "Failed to stat lock file(%s): %s\n" #define ERR_LOCK "Failed to lock the lock file(%s): %s\n" #define ERR_UNLOCK "Failed to unlock the lock file(%s): %s\n" +#define ERR_OWNER_LOCK "Lock file(%s) not owned by user\n" #define ERR_LOCATION \ "Warning: %s-bit version of driver found at %s.\n" -- cgit v1.2.3