-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed possibly wrong computation of a buffer size when using partial …
…read access to pixel data. This could lead to a crash under certain conditions.
- Loading branch information
Joerg Riesmeier
committed
Apr 15, 2010
1 parent
dca33f4
commit 5a076aa
Showing
2 changed files
with
18 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,16 @@ | ||
|
||
Changes between releases are documented here. | ||
|
||
**** Changes from 2010.04.15 (riesmeier) | ||
|
||
- Fixed possibly wrong computation of a buffer size when using partial read | ||
access to pixel data. This could lead to a crash under certain conditions. | ||
Thanks to Jeroen Eggermont <[email protected]> for the bug report. | ||
Affects: dcmimgle/include/dcmtk/dcmimgle/diinpxt.h | ||
|
||
**** Changes from 2010.04.09 (schlachter) | ||
|
||
- Fix some warnings abort variables shadowing other variables. | ||
- Fix some warnings about variables shadowing other variables. | ||
Affects: oflog/include/dcmtk/oflog/spi/logevent.h | ||
|
||
- Don't initialize our string twice in OFString::reserve(). | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters