Samarth Kulkarni

Results 1 issues of Samarth Kulkarni

The initial value for buf was `2048` in https://github.com/aircrack-ng/aircrack-ng/blob/8e552786d117d15b116a9a492fedc3d4286e0330/src/besside-ng/besside-ng.c#L2612 However, in b8828cbc1e5a94b96bdf044ed944065ffec8ca21, it was changed to https://github.com/aircrack-ng/aircrack-ng/blob/b8828cbc1e5a94b96bdf044ed944065ffec8ca21/src/besside-ng/besside-ng.c#L2606 This causes the check `if (totlen < l) goto __bad;` in line 1848...