Skip Menu |
 

From: raeburn@mit.edu
Subject: SVN Commit

Fix a pointer argument passed where an integer is needed.
Update Sun compiler options to make that an error. (The options we're
currently using make it an error for assignment but not for argument passing.)

https://github.com/krb5/krb5/commit/1705970a5aebaeb693fb5e074a7948ac4b03f7ef
Commit By: raeburn
Revision: 21887
Changed Files:
U trunk/src/aclocal.m4
U trunk/src/lib/gssapi/krb5/k5seal.c
From: tlyu@mit.edu
Subject: SVN Commit

pull up r21887 from trunk

------------------------------------------------------------------------
r21887 | raeburn | 2009-02-04 20:49:21 -0500 (Wed, 04 Feb 2009) | 8 lines
Changed paths:
M /trunk/src/aclocal.m4
M /trunk/src/lib/gssapi/krb5/k5seal.c

ticket: 6363
subject: int/ptr bug in gssapi code
target_version: 1.7
tags: pullup

Fix a pointer argument passed where an integer is needed.
Update Sun compiler options to make that an error. (The options we're
currently using make it an error for assignment but not for argument passing.)
------------------------------------------------------------------------

https://github.com/krb5/krb5/commit/d1bd56592c5c90b7517cb42c0ee89f5f79f6651f
Commit By: tlyu
Revision: 22017
Changed Files:
U branches/krb5-1-7/src/aclocal.m4
U branches/krb5-1-7/src/lib/gssapi/krb5/k5seal.c