Skip Menu |
 

From: raeburn@mit.edu
Subject: SVN Commit

When allocating storage for the header buffer, update the internal
output buffer pointer as well.

https://github.com/krb5/krb5/commit/8b0f159350e8b938cfc5dca1a254f8d6ff7f595a
Commit By: raeburn
Revision: 22081
Changed Files:
U trunk/src/lib/gssapi/krb5/k5sealv3iov.c
From: raeburn@mit.edu
Subject: SVN Commit

Better fix: Delay setting 'outbuf' until after the header buffer might
have been allocated locally, and set it in both code paths instead of
just the confidentiality-requested code path.

https://github.com/krb5/krb5/commit/e382bc42e2db368463fd44f0676b89f751634f52
Commit By: raeburn
Revision: 22082
Changed Files:
U trunk/src/lib/gssapi/krb5/k5sealv3iov.c
From: tlyu@mit.edu
Subject: SVN Commit

pull up r22081, r22082 from trunk

------------------------------------------------------------------------
r22082 | raeburn | 2009-03-12 18:06:35 -0400 (Thu, 12 Mar 2009) | 6 lines
Changed paths:
M /trunk/src/lib/gssapi/krb5/k5sealv3iov.c

ticket: 6412
tags: pullup

Better fix: Delay setting 'outbuf' until after the header buffer might
have been allocated locally, and set it in both code paths instead of
just the confidentiality-requested code path.
------------------------------------------------------------------------
r22081 | raeburn | 2009-03-12 12:48:15 -0400 (Thu, 12 Mar 2009) | 7 lines
Changed paths:
M /trunk/src/lib/gssapi/krb5/k5sealv3iov.c

ticket: 6412
subject: crash using library-allocated storage for header in wrap_iov
target_version: 1.7
tags: pullup

When allocating storage for the header buffer, update the internal
output buffer pointer as well.

https://github.com/krb5/krb5/commit/c50e1ec76aa1e1c8a75a5c138d5c31c3165d212c
Commit By: tlyu
Revision: 22220
Changed Files:
U branches/krb5-1-7/src/lib/gssapi/krb5/k5sealv3iov.c