DataDog / pg_tracing

Distributed Tracing for PostgreSQL
MIT License
34 stars 5 forks source link

Fix qbuffer race condition #26

Closed bonnefoa closed 3 months ago

bonnefoa commented 3 months ago

Fix possible race condition where writes could happen between reading and acquiring the lock. Also add missing free of the malloced qbuffer.