diff options
| author | NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> | 2021-07-01 22:14:24 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-01 07:14:24 -0700 |
| commit | 8e6f6a382e499811b331c43f29c9f75cd2672e15 (patch) | |
| tree | e507c6aecc221797dd2b3f22143fe8b4a43a2fe4 /ports/simage/potentially-uninitialized-local-pointer-variable.patch | |
| parent | 640c439df78158904992c51fcbc46f64da113690 (diff) | |
| download | vcpkg-8e6f6a382e499811b331c43f29c9f75cd2672e15.tar.gz vcpkg-8e6f6a382e499811b331c43f29c9f75cd2672e15.zip | |
[vcpkg baseline][simage] Update to 1.8.1 (#18645)
* [simage] Update to 1.8.1
* Format manifest and update version files
* Revert the changes for arm and uwp in ci.baseline.txt
* Update versions/s-/simage.json
* Update ports/simage/portfile.cmake
* Update ports/simage/portfile.cmake
* Update ports/simage/portfile.cmake
* Update versions/s-/simage.json
* Add options to packages
* Update versions/s-/simage.json
* Update portfile.cmake
* Update versions/s-/simage.json
* Update portfile.cmake
* Update versions/s-/simage.json
* [simage] Reorganize all features, add features
* Install tool simage-config on non-Windows
* fix typo
* Add supports field and update ci.baseline.txt
* Update versions/s-/simage.json
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
Diffstat (limited to 'ports/simage/potentially-uninitialized-local-pointer-variable.patch')
| -rw-r--r-- | ports/simage/potentially-uninitialized-local-pointer-variable.patch | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/ports/simage/potentially-uninitialized-local-pointer-variable.patch b/ports/simage/potentially-uninitialized-local-pointer-variable.patch deleted file mode 100644 index 1b74a2f89..000000000 --- a/ports/simage/potentially-uninitialized-local-pointer-variable.patch +++ /dev/null @@ -1,26 +0,0 @@ -diff --git a/examples/img2avi.c b/examples/img2avi.c -index 7a5ca96..d0ee057 100644 ---- a/examples/img2avi.c -+++ b/examples/img2avi.c -@@ -30,7 +30,7 @@ int main(int argc, char *argv[]) - int first; - int width; - int height; -- s_movie * movie; -+ s_movie * movie = NULL; - s_params * params; - s_image *image; - char formatbuf[20]; -diff --git a/mpeg2enc/putvlc.c b/mpeg2enc/putvlc.c -index 6a84fbd..b373fea 100644 ---- a/mpeg2enc/putvlc.c -+++ b/mpeg2enc/putvlc.c -@@ -103,7 +103,7 @@ void - simpeg_encode_putAC(simpeg_encode_context * context,int run, int signed_level, int vlcformat) - { - int level, len; -- VLCtable *ptab; -+ VLCtable *ptab = NULL; - - level = (signed_level<0) ? -signed_level : signed_level; /* abs(signed_level) */ - |
