Commit 43a7dc3
committed
[io] adjust array length checks in text-based buffers
Text-based buffers do not have 1GB limitation for object store.
But all kind of loops over array indicies made with Int_t so
elements count cann't be larger than max int value.
Adjust error message1 parent 607c4aa commit 43a7dc3
3 files changed
Lines changed: 11 additions & 19 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3346 | 3346 | | |
3347 | 3347 | | |
3348 | 3348 | | |
3349 | | - | |
3350 | | - | |
3351 | | - | |
3352 | | - | |
3353 | | - | |
| 3349 | + | |
| 3350 | + | |
| 3351 | + | |
3354 | 3352 | | |
3355 | 3353 | | |
3356 | 3354 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1376 | 1376 | | |
1377 | 1377 | | |
1378 | 1378 | | |
1379 | | - | |
1380 | | - | |
1381 | | - | |
1382 | | - | |
1383 | | - | |
1384 | | - | |
1385 | | - | |
1386 | 1379 | | |
1387 | 1380 | | |
| 1381 | + | |
| 1382 | + | |
| 1383 | + | |
| 1384 | + | |
1388 | 1385 | | |
1389 | 1386 | | |
1390 | 1387 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2160 | 2160 | | |
2161 | 2161 | | |
2162 | 2162 | | |
2163 | | - | |
2164 | | - | |
2165 | | - | |
2166 | | - | |
2167 | | - | |
2168 | | - | |
2169 | | - | |
2170 | 2163 | | |
2171 | 2164 | | |
2172 | 2165 | | |
| 2166 | + | |
| 2167 | + | |
| 2168 | + | |
| 2169 | + | |
2173 | 2170 | | |
2174 | 2171 | | |
2175 | 2172 | | |
| |||
0 commit comments