Fix valgrind error where a strdup of name reads one byte beyond the end. Ensure buffe...
authorJeremy Allison <jra@samba.org>
Mon, 19 Apr 2010 20:42:55 +0000 (13:42 -0700)
committerJeremy Allison <jra@samba.org>
Mon, 19 Apr 2010 21:35:33 +0000 (14:35 -0700)
commiteacf5b235dd27ef844ebee80ded37ec7ecdf8ab2
tree79b47258f5ab21b6f21c9f6c89480ce68680bfd1
parent4fc59089c81b251b4fab17f170e96bd6dac02490
Fix valgrind error where a strdup of name reads one byte beyond the end. Ensure buffer returned from inotify is null terminated.

Jeremy.
source3/smbd/notify_inotify.c