Opened 7 years ago
Closed 7 years ago
#3850 closed enhancement (fixed)
Strip memcpy from int32 access in gserialized
Reported by: | pramsey | Owned by: | pramsey |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.4.0 |
Component: | postgis | Version: | master |
Keywords: | Cc: |
Description
The access of the integer components of gserialized is done via memcpy, even though the components are actually 32-bit aligned.
Note:
See TracTickets
for help on using tickets.
In 15765: