summaryrefslogtreecommitdiff
path: root/changelog
blob: 8af070ad2641492e8e9e498c414a59edd0914ad9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
inotail 0.3

  * Follow files even if they were moved
  * Fix a problem when tailing more than 4096 bytes/chars at once
  * Only print the filename once when the -v option is specified
  * Various small fixes and cleanups

  -- Tobias Klauser <tklauser@distanz.ch> 2007-04-17 13:44

inotail 0.2

  * Support for the -n/-c +<num> options (tail relative to start of file)
  * Copyright and license cleanup
  * Various fixes

  -- Tobias Klauser <tklauser@distanz.ch.ch> 2006-11-30 17:56
summary='commit info' class='commit-info'> authorHerbert Xu <herbert@gondor.apana.org.au>2016-05-04 17:52:56 +0800 committerHerbert Xu <herbert@gondor.apana.org.au>2016-05-05 14:27:04 +0800 commit13f4bb78cf6a312bbdec367ba3da044b09bf0e29 (patch) treecec98c0f22212e69434cbcc30403361fc11337c5 parent6dc5df71ee5c8b44607928bfe27be50314dcf848 (diff)
crypto: hash - Fix page length clamping in hash walk
The crypto hash walk code is broken when supplied with an offset greater than or equal to PAGE_SIZE. This patch fixes it by adjusting walk->pg and walk->offset when this happens. Cc: <stable@vger.kernel.org> Reported-by: Steffen Klassert <steffen.klassert@secunet.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat