Browse Subversion Repository
Diff of /trunk/1.8.x/ccs-patch/README.ccs
Parent Directory
| Revision Log
| Patch
| 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.730 |
|
| changed lines |
| |
Added in v.731 |
|
|
|