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

Subversion リポジトリの参照

Diff of /trunk/1.7.x/ccs-patch/README.ccs

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

revision 652 by kumaneko, Mon Nov 5 07:48:31 2007 UTC revision 731 by kumaneko, Tue Nov 27 04:48:59 2007 UTC
# Line 1068  Fix 2007/11/05 Line 1068  Fix 2007/11/05
1068        since TOMOYO version 1.3.2 .        since TOMOYO version 1.3.2 .
1069        This function is not called by learning mode,        This function is not called by learning mode,
1070        so the semaphore's counter will not overflow for normal usage.        so the semaphore's counter will not overflow for normal usage.
1071    
1072    Fix 2005/11/27
1073    
1074        @ Fix ReadTable() truncation bug.
1075    
1076          "snprintf(str, size, format, ...) >= size" means truncated.
1077          But I was checking for "snprintf(str, size, format, ...) > size".
1078          As a result, some entries might be dumped without '\n'.
1079    
1080        @ Purge direct "->prev"/"->next" manipulation.
1081    
1082          All list manipulations use "struct list_head" or "struct list1_head".
1083          "struct list1_head" doesn't have "->prev" member to save memory usage.

Legend:
Removed from v.652  
changed lines
  Added in v.731

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