Skip to content
Jenkins
Smalltalk
master-osmo-remsim
#2939
Search
Sign in
Status
Changes
Console Output
View Build Information
Polling Log
Parameters
Timings
Git Build Data
Previous Build
Next Build
Changes
Started by an SCM change
Started 10 days ago
Queued 6.2 sec
Took 1 min 13 sec on built-in
Parameters
asn1: ber_decoder: disable stack size check on ctx = NULL
The stack size check is triggering when using asan or
when compile with -O1.
It is unclear why this is problematic.
This is a not a leak.
Related: OS#7002
Change-Id: Id99531f62ccdf73497bb08483ca6adbabe1a7cd7
src/rspro/ber_decoder.c
laforge
at
11:25 PM 4/27/26
asn1: move asn_debug into librspro
To allow compiling the asn code with `-DEMIT_ASN_DEBUG=1`.
Otherwise it will fail with an unresolved symbol because
librspro is compiled as shared-object.
Further initialize it as disable (0).
Change-Id: Icb03e8905f3b38ecebfcf294727a01f994511cce
src/client/remsim_client_main.c
src/asn1c_helpers.h
src/asn1c_helpers.c
src/bankd/main.c
src/bankd/bankd_main.c
laforge
at
11:25 PM 4/27/26
Remove unconditional assignment of asn_debug = 0
It is now the default and there is no code to set it.
Remove the assignment
Change-Id: I114e9773a1d0aa3c16990a946cf91c69b9c2498a
src/bankd/main.c
src/client/remsim_client_main.c
src/bankd/bankd_main.c
laforge
at
11:25 PM 4/27/26
rspro_server: use correct byte order in log message "Bankd IP/Port changed to <IP>:<Port>
The byte order is wrong and results in printing the IP as reverse.
"Bankd IP/Port changed to 1.0.0.127:9999".
Change-Id: I288ea70091d24fa95732f7035ab50100831be841
src/server/rspro_server.c
laforge
at
11:25 PM 4/27/26