1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-12-13 11:40:33 +00:00

Update changelog

This commit is contained in:
Carles Fernandez 2021-11-12 18:04:12 +01:00
parent 314a01d64a
commit 991c1ed100
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D

View File

@ -56,6 +56,10 @@ All notable changes to GNSS-SDR will be documented in this file.
### Improvements in Reliability:
- Fixed some potential buffer overflows.
- Avoid source code lines longer than 512 characters. This was a warning raised
by Lintian (very-long-line-length-in-source-file). Long lines in source code
could be used to obfuscate the source code and to hide stuff like backdoors or
security problems.
### Improvements in Usability: