On Thu, 13 Mar 2003, Russ Christensen wrote:
> As far as finding bugs goes. I think I have found two minor bugs. One that
> I reported a few days ago. Which was a simple typo.
Yep. And I applied it immediately.
> And the second one that I just found was trying to free a pointer to the
> "I30" constant.
[snip]
> To bypass the problem I changed ntfs_attr_close to be:
> | if (na->name != AT_UNNAMED && na->name != I30)
> | free(na->name);
>
> But I don't think that is a very good general solution.
Great bug hunting! Also, your solution is quite correct. This is exactly
what I would have done. Applied.
Thanks a lot!
Best regards,
Anton
--
Anton Altaparmakov <aia21 at cantab.net> (replace at with @)
Linux NTFS maintainer / IRC: #ntfs on irc.freenode.net
WWW: http://linux-ntfs.sf.net/ & http://www-stu.christs.cam.ac.uk/~aia21/
|