The version 3.5.3 triggers undefined behaviour with the usan sanatizer.
Updating LibreSSSL to 3.7.0 does unfortunately does not fix the issue but
at least we are now using a current version.
Signed-off-by: Arne Schwabe <arne@rfc2549.org>
Acked-by: Frank Lichtenheld <frank@lichtenheld.com>
Message-Id: <
20230130172936.
3444840-3-arne@rfc2549.org>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg26105.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
with:
path: libressl
repository: libressl-portable/portable
- ref: v3.5.3
+ ref: v3.7.0
- name: "libressl: autogen.sh"
run: ./autogen.sh
working-directory: libressl
run: autoreconf -fvi
working-directory: libressl
- name: "libressl: configure"
- run: ./configure --enable-openvpn
+ run: ./configure
working-directory: libressl
- name: "libressl: make all"
run: make -j3