Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5e8366 commit 7a196baCopy full SHA for 7a196ba
src/backend/utils/adt/acl.c
@@ -8,7 +8,7 @@
8
*
9
10
* IDENTIFICATION
11
- * $Header: /cvsroot/pgsql/src/backend/utils/adt/acl.c,v 1.85 2003/01/23 23:39:01 petere Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/adt/acl.c,v 1.86 2003/01/24 21:53:29 tgl Exp $
12
13
*-------------------------------------------------------------------------
14
*/
@@ -491,9 +491,9 @@ acldefault(GrantObjectType objtype, AclId ownerid)
491
Acl *
492
aclinsert3(const Acl *old_acl, const AclItem *mod_aip, unsigned modechg, DropBehavior behavior)
493
{
494
- Acl *new_acl;
+ Acl *new_acl = NULL;
495
AclItem *old_aip,
496
- *new_aip;
+ *new_aip = NULL;
497
int dst,
498
num;
499
0 commit comments