summaryrefslogtreecommitdiff
path: root/cmd/sbc_harness
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2024-10-02 22:09:31 -0600
committerLuke T. Shumaker <lukeshu@lukeshu.com>2024-10-02 22:09:31 -0600
commit4d451f90eba193a4ca2848c4ac7acccda96ed008 (patch)
treee00a41587de365134032fbd1ceff124b5552a280 /cmd/sbc_harness
parentad2027ae26e5d83eb42c9edaa90f7b278f9b0d3d (diff)
lib9p: Validate Twalk and Rwalk list sizes
Diffstat (limited to 'cmd/sbc_harness')
-rw-r--r--cmd/sbc_harness/config/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/sbc_harness/config/config.h b/cmd/sbc_harness/config/config.h
index fb3c5ae..5a3d5a1 100644
--- a/cmd/sbc_harness/config/config.h
+++ b/cmd/sbc_harness/config/config.h
@@ -54,7 +54,7 @@
* unmarshaled-host-structures than marshaled-net-bytes due to (1)
* struct padding, (2) nul-terminator byes for strings.
*/
-# define CONFIG_9P_MAX_HOSTMSG_SIZE CONFIG_9P_MAX_MSG_SIZE
+# define CONFIG_9P_MAX_HOSTMSG_SIZE CONFIG_9P_MAX_MSG_SIZE+16
#endif
#endif /* _CONFIG_H */