Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libvncserver: bump version to 0.9.10 | Floris Bos | 2014-12-26 | 1 | -87/+0 |
| | | | | | | | | | | | [Thomas: - add comment about AUTORECONF = YES, noticed by Baruch Siach, and suggested by Yann E. Morin. - add dependency on host-pkgconf, since the configure script uses PKG_CHECK_MODULES.] Signed-off-by: Floris Bos <bos@je-eigen-domein.nl> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | ||||
* | libvncserver: add security patches | Gustavo Zacarias | 2014-10-01 | 1 | -0/+87 |
Fixes: CVE-2014-6051 and CVE-2014-6052 denial of service and possible code execution via integer overflow and lack of malloc error handling in MallocFrameBuffer() CVE-2014-6053 denial of service via large ClientCutText message. CVE-2014-6054 denial of service via zero scaling factor. CVE-2014-6055 denial of service and possible code execution via stack overflows in File Transfer feature. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com> |