- Notifications
You must be signed in to change notification settings - Fork28
Commit0dcc73f
committed
Ensure xmlFree(NULL) is a no-op instead of a core dump. Per report from
Sergey Burladyan, there are at least some dank corners of libxml2 thatassume this behavior, even though their published documentation suggeststhey shouldn't.This is only really a live problem in 8.3, but the code is still therefor possible debugging use in HEAD, so patch both branches.1 parentf371fda commit0dcc73f
1 file changed
+4
-2
lines changedLines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| |||
1293 | 1293 |
| |
1294 | 1294 |
| |
1295 | 1295 |
| |
1296 |
| - | |
| 1296 | + | |
| 1297 | + | |
| 1298 | + | |
1297 | 1299 |
| |
1298 | 1300 |
| |
1299 | 1301 |
| |
|
0 commit comments
Comments
(0)