Bug 96024

Summary: [PATCH] fix bad string ops in kdenetwork/wifi
Product: [Applications] kwifimanager Reporter: Gregorio Guidi <greg_g>
Component: generalAssignee: Stefan Winter <swinter>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 3.3.0   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: kwifimanager-configlocation.patch

Description Gregorio Guidi 2004-12-30 12:23:23 UTC
Version:            (using KDE KDE 3.3.2)
Installed from:    Compiled From Sources

Please apply the following patch to KDE_3_3_BRANCH, it fixes a nasty line of code where a char* is summed to a char instead of doing proper string appending.

It caused the kwifimanager configuration to be saved in a random place: see http://bugs.gentoo.org/show_bug.cgi?id=75907 for more info.

It's just for the 3.3 branch, the code in CVS was completely rewritten (in a much cleaner way).
Comment 1 Gregorio Guidi 2004-12-30 12:23:43 UTC
Created attachment 8860 [details]
kwifimanager-configlocation.patch
Comment 2 Stefan Winter 2004-12-31 08:00:00 UTC
Applied to 3_3_BRANCH, thanks.