|
|
|
Back
Midas
Rome
Roody
Rootana
|
| Midas DAQ System |
Not logged in |
 |
|
|
|
|
Message ID: 3278
Entry time: 25 Sep 2026
In reply to: 3277
|
| Author: |
Stefan Ritt |
| Topic: |
Bug Report |
| Subject: |
Buffer overflow in hs_define_panel when remote |
|
|
Thanks for reporting this. We need the 64 to keep the array size constant at n*64. The problem was the read of the v.c_str() beyond its length,
which triggered the address sanitizer. I fixed that now and committed to develop.
Stefan |