Skip to content

Commit 808e965

Browse files
rcseacordfelix91gr
andauthored
Update src/coding-guidelines/values.rst
Co-authored-by: Félix Fischer <felix91gr@users.noreply.github.com>
1 parent 42897dd commit 808e965

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/coding-guidelines/values.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Values
1414
:fls: fls_6lg0oaaopc26
1515
:decidability: undecidable
1616
:scope: system
17-
:tags: undefined-behavior, unsafe
17+
:tags: undefined-behavior, unsafe, defect
1818

1919
Do not create a typed value from uninitialized memory.
2020
Types that explicitly permit an uninitialized state (e.g., ``MaybeUninit<T>`` or a union that includes ``()``) may hold uninitialized bytes as values,

0 commit comments

Comments
 (0)