libproxy crashes with pac
Bug #776618 reported by
Pekka Pessi
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
libproxy (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
$ lsb_release -rd
Description: Ubuntu 11.04
Release: 11.04
$ dpkg-query -W libproxy0
libproxy0 0.3.1-2ubuntu5
Steps to reproduce problems:
- use a proxy.pac calling isInNet, shExpMatch or isPlainHostName functions
- use something relying on libproxy to do proxy.pac parsing, e.g., clock applet with weather
Wait until application calls px_proxy_
Seems to me that the problem is in pacutils.js with bad isInNet, shExpMatch or isPlainHostName functions.
tags: | added: patch |
To post a comment you must log in.
Fix regexps usage in pacutils.js for webkit