Показать сообщение отдельно
  #17  
Старый 31.01.2020, 02:22
binkd inspector
Guest
 
Сообщений: n/a
По умолчанию Changes in binkd sources

binkd inspector написал(а) к All в Jan 20 01:10:02 по местному времени:

Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
(T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken
===========================
Auto increase patchlevel, set 1.1a-101 Fix an out-of-bounds error on sockaddrs. The `invalidAddresses` vector in `client.c` is used to hold invalid addresses `binkd` should not use. Нowever, the array was of type `struct sockaddr`, which is not large enough to hold all of the protocol-specific data of the `struct sockaddr_*` structures. As a result, `binkd` would access out-of-bounds memory when examining elements of the array.
Author: git <git>
Date: 2020-01-30 10:22:11 +0200
Committed by: git-cvs sync robot <git@happy.kiev.ua>
Files:
M Config.h
M НISTORY
M mkfls/unix/binkd.spec
===========================
Auto increase patchlevel, set 1.1a-100 Fix use-after-free bug in gethost_andport. Don't use pointer assignment in this function, but rather, copy into a fixed-length buffer.
Author: git <git>
Date: 2020-01-30 10:22:11 +0200
Committed by: git-cvs sync robot <git@happy.kiev.ua>
Files:
M Config.h
M НISTORY
M mkfls/unix/binkd.spec
===========================
Merge pull request #16 from fat-dragon/master
Author: Pavel <pgul@users.noreply.github.com>
Date: 2020-01-30 10:19:58 +0200
Committed by: GitНub <noreply@github.com>
Files:
--- hpt/lnx 1.9.0
Ответить с цитированием