bugzilla-daemon@bugzilla.netfilter.org
2006-Feb-03 23:01 UTC
[Bug 440] New: Space in filename causes Forged DCC command from x.x.x.x: 0.0.0.0:0
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=440
Summary: Space in filename causes Forged DCC command from
x.x.x.x: 0.0.0.0:0
Product: netfilter/iptables
Version: linux-2.6.x
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: NAT
AssignedTo: laforge@netfilter.org
ReportedBy: harri.jarvi@ajatus.org
Sending files that have space in filename causes the following message in kernel
log
Forged DCC command from x.x.x.x: 0.0.0.0:0
where x.x.x.x is the local IP address.
This can be reproduced by irssi {0.8.10 (20051211 0941)}
echo "test1" > /tmp/test1
echo "test 2" > "/tmp/test 2"
/dcc send nick /tmp/test1
/dcc send nick '/tmp/test 2'
Result:
The first file will be sent.
The second file will not be sent. Instead the "Forged DCC command from
x.x.x.x: 0.0.0.0:0" message will appear in kernel log.
Expected result:
Both files should be sent correctly.
--
Configure bugmail:
https://bugzilla.netfilter.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You reported the bug, or are watching the reporter.
bugzilla-daemon@bugzilla.netfilter.org
2006-Feb-03 23:01 UTC
[Bug 440] New: Space in filename causes Forged DCC command from x.x.x.x: 0.0.0.0:0
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=440
Summary: Space in filename causes Forged DCC command from
x.x.x.x: 0.0.0.0:0
Product: netfilter/iptables
Version: linux-2.6.x
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: NAT
AssignedTo: laforge@netfilter.org
ReportedBy: harri.jarvi@ajatus.org
Sending files that have space in filename causes the following message in kernel
log
Forged DCC command from x.x.x.x: 0.0.0.0:0
where x.x.x.x is the local IP address.
This can be reproduced by irssi {0.8.10 (20051211 0941)}
echo "test1" > /tmp/test1
echo "test 2" > "/tmp/test 2"
/dcc send nick /tmp/test1
/dcc send nick '/tmp/test 2'
Result:
The first file will be sent.
The second file will not be sent. Instead the "Forged DCC command from
x.x.x.x: 0.0.0.0:0" message will appear in kernel log.
Expected result:
Both files should be sent correctly.
--
Configure bugmail:
https://bugzilla.netfilter.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.