Avoid potential negative array index access to cached text.
[LibreOffice.git] / external / java_websocket / UnpackedTarball_java_websocket.mk
blobc0794de9b4a6d5426697a7168bc99bab62bf6fd8
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval $(call gb_UnpackedTarball_UnpackedTarball,java_websocket))
12 $(eval $(call gb_UnpackedTarball_set_tarball,java_websocket,$(JAVA_WEBSOCKET_TARBALL),,java_websocket))
14 $(eval $(call gb_UnpackedTarball_set_patchlevel,java_websocket,1))
16 $(eval $(call gb_UnpackedTarball_add_patches,java_websocket,\
17 external/java_websocket/patches/ant-build.patch \
18 external/java_websocket/patches/no-slf4j.patch \
19 external/java_websocket/patches/0001-cid-1546192-SIC-Inner-class-could-be-made-static.patch \
20 external/java_websocket/patches/0001-cid-1545614-UR-Uninitialized-read-of-field-in-constr.patch \
21 external/java_websocket/patches/0002-cid-1545284-UR-Uninitialized-read-of-field-in-constr.patch \
22 external/java_websocket/patches/0001-cid-1546292-DLS-Dead-local-store.patch \
23 external/java_websocket/patches/0001-cid-1545227-Dm-Dubious-method-used.patch \
24 external/java_websocket/patches/0001-cid-1545515-Dm-Dubious-method-used.patch \
25 external/java_websocket/patches/0001-cid-1546264-Dm-Dubious-method-used.patch \
26 external/java_websocket/patches/0001-cid-1546341-Resource-leak-on-an-exceptional-path.patch \
27 external/java_websocket/patches/0001-cid-1545249-Bad-bit-shift-operation.patch \
28 external/java_websocket/patches/0001-cid-1546344-Dm-Dubious-method-used.patch \
31 # vim: set noet sw=4 ts=4: