google / certificate-transparency-go

Auditing for TLS certificates (Go code)
https://certificate.transparency.dev
Apache License 2.0
867 stars 230 forks source link

Close is invoked twice for the same file #1439

Closed silaselisha closed 2 months ago

silaselisha commented 3 months ago

a file of type *os.File getting closed twice and that's in file loglist_refresher_test.go on function createTempFile within the same scope.

roger2hk commented 2 months ago

Fixed in #1438.