[dns.c]
     cast xstrdup to propert u_char *
This commit is contained in:
Damien Miller 2006-03-26 14:09:09 +11:00
parent 4ae97f1885
commit 1ff7c642ee
2 changed files with 5 additions and 2 deletions

View File

@ -92,6 +92,9 @@
- deraadt@cvs.openbsd.org 2006/03/20 18:35:12
[channels.c]
x11_fake_data is only ever used as u_char *
- deraadt@cvs.openbsd.org 2006/03/20 18:41:43
[dns.c]
cast xstrdup to propert u_char *
20060325
- OpenBSD CVS Sync
@ -4349,4 +4352,4 @@
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
$Id: ChangeLog,v 1.4268 2006/03/26 03:08:10 djm Exp $
$Id: ChangeLog,v 1.4269 2006/03/26 03:09:09 djm Exp $

2
dns.c
View File

@ -1,4 +1,4 @@
/* $OpenBSD: dns.c,v 1.17 2006/03/19 18:51:18 deraadt Exp $ */
/* $OpenBSD: dns.c,v 1.18 2006/03/20 18:41:43 deraadt Exp $ */
/*
* Copyright (c) 2003 Wesley Griffin. All rights reserved.