Re: [PATCH 4/5] grspw_pkt.c: Fix Dereference before null check (CID #1399846)

2021-02-18 Thread Gedare Bloom
CC: Cobham Gaisler The patches look good, but they touch grlib. I'm not sure if grlib in rtems.git is "authoritative" or if Cobham Gaisler maintains an upstream. So I'd like Daniel or someone to comment/approve before these go in, and we should probably get to know that relationship and document

[PATCH 4/5] grspw_pkt.c: Fix Dereference before null check (CID #1399846)

2021-02-18 Thread Ryan Long
CID 1399846: Dereference before null check in grspw_addr_ctrl(). Closes #4253 --- bsps/shared/grlib/spw/grspw_pkt.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bsps/shared/grlib/spw/grspw_pkt.c b/bsps/shared/grlib/spw/grspw_pkt.c index 2cc4e886..ca8767e 100644 ---