Opened 6 years ago
Closed 5 years ago
#4383 closed defect (fixed)
Sanitizer warnings
Reported by: | Algunenano | Owned by: | Algunenano |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 3.0.0 |
Component: | postgis | Version: | master |
Keywords: | Cc: |
Description
While investigating #4381 I've come up with a bunch of warnings from using different sanitizers from the ones we have already setup in Travis.
There are both memory issues (mostly false positives) as implicit integer conversions that might mean a change in value.
WIP in https://github.com/postgis/postgis/pull/395 but I might push commits individually for clarity and only backport those where I'm positive it can be an issue.
Note:
See TracTickets
for help on using tickets.
In 17411: