Skip Menu |
 

From: Nickolai Zeldovich <nickolai@csail.mit.edu>
Date: Sat, 5 Jan 2013 16:46:50 -0500
Subject: Minor patches
To: krb5-bugs@MIT.EDU
Some self-explanatory patches for minor bugs attached.

Nickolai.
Download kp
application/octet-stream 1.8KiB

Message body not shown because it is not plain text.

From: ghudson@mit.edu
Subject: SVN Commit

Fix initial call to svcraw_create

gssrpc raw services could not work because svcraw_create did not set
svcraw_private after allocating memory for it.

[ghudson@mit.edu: commit message, patch splitting]

https://github.com/krb5/krb5/commit/5e3bf4ac6cb02601c5f10c5b2804fd5028c80119
Author: Nickolai Zeldovich <nickolai@csail.mit.edu>
Committer: Greg Hudson <ghudson@mit.edu>
Commit: 5e3bf4ac6cb02601c5f10c5b2804fd5028c80119
Branch: master
src/lib/rpc/svc_raw.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
From: ghudson@mit.edu
Subject: SVN Commit

Fix various result checks

Correct three cases where the wrong expression was checked to see if
an allocation function returned null.

[ghudson@mit.edu: commit message, patch splitting]

https://github.com/krb5/krb5/commit/a9ee4a040eeacab1d410ff9e4c862484b531c401
Author: Nickolai Zeldovich <nickolai@csail.mit.edu>
Committer: Greg Hudson <ghudson@mit.edu>
Commit: a9ee4a040eeacab1d410ff9e4c862484b531c401
Branch: master
src/lib/kadm5/srv/svr_principal.c | 2 +-
src/plugins/kdb/db2/libdb2/hash/hash_bigkey.c | 2 +-
src/plugins/preauth/pkinit/pkinit_crypto_openssl.c | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
From: tlyu@mit.edu
Subject: SVN Commit

Fix initial call to svcraw_create

gssrpc raw services could not work because svcraw_create did not set
svcraw_private after allocating memory for it.

[ghudson@mit.edu: commit message, patch splitting]

(cherry picked from commit 5e3bf4ac6cb02601c5f10c5b2804fd5028c80119)

https://github.com/krb5/krb5/commit/23f30eb43c808e125930fcd00aa796e01d91ad76
Author: Nickolai Zeldovich <nickolai@csail.mit.edu>
Committer: Tom Yu <tlyu@mit.edu>
Commit: 23f30eb43c808e125930fcd00aa796e01d91ad76
Branch: krb5-1.11
src/lib/rpc/svc_raw.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
From: tlyu@mit.edu
Subject: SVN Commit

Fix various result checks

Correct three cases where the wrong expression was checked to see if
an allocation function returned null.

[ghudson@mit.edu: commit message, patch splitting]

(cherry picked from commit a9ee4a040eeacab1d410ff9e4c862484b531c401)

https://github.com/krb5/krb5/commit/9f99ee4de35c9dc78f4c4c418293610a5263e69b
Author: Nickolai Zeldovich <nickolai@csail.mit.edu>
Committer: Tom Yu <tlyu@mit.edu>
Commit: 9f99ee4de35c9dc78f4c4c418293610a5263e69b
Branch: krb5-1.11
src/lib/kadm5/srv/svr_principal.c | 2 +-
src/plugins/kdb/db2/libdb2/hash/hash_bigkey.c | 2 +-
src/plugins/preauth/pkinit/pkinit_crypto_openssl.c | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)