Hains / openpli-dm920-python3

Build-environment for dm920 with Python 3
GNU General Public License v3.0
6 stars 1 forks source link

[udpxy] Update #1

Closed fairbird closed 4 years ago

fairbird commented 4 years ago

*Update README md5

ERROR: udpxy-1+gitAUTOINC+061a0ababc-r0 do_populate_lic: QA Issue: udpxy: The LIC_FILES_CHKSUM does not match for file://README;md5=b0c7b851d6d40e5194e73ca66db0e257 udpxy: The new md5 checksum is f210c6f38d8c7db12fdfd009dcd9438c udpxy: Here is the selected license text:

*Fix compile error

| rparse.c:178:12: error: 'strncpy' specified bound 512 equals destination size [-Werror=stringop-truncation] | 178 | (void) strncpy( s, opt, MAX_OPTLEN ); | | ^~~~~~~~~