Files
plugeth/rpc
Martin Holst Swende 8e92881a3d rpc: fix off-by-one in ipc endpoint length check (#26614)
This change fixes a minor flaw in the check for ipc endpoint length. The max_path_size is the max path that an ipc endpoint can have, which is 208. However, that size concerns the null-terminated pathname, so we need to account for an extra null-character too.
2023-02-06 07:25:42 -05:00
..
2022-09-10 13:25:40 +02:00
2021-08-25 18:46:29 +02:00