mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-01-07 22:50:15 +01:00
Update NEWS
This commit is contained in:
parent
375bffed7b
commit
5f02cfeb03
1 changed files with 9 additions and 0 deletions
9
NEWS
9
NEWS
|
|
@ -9,6 +9,15 @@ Fixes:
|
|||
• Fix warning from gcc 8 about suspicious use of strncpy() when
|
||||
populating struct sockaddr_un (fd.o #107350, Simon McVittie)
|
||||
|
||||
• Fix a minor memory leak when a DBusServer listens on a new address
|
||||
(fd.o #107194, Simon McVittie)
|
||||
|
||||
• Fix an invalid NULL argument to rmdir() if a nonce-tcp DBusServer
|
||||
runs out of memory (fd.o #107194, Simon McVittie)
|
||||
|
||||
• Fix various memory leaks during unit tests
|
||||
(fd.o #107194, Simon McVittie)
|
||||
|
||||
• Don't use misleading errno-derived error names if getaddrinfo() or
|
||||
getnameinfo() fails with a code other than EAI_SYSTEM
|
||||
(fd.o #106395, Simon McVittie)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue