[CONJS-271] wrong binary decoding of 00:00:00 TIME values Created: 2023-11-29 Updated: 2023-11-29 Resolved: 2023-11-29 |
|
| Status: | Closed |
| Project: | MariaDB Connector/node.js |
| Component/s: | other |
| Affects Version/s: | None |
| Fix Version/s: | 3.2.3 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Diego Dupin | Assignee: | Diego Dupin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
see https://github.com/mariadb-corporation/mariadb-connector-nodejs/issues/262 Problem is a wrong decoding of binary TIME '00:00:00' that is encoded with 0 length. Current implementation expect at least a length of 8 |