Bug 12556

Summary: depmod: Segmentation fault
Product: Busybox Reporter: illiliti
Component: OtherAssignee: unassigned
Status: NEW ---    
Severity: normal CC: busybox-cvs
Priority: P5    
Version: 1.31.x   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Host: Target:
Build:

Description illiliti 2020-02-11 14:32:52 UTC
While compiling kernel i found strange bug. depmod segfaults with following error:
DEPMOD  5.5.2_1
depmod: buffer 67104768 too small
depmod: read error from './kernel/drivers/gpu/drm/i915/i915.ko.gz'
Segmentation fault
make: *** [Makefile:1327: _modinst_post] Error 139

libc - musl 1.1.24
busybox - v1.31.1 statically compiled
linux kernel - 5.5.2_1
cpu - Intel i5-7300HQ (4) @ 3.500GHz

fun fact but if unzip i915 module and run depmod, then everything is fine