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

Subversion リポジトリの参照

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

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

trunk/1.5.x/ccs-patch/README.ccs revision 652 by kumaneko, Mon Nov 5 07:48:31 2007 UTC trunk/1.5.x/ccs-patch.tmp/README.ccs revision 744 by kumaneko, Mon Dec 3 04:44:12 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.
1084    
1085    Fix 2007/11/29
1086    
1087        @ Add missing semaphore in GetEXE().
1088    
1089          mm->mmap_sem was missing.

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

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