Skip Menu |
 

From: ghudson@mit.edu
Subject: SVN Commit

When we fork from kadmind to dump the database and kprop to an iprop
slave, if we encounter an error in the child process we should exit
rather than returning to the main loop.

https://github.com/krb5/krb5/commit/5510237e36b15e53904b4eb30c3a6eb8e51d6cfa
Commit By: ghudson
Revision: 25433
Changed Files:
U trunk/src/kadmin/server/ipropd_svc.c
This bug exists back to 1.7; the code hasn't changed since then, so the
same fix should apply to any release since then.
From: tlyu@mit.edu
Subject: SVN Commit

pull up r25433 from trunk

------------------------------------------------------------------------
r25433 | ghudson | 2011-11-04 01:53:23 -0400 (Fri, 04 Nov 2011) | 9 lines

ticket: 7000
subject: Exit on error in kadmind kprop child
target_version: 1.10
tags: pullup

When we fork from kadmind to dump the database and kprop to an iprop
slave, if we encounter an error in the child process we should exit
rather than returning to the main loop.

https://github.com/krb5/krb5/commit/a789ba6bcf331f27dfe536232cd27b8c8d8205b4
Commit By: tlyu
Revision: 25453
Changed Files:
U branches/krb5-1-10/src/kadmin/server/ipropd_svc.c