Hi!
> +
> + memset(longpathname, 'a', PATH_MAX + 2);
I've changed this to:
memset(longpathname, 'a', PATH_MAX + 1);
To make sure that the string is null terminated.
And removed the setupfunc unused from the test_case_t and pushed.
Thanks.
--
Cyril Hrubis
[email protected]
------------------------------------------------------------------------------
Is your legacy SCM system holding you back? Join Perforce May 7 to find out:
• 3 signs your SCM is hindering your productivity
• Requirements for releasing software faster
• Expert tips and advice for migrating your SCM now
http://p.sf.net/sfu/perforce
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list