Svoj, looks ok generally.
Yet,
1) Question: should not ".fts" filename suffix check be done acconding to
case-sensitivity rules of the filesystem? Or just always case-insensitive?
Interested in your opinion, as for my taste .FTS.fts does not make much
sense..
2) there is a possibility for buffer overflow. You reject filenames larger
FN_REFLEN + 5 in length, it should be I think FN_REFLEN -5
Because the buff that holds modified and extended filename is only
FN_REFLEBN bytes large.
> -----Original Message-----
> From: Sergey.Vojtovich@stripped [mailto:Sergey.Vojtovich@stripped] On
> Behalf Of Sergey Vojtovich
> Sent: Friday, December 12, 2008 10:05 AM
> To: commits@stripped
> Subject: bzr commit into mysql-6.0-falcon-team branch (svoj:2934)
> Bug#32398