オープンソース・ソフトウェアの開発とダウンロード

Subversion リポジトリの参照

Diff of /trunk/1.6.x/ccs-patch/fs/realpath.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 588 by kumaneko, Thu Oct 18 11:45:21 2007 UTC revision 621 by kumaneko, Sat Oct 27 08:11:13 2007 UTC
# Line 54  static int GetAbsolutePath(struct dentry Line 54  static int GetAbsolutePath(struct dentry
54  {  {
55          char *start = buffer;          char *start = buffer;
56          char *end = buffer + buflen;          char *end = buffer + buflen;
57          u8 is_dir = (dentry->d_inode && S_ISDIR(dentry->d_inode->i_mode));          bool is_dir = (dentry->d_inode && S_ISDIR(dentry->d_inode->i_mode));
58    
59          if (buflen < 256) goto out;          if (buflen < 256) goto out;
60    

Legend:
Removed from v.588  
changed lines
  Added in v.621

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26