[CONJ-248] StackOverflowError / infinite recursion in MariaDbCallableStatement.setBinaryStream Created: 2016-01-22 Updated: 2016-02-11 Resolved: 2016-02-11 |
|
| Status: | Closed |
| Project: | MariaDB Connector/J |
| Component/s: | Other |
| Affects Version/s: | all |
| Fix Version/s: | 1.3.5 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Eric Grunzke | Assignee: | Diego Dupin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Perhaps I'm missing something, but how can this code do anything besides infinitely recurse?
See it in source at https://github.com/MariaDB/mariadb-connector-j/blob/master/src/main/java/org/mariadb/jdbc/MariaDbCallableStatement.java#L981 |
| Comments |
| Comment by Diego Dupin [ 2016-01-25 ] |
|
Totally right ! |