-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch '4.5' of [email protected]:qt/qt into 4.5
- Loading branch information
Showing
4 changed files
with
35 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,31 @@ | ||
2009-05-15 Adam Barth <[email protected]> | ||
|
||
Reviewed by Oliver Hunt. | ||
|
||
https://bugs.webkit.org/show_bug.cgi?id=25741 | ||
|
||
Append instead of throwing when insertItemBefore gets an out-of-bound | ||
index. | ||
|
||
Test: svg/dom/svglist-insertItemBefore-appends.html | ||
|
||
* svg/SVGList.h: | ||
(WebCore::SVGList::insertItemBefore): | ||
|
||
2009-03-19 Oliver Hunt <[email protected]> | ||
|
||
Reviewed by Darin Adler. | ||
|
||
<rdar://problem/6702386> Incorrect bound check in SVGList::insertItemBefore | ||
|
||
SVGList::insertItemBefore would not perform a bounds check on the | ||
index it was provided, potentially leading to a buffer overflow. | ||
|
||
Test: svg/dom/svglist-exception-on-out-bounds-error.html | ||
|
||
* svg/SVGList.h: | ||
(WebCore::SVGList::insertItemBefore): | ||
|
||
2009-05-19 Kenneth Rohde Christiansen <[email protected]> | ||
|
||
Reviewed by Simon Hausmann. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters