summaryrefslogtreecommitdiff
path: root/apt-pkg/pkgcachegen.cc
diff options
context:
space:
mode:
authorDavid Kalnischkies <david@kalnischkies.de>2025-01-30 15:22:14 +0000
committerDavid Kalnischkies <david@kalnischkies.de>2025-01-30 15:22:14 +0000
commit2e39d0fdeff5f9db91b3490d6750c8033aca9057 (patch)
tree5bbe0ae317421e78b6a15ebf5bc126dd5afb3bdc /apt-pkg/pkgcachegen.cc
parent945ead2ab03b7c83b3fbaecf3e1e543525e476f0 (diff)
Do not overflow ver/desc<->file relation counters
The counters aren't used for anything really except for the 'stats' command that is off in its display and calculation due to 16bit not being enough for counting all the relations we have. Semi-broken more than a decade ago as I accidentally aligned it with the other file relation counters which count far less frequent ones through, so 'unsigned long' should have been changed to the id type rather than the smaller fileid type. Of course, this commit only prepares the fix as this would be an ABI break, so with the current ABI we are still overflowing. Regression-of: 4ad8619bb1f0bf777d17c568bb7a6cf7f30aac34
Diffstat (limited to 'apt-pkg/pkgcachegen.cc')
0 files changed, 0 insertions, 0 deletions