We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not really an issue -- a reminder of a question I asked @cdecker on IRC.
In https://github.com/ElementsProject/lightning/pull/3300/files#diff-a78f9f800f2058dc93ed8a4d87031956R1038-R1048, I removed test_corruption() as it won't pass because of a 0x00 padding added to init2 in fromwire_tlv. Why do we add this padding ? Is this a mistake on my end ?
test_corruption()
0x00
init2
fromwire_tlv
The text was updated successfully, but these errors were encountered:
wire: perform corruption test on init_msg.
699e464
Fixes: ElementsProject#3301 Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
d15eb8f
b315a29
Fixes: #3301 Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Successfully merging a pull request may close this issue.
Not really an issue -- a reminder of a question I asked @cdecker on IRC.
In https://github.com/ElementsProject/lightning/pull/3300/files#diff-a78f9f800f2058dc93ed8a4d87031956R1038-R1048, I removed
test_corruption()
as it won't pass because of a0x00
padding added toinit2
infromwire_tlv
. Why do we add this padding ? Is this a mistake on my end ?The text was updated successfully, but these errors were encountered: