[MCOL-4339] mariadb-10.5.6/storage/columnstore/columnstore/writeengine/index/tindex.cpp:650:17: error: 10 into 6 won't go Created: 2020-10-08 Updated: 2021-01-14 |
|
| Status: | Open |
| Project: | MariaDB ColumnStore |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | Icebox |
| Type: | Bug | Priority: | Minor |
| Reporter: | David Binderman | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Source code is strcpy( charVal, "test12345" ); but char charVal[] = "abcde"; |
| Comments |
| Comment by David Hall (Inactive) [ 2020-10-09 ] |
|
Wow, thanks for scrubbing our code. Fortunately, that's unit test code for a feature that isn't included in the release and never has been. So it won't hurt anything. However, because you spent the effort to find it, I will repair it. |