ba159a3b0a
ne_read_block/ne_find_cue_position_for_track/nestegg_get_cue_point in the use of ne_map_track_number_to_index + add a check to ensure it doesn't exceed the type bounds fixes: ./third_party/nestegg/src/nestegg.c|1322| warning C4244: 'function' : conversion from 'uint64_t' to 'unsigned int', possible loss of data Change-Id: I3703d739dcf9a2d4d8e2b704e957e5e3fd80dca0
19 lines
653 B
Plaintext
19 lines
653 B
Plaintext
URL: https://github.com/kinetiknz/nestegg.git
|
||
Version: f46223191d8116a36bf299b5b9793fcb798417b1
|
||
License: ISC-style
|
||
License File: LICENSE
|
||
|
||
Description:
|
||
The source under the halloc/ directory is licensed under a BSD license. See
|
||
halloc/halloc.h for details.
|
||
|
||
Local Modifications:
|
||
- delete unnecessary docs and build files
|
||
- nestegg/0001-include-paths.diff
|
||
include path modifications for the libvpx build system
|
||
- 0002-ne_read_simple-uninitialized_variable.diff
|
||
fixes:
|
||
nestegg.c|975 col 6| warning: ‘r’ may be used uninitialized in this function [-Wuninitialized]
|
||
- add ne_get_uint32 convenience function
|
||
- fix track_number uint64->uint32 warnings
|