- Notifications
You must be signed in to change notification settings - Fork28
Commitcf34fdb
committed
Make AllocSetContextCreate throw an error for bad context-size parameters.
The previous behavior was to silently change them to something valid.That obscured the bugs fixed in commitea268cd, and generally seemsless useful than complaining. Unlike the previous commit, though,we'll do this in HEAD only --- it's a bit too late to be possiblybreaking third-party code in 9.6.Discussion: <CA+TgmobNcELVd3QmLD3tx=w7+CokRQiC4_U0txjz=WHpfdkU=w@mail.gmail.com>1 parent4934062 commitcf34fdb
1 file changed
+23
-14
lines changedLines changed: 23 additions & 14 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
445 | 445 |
| |
446 | 446 |
| |
447 | 447 |
| |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
448 | 468 |
| |
449 | 469 |
| |
450 | 470 |
| |
451 | 471 |
| |
452 | 472 |
| |
453 | 473 |
| |
454 | 474 |
| |
455 |
| - | |
456 |
| - | |
457 |
| - | |
458 |
| - | |
459 |
| - | |
460 |
| - | |
461 |
| - | |
462 |
| - | |
463 |
| - | |
464 |
| - | |
465 |
| - | |
466 |
| - | |
| 475 | + | |
467 | 476 |
| |
468 | 477 |
| |
469 | 478 |
| |
| |||
495 | 504 |
| |
496 | 505 |
| |
497 | 506 |
| |
498 |
| - | |
| 507 | + | |
499 | 508 |
| |
500 |
| - | |
| 509 | + | |
501 | 510 |
| |
502 | 511 |
| |
503 | 512 |
| |
|
0 commit comments
Comments
(0)