~ecryptfs/ecryptfs/trunk

  • Committer: Dustin Kirkland
  • Date: 2015-12-21 20:40:49 UTC
  • mfrom: (868.1.1 ecryptfs)
  • Revision ID: kirkland@ubuntu.com-20151221204049-y4dw7ayntn1xiwya
* src/daemon/main.c:
  - Static analysis with Clang's scan-build shows that we can potentially
    overflow the input buffer if the input is equal or more than the buffer
    size.  Need to guard against this by:
    1. Only reading in input_size - 1  chars
    2. Checking earlier on to see if input_size is value to insure that we
       read in at least 1 char
Filename Latest Rev Last Changed Committer Comment Size
..
.keep 303 16 years ago Dustin Kirkland move the modprobe to a better place Move the modp Empty Diff Download File
ac_pkg_swig.m4 303 16 years ago Dustin Kirkland move the modprobe to a better place Move the modp 3.4 KB Diff Download File
ac_python_devel.m4 759 12 years ago Tyler Hicks * m4/ac_python_devel.m4: - Fix FTBFS in Raring R 6.9 KB Diff Download File
swig_python.m4 303 16 years ago Dustin Kirkland move the modprobe to a better place Move the modp 274 bytes Diff Download File