aboutsummaryrefslogtreecommitdiffstats
path: root/ext/uri-map.lv2/waf
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-12-16 16:54:00 +0100
committerDavid Robillard <d@drobilla.net>2020-12-16 16:54:00 +0100
commit326ecdf238921dc12645f2c31f4882499a387aa0 (patch)
tree124fc0bd4c96204f7587ec20bdde70221f19ca24 /ext/uri-map.lv2/waf
parentbf4ceb41a88f9adcaa5ec77db6e37f904c43d158 (diff)
downloadlv2-326ecdf238921dc12645f2c31f4882499a387aa0.tar.xz
Add assertions for atom buffer sizes
This avoids warnings about potential null pointer dereferences, which is true, but in this case the buffer are static so it's really a programming error if there is ever an overrun.
Diffstat (limited to 'ext/uri-map.lv2/waf')
0 files changed, 0 insertions, 0 deletions
>128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168