Skip to content

Commit

Permalink
Releases: Windows Date provider uninit data fix
Browse files Browse the repository at this point in the history
  • Loading branch information
svaarala committed Aug 3, 2018
1 parent 308dc96 commit 5af0c44
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions RELEASES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3364,6 +3364,9 @@ Planned

* Fix 'defined but not used' warning for Windows (GH-1775)

* Fix potential uninitialized data use when Windows Date provider
FileTimeToSystemTime() or FileTimeToLocalFileTime() failed (GH-1953)

* Fix some Clang warnings by avoiding undefined behavior by default, define
DUK_USE_ALLOW_UNDEFINED_BEHAVIOR to reduce the explicit undefined behavior
checks for better footprint/performance (GH-1777, GH-1795, GH-1796, GH-1797,
Expand Down

0 comments on commit 5af0c44

Please sign in to comment.