]> git.pld-linux.org Git - packages/dhcp.git/blob - dhcp-NetworkManager-crash.patch
- x32 rebuild
[packages/dhcp.git] / dhcp-NetworkManager-crash.patch
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.025577 seconds and 3 git commands to generate.