Opened 6 years ago

Closed 6 years ago

#4328 closed task (fixed)

dbus-1.12.10

Reported by: Bruce Dubbs Owned by: lfs-book
Priority: normal Milestone: 8.3
Component: Book Version: SVN
Severity: normal Keywords:
Cc:

Description

New point version.

Change History (2)

comment:1 by Bruce Dubbs, 6 years ago

dbus 1.12.10 (2018-08-02)

Fixes:

  • Prevent reading up to 3 bytes beyond the end of a truncated message. This could in principle be an information leak or denial of service on the system bus, but is not believed to be exploitable to crash the system bus or leak interesting information in practice.
  • Fix build with gcc 8 -Werror=cast-function-type
  • Fix warning from gcc 8 about suspicious use of strncpy() when populating struct sockaddr_un
  • Fix a minor memory leak when a DBusServer listens on a new address
  • Fix an invalid NULL argument to rmdir() if a nonce-tcp DBusServer runs out of memory
  • Don't use misleading errno-derived error names if getaddrinfo() or getnameinfo() fails with a code other than EAI_SYSTEM
  • Skip tests that require working TCP if we are in a container environment where 127.0.0.1 cannot be resolved

comment:2 by Bruce Dubbs, 6 years ago

Resolution: fixed
Status: newclosed

Fixed at revision 11447.

Note: See TracTickets for help on using tickets.