Merge lp://staging/~gue5t/midori/adblock-crashes into lp://staging/midori
Proposed by
gue5t gue5t
Status: | Merged | ||||||||
---|---|---|---|---|---|---|---|---|---|
Approved by: | Paweł Forysiuk | ||||||||
Approved revision: | 7087 | ||||||||
Merged at revision: | 7098 | ||||||||
Proposed branch: | lp://staging/~gue5t/midori/adblock-crashes | ||||||||
Merge into: | lp://staging/midori | ||||||||
Diff against target: |
63 lines (+20/-17) 2 files modified
extensions/adblock/extension.vala (+1/-1) extensions/adblock/updater.vala (+19/-16) |
||||||||
To merge this branch: | bzr merge lp://staging/~gue5t/midori/adblock-crashes | ||||||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Paweł Forysiuk | Approve | ||
Review via email: mp+283732@code.staging.launchpad.net |
Commit message
Fix crashes caused by out-of-bounds indexing in adblock
Description of the change
Pretty self-explanatory. In updater.vala, we rearrange control flow a little, so give that a bit of review. But it looks right to me and fixes the crashes without regressing any behavior.
The fixed israellist crash can be tested with the adblock subscription list https:/
To post a comment you must log in.
I would suggest adding this unusual date string to our tests examples.
Otherwise the change looks sensible.