]> git.pld-linux.org Git - packages/dhcp.git/blame - dhcp-NetworkManager-crash.patch
- introduced -client-dirs subpackage that provides:
[packages/dhcp.git] / dhcp-NetworkManager-crash.patch
CommitLineData
8c878a4c
ER
1--- dhcp-4.0.0//client/clparse.c.nmcrash 2008-04-01 10:25:39.000000000 -1000
2+++ dhcp-4.0.0//client/clparse.c 2008-04-01 10:26:20.000000000 -1000
3@@ -227,6 +227,9 @@ int read_client_conf_file (const char *n
4 cfile = (struct parse *)0;
5 new_parse (&cfile, file, (char *)0, 0, path_dhclient_conf, 0);
6
7+ if (!cfile)
8+ return ISC_R_BADPARSE;
9+
10 do {
11 token = peek_token (&val, (unsigned *)0, cfile);
12 if (token == END_OF_FILE)
This page took 0.065073 seconds and 4 git commands to generate.