FIX: Inconsistent retrieval of CP1252 encoded data in VARCHAR columns - Windows vs. Linux #468 #495
2 new alerts
New alerts in code changed by this pull request
- 2 notes
See annotations below for details.
Annotations
Check notice on line 5125 in mssql_python/pybind/ddbc_bindings.cpp
Code scanning / devskim
There are a number of conditions in which memcpy can introduce a vulnerability (mismatched buffer sizes, null pointers, etc.). More secure alternitives perform additional validation of the source and destination buffer Note
Check notice on line 5145 in mssql_python/pybind/ddbc_bindings.cpp
Code scanning / devskim
There are a number of conditions in which memcpy can introduce a vulnerability (mismatched buffer sizes, null pointers, etc.). More secure alternitives perform additional validation of the source and destination buffer Note