BusyBox Bug and Patch Tracking
BusyBox
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0003014 [BusyBox] Kernel Module Support minor always 04-21-08 12:24 04-21-08 13:18
Reporter wenjinshan View Status public  
Assigned To BusyBox
Priority normal Resolution unable to reproduce  
Status closed   Product Version
Summary 0003014: 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
Additional Information
Attached Files  files.c [^] (11,719 bytes) 04-21-08 12:24

- Relationships

- Notes
(0006844)
wenjinshan
04-21-08 12:25

busybox 1.9.1
 
(0006854)
vda
04-21-08 13:18

It's fixed in 1.9.2 already.
 

- 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
04-21-08 12:24 wenjinshan Issue Monitored: wenjinshan
04-21-08 12:25 wenjinshan Note Added: 0006844
04-21-08 13:18 vda Status assigned => closed
04-21-08 13:18 vda Note Added: 0006854
04-21-08 13:18 vda Resolution open => unable to reproduce


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker