Bug 2440

Summary: PUT_ENVP incorrect
Product: Drivers Reporter: Marcus Meissner (meissner)
Component: IEEE1394Assignee: Ben Collins (bcollins)
Status: CLOSED CODE_FIX    
Severity: normal    
Priority: P2    
Hardware: i386   
OS: Linux   
Kernel Version: 2.6.4 Subsystem:
Regression: --- Bisected commit-id:
Attachments: suggested patch, compiles but untested

Description Marcus Meissner 2004-04-05 04:25:07 UTC
Distribution: suse linux 9.1 
Hardware Environment: i386 
Software Environment: ... 
Problem Description: 
 
The PUT_ENVP macro is wrong, it increments buffer by the accumulating 
length in every step. 
 
Steps to reproduce: 
 
Check the code of PUT_ENVP
Comment 1 Marcus Meissner 2004-04-05 04:26:05 UTC
Created attachment 2505 [details]
suggested patch, compiles but untested

patch is not tested, but has compiled