Summary: | KDE Control Module crash when try to import openvpn.conf | ||
---|---|---|---|
Product: | [Unmaintained] Network Management | Reporter: | Nikolay Naydenov <niki_naydenov> |
Component: | general | Assignee: | Lamarque V. Souza <lamarque> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | alexander.nofamilyname, msoos |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/networkmanagement/0541202a63d1dc03314e06caa69dc796469c3e86 | Version Fixed In: | 0.9.0.5 |
Sentry Crash Report: | |||
Attachments: | Fix crash when TLS_AUTH_TAG or SECRET_TAG is given only one parameter |
Description
Nikolay Naydenov
2012-09-28 09:31:01 UTC
Created attachment 74236 [details]
Fix crash when TLS_AUTH_TAG or SECRET_TAG is given only one parameter
Please test this patch, it should fix the issue.
Lamarque, please review.
Git commit ee89543910d3a879be21bf32b525cba95b3d7b85 by Lamarque V. Souza, on behalf of Rajeesh K Nambiar. Committed on 30/09/2012 at 23:48. Pushed by lvsouza into branch 'nm09'. Ideally, SECRET_TAG and TLS_AUTH_TAG should contain 2 parameters, second one being the direction (in/out) assuming values 0 or 1 respectively. Added another check to ensure that the 2nd parameter is present before accessing that index. FIXED-IN: 0.9.0.5 M +1 -1 plasma_nm_version.h M +10 -6 vpnplugins/openvpn/openvpn.cpp http://commits.kde.org/networkmanagement/ee89543910d3a879be21bf32b525cba95b3d7b85 Git commit 0541202a63d1dc03314e06caa69dc796469c3e86 by Lamarque V. Souza, on behalf of Rajeesh K Nambiar. Committed on 30/09/2012 at 23:47. Pushed by lvsouza into branch 'master'. Ideally, SECRET_TAG and TLS_AUTH_TAG should contain 2 parameters, second one being the direction (in/out) assuming values 0 or 1 respectively. Added another check to ensure that the 2nd parameter is present before accessing that index. FIXED-IN: 0.9.0.5 M +1 -1 plasma_nm_version.h M +10 -6 vpnplugins/openvpn/openvpn.cpp http://commits.kde.org/networkmanagement/0541202a63d1dc03314e06caa69dc796469c3e86 *** Bug 309564 has been marked as a duplicate of this bug. *** *** Bug 310886 has been marked as a duplicate of this bug. *** |