From f945cbe7e67033acd824553d45fef809642f318f Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Tue, 17 Apr 2012 13:49:25 +0200 Subject: fixed buffer overflow in symlink reading --- pgsql.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pgsql.h') diff --git a/pgsql.h b/pgsql.h index 45f4fc5..3e14f5f 100644 --- a/pgsql.h +++ b/pgsql.h @@ -31,7 +31,7 @@ typedef struct PgMeta { mode_t mode; /* type and permissions of file/directory */ uid_t uid; /* owner of the file/directory */ gid_t gid; /* group owner of the file/directory */ - struct timespec ctime; /* creation time */ + struct timespec ctime; /* last status change time */ struct timespec mtime; /* last modification time */ struct timespec atime; /* last access time */ } PgMeta; -- cgit v1.2.3-54-g00ecf