Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.1.10
-
Fix Version/s: 3.1.12
-
Component/s: None
-
Labels:
Description
When the function ma_net_write_buff() is invoked with len=0, it may call memcpy() with a null pointer, which is flagged in WITH_UBSAN builds.