]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/netinet/dhcp_options.c
xnu-1456.1.26.tar.gz
[apple/xnu.git] / bsd / netinet / dhcp_options.c
index 1992e3af39b5be8458b5968935d4a5290012120a..29835c7b91a0e1883fe8397eb07e144794164fc8 100644 (file)
@@ -349,6 +349,7 @@ dhcpol_get(dhcpol_t * list, int tag, int * len_p)
            else {
                data = my_realloc(data, data_len, data_len + len);
            }
+               FIX ME: test data NULL
            bcopy(option + DHCP_OPTION_OFFSET, data + data_len, len);
            data_len += len;
        }
@@ -356,7 +357,7 @@ dhcpol_get(dhcpol_t * list, int tag, int * len_p)
     *len_p = data_len;
     return (data);
 }
-#endif 0
+#endif
 
 /*
  * Function: dhcpol_parse_packet