diff options
author | Ryan Pavlik <rpavlik@iastate.edu> | 2011-10-28 21:21:00 (GMT) |
---|---|---|
committer | Ryan Pavlik <rpavlik@iastate.edu> | 2011-10-31 15:44:11 (GMT) |
commit | 757f78035da77fb84ad4ab479506f494353029d1 (patch) | |
tree | 5609e73516d75ab4c9d1b47ac34fa72f453d7729 /src/FbTk/Timer.cc | |
parent | 1ba4fbe8785a7acf3c4cab6de556929e8f5375b9 (diff) | |
download | fluxbox-757f78035da77fb84ad4ab479506f494353029d1.zip fluxbox-757f78035da77fb84ad4ab479506f494353029d1.tar.bz2 |
FbTk/StringUtil.cc: Fix out-of-range memory access.
if pos is not npos, it will always be less than filename.size().
However, the access later is only safe if there is a character
after pos, which would require pos + 1 to be less than filename.size.
Diffstat (limited to 'src/FbTk/Timer.cc')
0 files changed, 0 insertions, 0 deletions