Anonymous | Login | 2024-11-22 04:27 EST |
Main | My View | View Issues | Change Log | Roadmap |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||
0001150 | PacketFence | error-handling | public | 2011-01-11 16:36 | 2011-01-26 15:44 | |||
Reporter | obilodeau | |||||||
Assigned To | obilodeau | |||||||
Priority | normal | Severity | minor | Reproducibility | always | |||
Status | closed | Resolution | fixed | |||||
Platform | OS | OS Version | ||||||
Product Version | ||||||||
Target Version | 2.0.1 | Fixed in Version | 2.0.1 | |||||
Summary | 0001150: pfdhcplistener warning and exception if interface name provided doesn't exist | |||||||
Description | Use of uninitialized value in subroutine entry at /usr/local/pf/sbin/pfdhcplistener line 118 (0000001) (W uninitialized) An undefined value was used as if it were already defined. It was interpreted as a "" or a 0, but maybe it was a mistake. To suppress this warning assign a defined value to your variables. To help you figure out what was undefined, perl tells you what operation you used the undefined value in. Note, however, that perl optimizes your program and the operation displayed in the warning may not necessarily appear literally in your program. For example, "that $foo" is usually optimized into "that " . $foo, and the warning will refer to the concatenation (.) operator, even though there is no . in your program. Uncaught exception from user code: p is not of type pcap_tPtr at /usr/local/pf/sbin/pfdhcplistener line 118. at /usr/local/pf/sbin/pfdhcplistener line 118 main::dhcp_detector('eth0.4') called at /usr/local/pf/sbin/pfdhcplistener line 93 | |||||||
Tags | No tags attached. | |||||||
fixed in git revision | ||||||||
fixed in mtn revision | 19aaf19b4c37c747ba49e4859f3c677bd07768f6 | |||||||
Attached Files | ||||||||
Notes | |
(0001804) obilodeau (reporter) 2011-01-11 17:34 |
avoiding "p is not of type pcap_tPtr" exception by testing the result of pcap initialization |
Issue History | |||
Date Modified | Username | Field | Change |
2011-01-11 16:36 | obilodeau | New Issue | |
2011-01-11 16:36 | obilodeau | Status | new => assigned |
2011-01-11 16:36 | obilodeau | Assigned To | => obilodeau |
2011-01-11 17:34 | obilodeau | mtn revision | => 19aaf19b4c37c747ba49e4859f3c677bd07768f6 |
2011-01-11 17:34 | obilodeau | Note Added: 0001804 | |
2011-01-11 17:34 | obilodeau | Status | assigned => resolved |
2011-01-11 17:34 | obilodeau | Fixed in Version | => 2.0.1 |
2011-01-11 17:34 | obilodeau | Resolution | open => fixed |
2011-01-26 15:44 | obilodeau | Status | resolved => closed |
Copyright © 2000 - 2012 MantisBT Group |