GNOME Bugzilla – Bug 670381
ifnet: WPA passwords get truncated at the '#' character
Last modified: 2012-02-26 02:31:24 UTC
Currently, wpa_parser_init() in src/settings/plugins/ifnet/wpa_parser.c interprets any part of a wpa_supplicant.conf line following a '#' character as a comment. This results in e.g. WPA passwords containing the '#' character getting truncated. The parser needs to do the same thing as wpa_supplicant's own config parsing algorithm does, which is to ignore all '#' characters occurring between the first and last '"' character in a config file line.
Created attachment 207963 [details] [review] proposed patch
Pushed, thanks! Dan