The kernel and character set encodings
Posted Feb 20, 2004 17:37 UTC (Fri) by
Ross (subscriber, #4065)
In reply to:
The kernel and character set encodings by flewellyn
Parent article:
The kernel and character set encodings
But you are using C strings to denote the elements which means they are
still NUL terminated. To fix it you need a second array for the path
component lengths. I think you are unlikely to convince any of the kernel
guys this isn't too ugly to live.
(
Log in to post comments)