Skip to content

Commit d5a3498

Browse files
iphydfzoff99
authored andcommitted
cleanup: Use memzero(x, s) instead of memset(x, 0, s).
It's clearer and doesn't risk having a non-zero filler value.
1 parent 41d7086 commit d5a3498

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
<<<<<<< HEAD
2+
<<<<<<< HEAD
23
7dfcf534fb80fbd8337337f5aa9eaa120febc72386046c7ab0d5c7545e900657 /usr/local/bin/tox-bootstrapd
34
=======
45
cbc0080745e6606a0267be2e39cf56366010512be7e8167afe0dfad176441c7a /usr/local/bin/tox-bootstrapd
56
>>>>>>> 80ac793b3 (feat: allow the large custom NGC packets to be handled also by the client)
7+
=======
8+
cbc0080745e6606a0267be2e39cf56366010512be7e8167afe0dfad176441c7a /usr/local/bin/tox-bootstrapd
9+
=======
10+
c028527fe5eecde7daa6ac9dacc47bd4bb765463e8e4b5af3881789797bf81a8 /usr/local/bin/tox-bootstrapd
11+
>>>>>>> 8f0775583 (cleanup: Use `memzero(x, s)` instead of `memset(x, 0, s)`.)
12+
>>>>>>> a9d819d6a (cleanup: Use `memzero(x, s)` instead of `memset(x, 0, s)`.)

0 commit comments

Comments
 (0)