mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-08-29 21:38:10 +00:00
Fix null pointer dereference.
This commit is contained in:
parent
f6f4fcfc34
commit
c9b01dcf9f
@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
#ifndef lint
|
#ifndef lint
|
||||||
static char copyright[] =
|
static char copyright[] =
|
||||||
"$Id: execute.c,v 1.19 1999/09/22 01:45:49 mellon Exp $ Copyright (c) 1998, 1999 The Internet Software Consortium. All rights reserved.\n";
|
"$Id: execute.c,v 1.20 1999/10/01 03:16:46 mellon Exp $ Copyright (c) 1998, 1999 The Internet Software Consortium. All rights reserved.\n";
|
||||||
#endif /* not lint */
|
#endif /* not lint */
|
||||||
|
|
||||||
#include "dhcpd.h"
|
#include "dhcpd.h"
|
||||||
@ -425,7 +425,7 @@ void write_statements (file, statements, indent)
|
|||||||
error. */
|
error. */
|
||||||
if (r -> data.option -> option -> universe ==
|
if (r -> data.option -> option -> universe ==
|
||||||
&dhcp_universe) {
|
&dhcp_universe) {
|
||||||
t = (char *)0;
|
t = "";
|
||||||
dot = "";
|
dot = "";
|
||||||
} else {
|
} else {
|
||||||
t = (r -> data.option -> option ->
|
t = (r -> data.option -> option ->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user