Bug 96024 - [PATCH] fix bad string ops in kdenetwork/wifi
Summary: [PATCH] fix bad string ops in kdenetwork/wifi
Status: RESOLVED FIXED
Alias: None
Product: kwifimanager
Classification: Applications
Component: general (show other bugs)
Version: 3.3.0
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Stefan Winter
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-30 12:23 UTC by Gregorio Guidi
Modified: 2004-12-31 08:00 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
kwifimanager-configlocation.patch (720 bytes, patch)
2004-12-30 12:23 UTC, Gregorio Guidi
Details

Note You need to log in before you can comment on or make changes to this bug.
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.