View Issue Details

IDProjectCategoryView StatusLast Update
0000570fileGeneralpublic2024-11-09 19:54
Reporteryedaya Assigned Tochristos  
PrioritynormalSeverityfeatureReproducibilityN/A
Status resolvedResolutionfixed 
Product Version5.45 
Fixed in VersionHEAD 
Summary0000570: Add BoltDB database file detection
DescriptionBoltDB is an embedded key/value database for Go. All the data is stored in a single database file.
TagsNo tags attached.

Activities

yedaya

2024-11-08 14:23

reporter  

database (430 bytes)   
# https://github.com/boltdb/bolt
# https://github.com/etcd-io/bbolt 
# See magic value here: https://github.com/boltdb/bolt/blob/fd01fc79c553a8e99d512a07e8e0c63d4a3ccfc5/db.go#L24
# The magic value is written according to endianess of the host,
# so we check both to detect them also on hosts with differnet endianess
16      lelong    0xED0CDAED      BoltDB database
16      belong    0xED0CDAED      BoltDB database, big-endian
database (430 bytes)   

christos

2024-11-09 19:54

manager   ~0004071

Added, thanks

Issue History

Date Modified Username Field Change
2024-11-08 14:23 yedaya New Issue
2024-11-08 14:23 yedaya File Added: database
2024-11-09 19:54 christos Assigned To => christos
2024-11-09 19:54 christos Status new => assigned
2024-11-09 19:54 christos Status assigned => resolved
2024-11-09 19:54 christos Resolution open => fixed
2024-11-09 19:54 christos Fixed in Version => HEAD
2024-11-09 19:54 christos Note Added: 0004071