Skip to content

Commit ea3fb53

Browse files
committed
Declarations7: fix format help file DCL39-C
1 parent 1fc8306 commit ea3fb53

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

c/cert/src/rules/DCL39-C/InformationLeakageAcrossTrustBoundariesC.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ This query implements the CERT-C rule DCL39-C:
55
> Avoid information leakage when passing a structure across a trust boundary
66
77

8-
98
## Description
109

1110
The C Standard, 6.7.2.1, discusses the layout of structure fields. It specifies that non-bit-field members are aligned in an [implementation-defined](https://wiki.sei.cmu.edu/confluence/display/c/BB.+Definitions#BB.Definitions-implementation-definedbehavior) manner and that there may be padding within or at the end of a structure. Furthermore, initializing the members of the structure does not guarantee initialization of the padding bytes. The C Standard, 6.2.6.1, paragraph 6 \[[ISO/IEC 9899:2011](https://wiki.sei.cmu.edu/confluence/display/c/AA.+Bibliography#AA.Bibliography-ISO-IEC9899-2011)\], states

0 commit comments

Comments
 (0)