darcs

Patch 2366 fix deprecated use of memcpy

Title fix deprecated use of memcpy
Superseder Nosy List ganesh
Related Issues
Status accepted Assigned To
Milestone

Created on 2024-02-22.01:24:37 by ganesh, last changed 2024-02-24.17:23:14 by ganesh.

Files
File name Status Uploaded Type Edit Remove
fix-deprecated-use-of-memcpy.dpatch ganesh, 2024-02-22.01:24:36 application/x-darcs-patch
patch-preview.txt ganesh, 2024-02-22.01:24:36 text/x-darcs-patch
See mailing list archives for discussion on individual patches.
Messages
msg23756 (view) Author: ganesh Date: 2024-02-22.01:24:36
1 patch for repository darcs-unstable@darcs.net:/opt/darcs/screened:

patch 12c3ad2677e63cbd9c15f2d46b40d1abdec48e8a
Author: Ganesh Sittampalam <ganesh@earth.li>
Date:   Thu Feb 22 01:23:12 GMT 2024
  * fix deprecated use of memcpy

  The fix is just to switch to copyBytes which is how
  memcpy is currently defined anyway.

  I tested this with GHC 8.4 as well as recent GHC.
Attachments
msg23759 (view) Author: ganesh Date: 2024-02-24.17:14:38
self-accepting
History
Date User Action Args
2024-02-22 01:24:37ganeshcreate
2024-02-22 01:26:58ganeshsetstatus: needs-screening -> needs-review
2024-02-24 17:14:38ganeshsetstatus: needs-review -> accepted-pending-tests
messages: + msg23759
2024-02-24 17:23:14ganeshsetstatus: accepted-pending-tests -> accepted