This is an automated email from the git hooks/post-receive script.
guillem pushed a change to branch main
in repository dpkg.
from 040922cf0 dpkg-realpath: Guarantee varbufs have been allocated
new 5601b4769 Check for < 0 instead of == -1 from syscall return values
new 4682652aa Check for >= 0 instead of != -1 for syscall return values
new 1a7b7d52e dpkg: Check for < 0 instead of == -1 for conffderef() return
values
new af5c8d99e libdpkg: Check for limit >= 0 instead of != -1 in
buffer_copy()
new e56be2165 libdpkg: Check for updateslength < 0 instead of == -1 in
ulist_select()
new b7dc60447 dselect: Use enum values instead of literal integers
The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
dselect/method.cc | 8 ++++----
dselect/pkgtop.cc | 6 ++++--
lib/dpkg/buffer.c | 6 +++---
lib/dpkg/db-fsys-files.c | 2 +-
lib/dpkg/dbmodify.c | 19 ++++++++++---------
lib/dpkg/fdio.c | 4 ++--
lib/dpkg/file.c | 14 +++++++-------
lib/dpkg/mustlib.c | 4 ++--
lib/dpkg/parse.c | 4 ++--
lib/dpkg/subproc.c | 4 ++--
lib/dpkg/t/t-subproc.c | 6 +++---
lib/dpkg/trigdeferred.c | 4 ++--
src/common/selinux.c | 2 +-
src/deb/build.c | 4 ++--
src/deb/extract.c | 2 +-
src/deb/info.c | 2 +-
src/main/configure.c | 2 +-
src/main/remove.c | 10 +++++++---
src/main/unpack.c | 2 +-
utils/start-stop-daemon.c | 12 ++++++------
utils/update-alternatives.c | 10 +++++-----
21 files changed, 67 insertions(+), 60 deletions(-)
--
Dpkg.Org's dpkg