Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | LibVNCClient: make sure Ultra decoding cannot dereference a null pointer | Christian Beier | 2018-10-01 | 1 | -0/+4 |
| | | | | Closes #254 | ||||
* | Merge branch 'circle' of https://github.com/ldmnyblzs/libvncserver into ↵ | Christian Beier | 2017-03-26 | 1 | -2/+2 |
|\ | | | | | | | | | | | | | ldmnyblzs-circle Conflicts: libvncclient/rfbproto.c | ||||
| * | Add function pointers for every type of rectangle | Balazs Ludmany | 2016-06-29 | 1 | -2/+2 |
| | | |||||
* | | Fix heap overflow in the ultra.c decoder | Josef Gajdusek | 2016-11-14 | 1 | -4/+4 |
|/ | | | | | | The Ultra type tile decoder does not use the _safe variant of the LZO decompress function, which allows a maliciuous server to overwrite parts of the heap by sending a larger-than-specified LZO data stream. | ||||
* | Fix regression in Ultra encoding introduced by commit ↵ | Christian Beier | 2011-03-17 | 1 | -2/+2 |
| | | | | | | fe1ca16e9b75b5f38ab374c8dfff92d2c3ea4532. My bad. There we see what the encodings test is good for ;-) | ||||
* | Fix (most) MinGW32 compiler warnings. | Christian Beier | 2011-03-17 | 1 | -3/+3 |
| | |||||
* | The great UltraVNC Compatibility Commit | steven_carr | 2006-05-15 | 1 | -4/+0 |
| | |||||
* | Ultra Encoding added. Tested against UltraVNC V1.01 | steven_carr | 2006-05-02 | 1 | -0/+214 |