Commit 7d4c94c
committed
Update write function parameter to const pointer
Changed the write function parameter to accept a constant pointer for buffer input. This modification enhances data integrity and security by preventing unintended modifications to the buffer content during writing operations.1 parent a8623bb commit 7d4c94c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
819 | 819 | | |
820 | 820 | | |
821 | 821 | | |
822 | | - | |
| 822 | + | |
823 | 823 | | |
824 | 824 | | |
825 | 825 | | |
| |||
0 commit comments