diesel_geometry icon indicating copy to clipboard operation
diesel_geometry copied to clipboard

Invalid use of mem::uninitialized

Open riking opened this issue 1 year ago • 0 comments

Setup

Versions

  • Rust:
  • Diesel Geometry: 1.4.0
  • Database:
  • Operating System

Feature Flags

  • diesel_geometry:

Problem Description

attempted to leave type &diesel::pg::metadata_lookup::PgMetadataLookup uninitialized, which is invalid

What are you trying to accomplish?

What is the expected output?

What is the actual output?

https://asan.saethlin.dev/ub?crate=diesel_geometry&version=1.4.0

Are you seeing any additional errors?

Steps to reproduce

Run the test suite with AddressSanitizer and no database running.

Checklist

  • [x] I have already looked over the issue tracker for similar issues.

Fixed by #9

riking avatar Feb 27 '24 22:02 riking