Go to file
Matthias Schiffer 593b2c6266
respondd: fix incorrect use of strncpy
Fortunately, the destination buffer is always big enough, so no buffer
overflow can happen. Use memcpy instead of strncpy to make this explicit
(and slightly more efficient).
2019-04-21 19:29:44 +02:00
admin autoupdater: consider end of string smaller than all characters except for '~' 2018-12-18 23:16:17 +01:00
libs libplatforminfo: extend Makefile to define compile with custom target 2018-11-28 09:50:16 +01:00
net respondd: fix incorrect use of strncpy 2019-04-21 19:29:44 +02:00
utils libbabelhelper: bump version, correct error handling on babel socket 2018-11-25 23:07:53 +01:00
.gitignore Add .gitignore 2013-09-28 19:45:19 +02:00