-
Notifications
You must be signed in to change notification settings - Fork 282
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove obsolete size restriction on port messages
- Loading branch information
Showing
3 changed files
with
33 additions
and
56 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
2023-12-05 Richard Frith-Macdonald <[email protected]> | ||
|
||
* Source/NSMessagePort.m: | ||
* Source/NSSocketPort.m: | ||
Remove obsolete restriction on DO message length. Add exception handler | ||
to invalidate port if we are unable to allocate more memory for a very | ||
large port message. | ||
|
||
2023-11-23 Richard Frith-Macdonald <[email protected]> | ||
|
||
* Source/NSBundle.m: | ||
|
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