commit | ac9510230bf7e0baa3ea34e62c901c562cbd4b50 | [log] [tgz] |
---|---|---|
author | Siddharth Chandrasekaran <sidcha.dev@gmail.com> | Mon Jan 16 21:14:18 2023 +0530 |
committer | Stephanos Ioannidis <root@stephanos.io> | Fri Jan 27 20:28:34 2023 +0900 |
tree | 5808ba9de911945b78c1179af1b61bb34df29a1c | |
parent | 4386dc355bce73f602eef9899e8d8765ab7e4424 [diff] |
mgmt/osdp: Use memcpy instead of raw loops in many places This patch replaces many instances where raw loops were used to copy bytes with memcpy calls. No functional change intended. Signed-off-by: Siddharth Chandrasekaran <sidcha.dev@gmail.com>