diff options
| author | Ruben van Dijk <15885455+RubenNL@users.noreply.github.com> | 2025-06-09 13:18:39 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-09 12:18:39 +0100 |
| commit | f02bc8b2af6de47962e3670e719d756df0cba029 (patch) | |
| tree | 1e06fed4c47ad5b4731e9580847d5e05585a3222 /changelogs | |
| parent | 06bee69e0561f681a69037ce7aebe21dca25959b (diff) | |
| download | vyos.vyos-f02bc8b2af6de47962e3670e719d756df0cba029.tar.gz vyos.vyos-f02bc8b2af6de47962e3670e719d756df0cba029.zip | |
T7320: Fixed compatibility with Paramiko by removing all "null" bytes. (#409)
Fixes issue found in this comment: https://github.com/vyos/vyos.vyos/pull/407#issuecomment-2774775677
Co-authored-by: omnom62 <75066712+omnom62@users.noreply.github.com>
Diffstat (limited to 'changelogs')
| -rw-r--r-- | changelogs/fragments/T7320-paramiko.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/T7320-paramiko.yaml b/changelogs/fragments/T7320-paramiko.yaml new file mode 100644 index 00000000..fd253b65 --- /dev/null +++ b/changelogs/fragments/T7320-paramiko.yaml @@ -0,0 +1,2 @@ +bugfixes: + - Fixed compatibility with paramiko. |
