You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/List-of-OSS-Components.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,8 @@ SQLite is a C-language library that implements a small, fast, self-contained, hi
16
16
SDK maintains its own snapshot of the mainline SQLite, which is used for Windows builds [here](../sqlite). Other platforms use platform-provided SQLite.
17
17
It is the responsibility of product teams to ensure that a snapshot of zlib they use meets their product security and licensing requirements.
18
18
19
+
The SDK provides an option to use a secure version of the traditional `memset` function, which includes safety checks to prevent buffer overflows.
0 commit comments