citus/src/backend/distributed
Jason Petersen 1eebb9a6c3
Fix strlcpy off-by-one error
WORKER_LENGTH + 1 is too large. Fixing this has no impact on the string
that is ultimately copied, as it's impossible for the source string to
be any larger to begin with.
2016-03-23 17:34:34 -06:00
..
commands Update copyright dates 2016-03-23 17:14:37 -06:00
executor Update copyright dates 2016-03-23 17:14:37 -06:00
master Fix strlcpy off-by-one error 2016-03-23 17:34:34 -06:00
planner Update copyright dates 2016-03-23 17:14:37 -06:00
relay Update copyright dates 2016-03-23 17:14:37 -06:00
test Update copyright dates 2016-03-23 17:14:37 -06:00
utils Update copyright dates 2016-03-23 17:14:37 -06:00
worker Update copyright dates 2016-03-23 17:14:37 -06:00
.gitignore Changed product name to citus 2016-02-15 16:04:31 +02:00
Makefile Fix various build issues 2016-03-11 13:38:47 -07:00
citus.control Changed product name to citus 2016-02-15 16:04:31 +02:00
citus.sql Merge remote-tracking branch 'origin/master' into feature/drop_shards_on_drop_table 2016-02-17 22:52:58 +01:00
shared_library_init.c Update copyright dates 2016-03-23 17:14:37 -06:00