mivry(a)google.com has uploaded this change for review. (
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1199343?usp=email )
Change subject: sal_functions.h: Increase size of DISPLAY_CLIENTID_SIZE to 37
......................................................................
sal_functions.h: Increase size of DISPLAY_CLIENTID_SIZE to 37
This const is used display_clientid() for formatting client id.
format string len('Unique=0x12345678 Counter=0x12345678') = 36,
does not take into account null terminator.
Change-Id: I89ca49c03da3b788c6d98b4900a16f87047e712f
Signed-off-by: Miki Ivry <mivry(a)google.com>
---
M src/include/sal_functions.h
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/43/1199343/1
--
To view, visit
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1199343?usp=email
To unsubscribe, or for help writing mail filters, visit
https://review.gerrithub.io/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Change-Id: I89ca49c03da3b788c6d98b4900a16f87047e712f
Gerrit-Change-Number: 1199343
Gerrit-PatchSet: 1
Gerrit-Owner: mivry(a)google.com