You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Be more resilient in parsing the signature file
The assumption that the signature file is well crafted is wrong. Over
time, there have been numerous reports from many derivatives, that add
many extra bits to the output. Obviously, apt never guaranteed a machine
readable format for its output.
With this change, we are being more resilient in dealing with each line
in the signature file. Things like malforned file (cdrom lines -
historical ones) or empty new lines should all be handled.
apt-offline should treat the signature file dumb and very carefully and
resiliently parse the content.
Closes: #214
* Be more explicit
* Set extracted size value to type integer
0 commit comments