Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
Patch Available
Description
Input arguments to functions should be passed using const in the following cases
- the argument size exceeds the size of a pointer = 32 bit
- the argument is an refcounted type, like interface pointers, or long string types
This patch adds the necessary changes to compiler, library and test code.
Attachments
Attachments
Issue Links
- depends upon
-
THRIFT-1473 JSON context stack may be left in an incorrect state when an exception is thrown during read or write operations
- Closed