Develop and Download Open Source Software

View 1.5.2-20071205 - Change Log

category(Tag) tree

file info

category(Tag)
root
file name
ccs-patch_1.5.2-20071205_-_Changes
last update
2007-12-06 08:59
type
Plain Text
editor
Tetsuo Handa
description
1.5.2-20071205 - Change Log
language
English
translate
Fix 2007/12/03

    @ Add missing down() in AddReservedEntry().

      Mutex debugging capability told me that I had forgotten to call down()
      since TOMOYO version 1.3.2 .
      This function is not called by learning mode,
      so the semaphore's counter will not overflow for normal usage.

    @ Fix ReadTable() truncation bug.

      "snprintf(str, size, format, ...) >= size" means truncated.
      But I was checking for "snprintf(str, size, format, ...) > size".
      As a result, some entries might be dumped without '\n'.

    @ Add missing semaphore in GetEXE().

      mm->mmap_sem was missing.

Version 1.5.2 2007/12/05   Minor update release.