You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
wh_client: fix: cap labelSz and add defensive NULL checks (#234)
Cap label size before copying and store the capped length in the
request structure.
Initialize request label length to zero and add a defensive null
pointer check before copying in the DMA path.
Fix two configuration output assignments returned by comm info.
Rationale: prevent sending mismatched length fields and avoid
potential null-dereference or buffer over-read.
Signed-off-by: Badr Bacem KAABIA <[email protected]>
0 commit comments