View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000570 | file | General | public | 2024-11-08 14:23 | 2024-11-09 19:54 |
Reporter | yedaya | Assigned To | christos | ||
Priority | normal | Severity | feature | Reproducibility | N/A |
Status | resolved | Resolution | fixed | ||
Product Version | 5.45 | ||||
Fixed in Version | HEAD | ||||
Summary | 0000570: Add BoltDB database file detection | ||||
Description | BoltDB is an embedded key/value database for Go. All the data is stored in a single database file. | ||||
Tags | No tags attached. | ||||
|
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 |
|
Added, thanks |
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 |