Skip to content

code fix for linux based system

597ee4c
Select commit
Loading
Failed to load commit list.
Open

FIX: Inconsistent retrieval of CP1252 encoded data in VARCHAR columns - Windows vs. Linux #468 #495

code fix for linux based system
597ee4c
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / devskim succeeded Apr 3, 2026 in 1s

2 new alerts

New alerts in code changed by this pull request

  • 2 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 5125 in mssql_python/pybind/ddbc_bindings.cpp

See this annotation in the file changed.

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

Problematic C function detected (memcpy)

Check notice on line 5145 in mssql_python/pybind/ddbc_bindings.cpp

See this annotation in the file changed.

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

Problematic C function detected (memcpy)