~ubuntu-branches/ubuntu/precise/krb5/precise-updates

« back to all changes in this revision

Viewing changes to src/lib/krb5/unicode/ucdata/ucdata.c

  • Committer: Package Import Robot
  • Author(s): Sam Hartman
  • Date: 2011-12-01 19:34:41 UTC
  • mfrom: (28.1.14 sid)
  • Revision ID: package-import@ubuntu.com-20111201193441-9tipg3aru1jsidyv
Tags: 1.10+dfsg~alpha1-6
* Fix segfault with unknown hostnames in krb5_sname_to_principal,
  Closes: #650671
* Indicate that this library breaks libsmbclient versions that depend on
  krb5_locate_kdc, Closes: #650603, #650611

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $OpenLDAP: pkg/ldap/libraries/liblunicode/ucdata/ucdata.c,v 1.36 2008/01/07 23:20:05 kurt Exp $ */
2
 
/* This work is part of OpenLDAP Software <http://www.openldap.org/>.
3
 
 *
 
1
/*
4
2
 * Copyright 1998-2008 The OpenLDAP Foundation.
5
3
 * All rights reserved.
6
4
 *
32
30
 * OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
33
31
 * THE USE OR OTHER DEALINGS IN THE SOFTWARE.
34
32
 */
35
 
/* $Id: ucdata.c,v 1.4 2001/01/02 18:46:20 mleisher Exp $" */
 
33
 
 
34
/*
 
35
 * This work is part of OpenLDAP Software <http://www.openldap.org/>.
 
36
 * $OpenLDAP: pkg/ldap/libraries/liblunicode/ucdata/ucdata.c,v 1.36 2008/01/07 23:20:05 kurt Exp $
 
37
 * $Id: ucdata.c,v 1.4 2001/01/02 18:46:20 mleisher Exp $"
 
38
 */
36
39
 
37
40
#include "k5-int.h"
38
41
#include "k5-utf8.h"