mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-19 15:29:48 +02:00
Compare commits
3 Commits
v1.2.1-rc2
...
v1.2.1
Author | SHA1 | Date | |
---|---|---|---|
9ce5843dba | |||
d9191588ab | |||
53b6f76209 |
@ -1,3 +1,6 @@
|
|||||||
|
d9191588 fuzzer/*: normalize src/ includes
|
||||||
|
53b6f762 fix indent
|
||||||
|
731246ba update ChangeLog (tag: v1.2.1-rc2)
|
||||||
d250f01d dsp/*: use WEBP_HAVE_* to determine Init availability
|
d250f01d dsp/*: use WEBP_HAVE_* to determine Init availability
|
||||||
3a4d3ecd update NEWS
|
3a4d3ecd update NEWS
|
||||||
b2bc8093 bump version to 1.2.1
|
b2bc8093 bump version to 1.2.1
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#include "./fuzz_utils.h"
|
#include "./fuzz_utils.h"
|
||||||
#include "webp/decode.h"
|
#include "src/webp/decode.h"
|
||||||
|
|
||||||
int LLVMFuzzerTestOneInput(const uint8_t* const data, size_t size) {
|
int LLVMFuzzerTestOneInput(const uint8_t* const data, size_t size) {
|
||||||
int i;
|
int i;
|
||||||
|
@ -15,9 +15,9 @@
|
|||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#include "./fuzz_utils.h"
|
#include "./fuzz_utils.h"
|
||||||
#include "webp/decode.h"
|
#include "src/webp/decode.h"
|
||||||
#include "webp/demux.h"
|
#include "src/webp/demux.h"
|
||||||
#include "webp/mux_types.h"
|
#include "src/webp/mux_types.h"
|
||||||
|
|
||||||
int LLVMFuzzerTestOneInput(const uint8_t* const data, size_t size) {
|
int LLVMFuzzerTestOneInput(const uint8_t* const data, size_t size) {
|
||||||
WebPData webp_data;
|
WebPData webp_data;
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
#include "examples/anim_util.h"
|
#include "examples/anim_util.h"
|
||||||
#include "imageio/imageio_util.h"
|
#include "imageio/imageio_util.h"
|
||||||
#include "webp/demux.h"
|
#include "src/webp/demux.h"
|
||||||
|
|
||||||
extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
|
extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
|
||||||
// WebPAnimDecoderGetInfo() is too late to check the canvas size as
|
// WebPAnimDecoderGetInfo() is too late to check the canvas size as
|
||||||
|
@ -15,8 +15,8 @@
|
|||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#include "./fuzz_utils.h"
|
#include "./fuzz_utils.h"
|
||||||
#include "webp/demux.h"
|
#include "src/webp/demux.h"
|
||||||
#include "webp/mux.h"
|
#include "src/webp/mux.h"
|
||||||
|
|
||||||
int LLVMFuzzerTestOneInput(const uint8_t* const data, size_t size) {
|
int LLVMFuzzerTestOneInput(const uint8_t* const data, size_t size) {
|
||||||
WebPData webp_data;
|
WebPData webp_data;
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#include "./fuzz_utils.h"
|
#include "./fuzz_utils.h"
|
||||||
#include "webp/decode.h"
|
#include "src/webp/decode.h"
|
||||||
|
|
||||||
int LLVMFuzzerTestOneInput(const uint8_t* const data, size_t size) {
|
int LLVMFuzzerTestOneInput(const uint8_t* const data, size_t size) {
|
||||||
int w, h;
|
int w, h;
|
||||||
|
Reference in New Issue
Block a user