[MXS-355] String handling Created: 2015-09-07 Updated: 2017-12-01 Resolved: 2016-10-17 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | N/A |
| Affects Version/s: | 1.1.1, 1.2.0, 1.3.0, 1.4.0, 2.0.0 |
| Fix Version/s: | N/A |
| Type: | New Feature | Priority: | Major |
| Reporter: | Johan Wikman | Assignee: | Unassigned |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||
| Epic Link: | Refactoring | ||||||||||||
| Description |
|
The current string handling (obviously) uses strcpy, strcat and friends. There are places where dubious or incorrect practices are followed. String handling and manipulation need to get an overhaul. |
| Comments |
| Comment by Dipti Joshi (Inactive) [ 2015-09-07 ] |
|
johan.wikman I think this should be a task rather then a story. |
| Comment by Johan Wikman [ 2015-09-07 ] |
|
I foresee that this actually will consist of several task, but for now this is more of a placeholder. |
| Comment by Dipti Joshi (Inactive) [ 2015-09-07 ] |
|
In that case you can have subtask under this task. Story is a higher level concept that explains a use case. |
| Comment by Johan Wikman [ 2016-02-29 ] |
|
All of these issues will not be fixed in 1.4.0. |
| Comment by Johan Wikman [ 2016-10-17 ] |
|
Strncpy and strncat usage has been fixed. |