- **status**: review --> fixed
- **Comment**:

commit 54e676c90f998d401bc403996d7bf197a2eb2730 (HEAD -> develop, 
origin/develop)

Author: tai.h.nguyen <[email protected]>

Date:   Mon Nov 3 03:30:27 2025 +0000
 
    imm: fix coredump on validation abort when errorStrings is empty [#3380]
 
    Check null pointer before accessing errorString to avoid coredump.

 



---

**[tickets:#3380] imm: immloadd raise coredump when validation abort in case of 
 empty errorStrings**

**Status:** fixed
**Milestone:** 5.25.04
**Created:** Thu Oct 09, 2025 09:15 AM UTC by Nguyen Huynh Tai
**Last Updated:** Thu Jan 08, 2026 11:14 AM UTC
**Owner:** Nguyen Huynh Tai


A coredump will be rasied when using isValidationAborted() to valid aborts  in 
case of empty errorStrings.
~~~
Thread 1 (LWP 15361):
#0  0x000055eb1d89011b in isValidationAborted 
(ccbHandle=ccbHandle@entry=1755269527860851847) at 
src/imm/immloadd/imm_pbe_load.cc:1161
#1  0x000055eb1d88c2e5 in createImmObject () at 
src/imm/immloadd/imm_loader.cc:608
#2  0x000055eb1d8917d6 in loadObjectFromPbe () at 
include/c++/14.2.0/bits/basic_string.h:227
#3  0x000055eb1d891dea in loadObjectsFromPbe () at 
src/imm/immloadd/imm_pbe_load.cc:754
#4  0x000055eb1d892c21 in loadImmFromPbe () at 
src/imm/immloadd/imm_pbe_load.cc:1019
#5  0x000055eb1d884528 in main () at src/imm/immloadd/imm_loader.cc:2599
~~~


---

Sent from sourceforge.net because [email protected] is 
subscribed to https://sourceforge.net/p/opensaf/tickets/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/opensaf/admin/tickets/options.  Or, if this is a 
mailing list, you can unsubscribe from the mailing list.
_______________________________________________
Opensaf-tickets mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets

Reply via email to