[BusyBox 0003014]: udhcp read_opt bug

bugs at busybox.net bugs at busybox.net
Mon Apr 21 19:24:35 UTC 2008


The following issue has been SUBMITTED. 
====================================================================== 
http://busybox.net/bugs/view.php?id=3014 
====================================================================== 
Reported By:                wenjinshan
Assigned To:                BusyBox
====================================================================== 
Project:                    BusyBox
Issue ID:                   3014
Category:                   Kernel Module Support
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     assigned
====================================================================== 
Date Submitted:             04-21-2008 12:24 PDT
Last Modified:              04-21-2008 12:24 PDT
====================================================================== 
Summary:                    udhcp read_opt bug
Description: 
function read_opt in networking\udhcp\files.c
  "idx = index_in_strings(opt, dhcp_option_strings);"
must be
  "idx = index_in_strings(dhcp_option_strings, opt);"

otherwise, all option "option" in the /etc/udhcpd.conf is invalid except
the "dns".

                      wensun, 2008 in china
====================================================================== 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
04-21-08 12:24  wenjinshan     New Issue                                    
04-21-08 12:24  wenjinshan     Status                   new => assigned     
04-21-08 12:24  wenjinshan     Assigned To               => BusyBox         
04-21-08 12:24  wenjinshan     File Added: files.c                          
======================================================================




More information about the busybox-cvs mailing list