summaryrefslogtreecommitdiffstats
path: root/common/rfb/CSecurity.h
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2019-09-10 15:18:30 +0200
committerPierre Ossman <ossman@cendio.se>2019-12-20 07:29:00 +0100
commit4555537409c431ca6027e55c542f2a6043866c72 (patch)
tree45fba5152fb778ced082080f4601154a0157de75 /common/rfb/CSecurity.h
parent042de4642293df9b72a08189c249e2da79cbca91 (diff)
downloadtigervnc-4555537409c431ca6027e55c542f2a6043866c72.tar.gz
tigervnc-4555537409c431ca6027e55c542f2a6043866c72.zip
Encapsulate PixelBuffer internal details
Don't allow subclasses to just override dimensions or buffer details directly and instead force them to go via methods. This allows us to do sanity checks on the new values and catch bugs and attacks. (cherry picked from commit 53f913a76196c7357d4858bfbf2c33caa9181bae)
Diffstat (limited to 'common/rfb/CSecurity.h')
0 files changed, 0 insertions, 0 deletions
47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135