Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: fix examples in buffer.md to avoid confusion
On some systems, some first bytes of allocated buffer can be zeroed by default, so the example doesn't work well - the buffer looks zeroed even before the fill. Fixes: #9786 PR-URL: #9795 Reviewed-By: Sam Roberts <[email protected]> Reviewed-By: Roman Reiss <[email protected]> Reviewed-By: Anna Henningsen <[email protected]>
- Loading branch information